Top "Java-ee-5" questions

Use this tag for questions relating specifically to Java Enterprise Edition 5.

Servlet Mapping using web.xml

I have a confusion regarding the structure of the web.xml for the servlet mapping, I don't have any problem …

java web-applications servlets java-ee-5
How to include values from .properties file into web.xml?

I need to include some values from a file.properties into the WEB-INF/web.xml something like this: <param-name&…

jakarta-ee jboss web.xml java-ee-5
How do you unit test Java EE code?

I want to ask for your prefered way to test Java EE code? I found only three project, that are …

java unit-testing junit ejb-3.0 java-ee-5
PrimeFaces fileDownload does not work

I can't get the primeFaces <p:filedownload work. While I succeed in downloading the file using a custom download …

jsf download primefaces java-ee-5
Version of Oracle thin driver to use with Java 6

We are upgrading from Java 1.5 to Java 6 and J2EE 1.4 to Java EE 5. We are using Oracle 10g. Java EE 5 …

oracle jdbc oracle10g jdk1.6 java-ee-5
Real world comparisons of Glassfish and JBoss 5?

Does anyone have experiences with both in the real world? How do they compare in terms of performance (memory usage, …

java jboss glassfish java-ee-5
Calling oracle stored procedure using spring stored procedure

I have been trying to get a piece of code that uses spring and oracle stored procedure with parameters but …

java spring stored-procedures oracle9i java-ee-5
java.lang.NoClassDefFoundError: HttpSessionListener

I am trying to deploy a war that i didnt write and i am getting this error in my logs: …

java tomcat java-ee-5
@Cache annotation usage error

I added the following annotation to enable cache to one of my EJB3 entities, to test caching with ehCache, where …

hibernate caching ejb-3.0 ehcache java-ee-5
Navigate to the Same Page After Action in JSF 2

I have a component done in JSF 1.x, this component has a command button as follows <h:commandButton ... action="#{…

java jsf jsf-2 java-ee-5