I\'ve got a web application, deployed on GlassFish 3.0.1, which is using container managed security. It\'s a simple, standard form based implementation using j_security_check against a JDBCRealm. Ever
Ok, still trying to understand the basic EE 6 concepts here. I\'m hoping someone here can help me out.
How to change default error page(status 404 - 开发者_开发问答not found) in GlassFish 3.0.1 Community Edition?Create a page 404.htm
I am using JPA with hibernate and trying to connect to the a datasource to retrive information but when i run the application i get no error as such but no results are displayed when i run the followi
In my application I am using log4j and have a my_system.log where all the messages should be thrown.Problem I have is that when an error happens it is also showing up in server.log (I don\'t want this
HI, I have a large number of jars that my j2ee app depends on, so I want to create a single jar file with开发者_Python百科 manifest attribute referencing those jar files in classpath.
I have some interesting issue regarding calling EJB 3 stateless deployed on Jboss 5 from Glassfish v3.
The important technologies i use are: Glassfish v3, JSF 2.0, JPA 2.0, EclipseLink 2.0.2, log4j 1.2.16, commons-logging 1.1.1.
I have been struggling trying to test a super simple EJB project in netbeans.i have tried several examples form my java book, and an even simpler example i found online (http://javadude.wordpress.com/
The Spring configuration I am using contains the definition of a persistenceUnitPostProcessor within my entityManagerFactory bean.