Top "Java-ee-5" questions

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

inject beans into an abstract class with spring and java ee 5

I am injecting a spring-managed bean into an abstract class and it seems that it doesn't work. Here is an …

spring dependency-injection java-ee-5
Any open source java library which can parse an EDI file in both ANSI x12 and UN/EDIFACT standards?

Is there any open source java library which can parse an EDI file in both ANSI X12 and UN/EDIFACT …

java jakarta-ee java-ee-6 java-ee-5 edi
What is the difference between JMS consumer and Message Driven Beans (MDB)

Is there any difference between an asynchronous JMS (Java Messaging Service) consumer vs an actual MDB (Message Driven Bean). The …

jakarta-ee ejb jms java-ee-5 message-driven-bean
How to get number of connected users and their role using j_security_check?

I get the username of the connected user (using j_security_check) this way, through a managed bean: ...... username = FacesContext.…

jsf java-ee-5 j-security-check userprincipal
JPA Entiy on synonym instead of table

I have a Seam 2.2 based Java EE 5 web application with a bunch of tables mapped to JPA 1.0 Entities via Hibernate 3.3.3. …

hibernate jpa oracle10g seam java-ee-5
JSF Active Sessions counter. How to?

Good evening, In a test JSF 2.0 web app, I am trying to get the number of active sessions but there …

jsf servlets java-ee-5 servlet-listeners
Jsf DataModel vs Java List problem ( no row available exception )

In JSF 1.2 One was listing Items using Java List : private List<Customer> customerItems = null; , but in JSF 2.0 JSf …

jsf java-ee-5 datamodel
Hosting java web application with oracle database

I have been trying to find out how best I can host a JavaEE5 web application with Oracle11g database. …

oracle11g hosting web-hosting java-ee-5
How to deploy the same web application twice on WebLogic 11g?

We have developed a JEE5 web application (WAR) and running it in production under WebLogic 11g (10.3.5). Now the same application …

java web-applications deployment weblogic-10.x java-ee-5