[jboss-user] [EJB 3.0] - Re: Invoke remote EJB3 from JVM 1.4 client

bdecoste do-not-reply at jboss.com
Mon Sep 3 13:04:41 EDT 2007


The problem is that the final version of the EJB3 API is dependent on Java 5 constructs. For example, javax.ejb.SessionContext.getBusinessObject() returns a Generic. So we cannot compile some client classes using JDK1.4. The earlier versions of the specification were not dependent on Java 5 constructs, so we were able to support JDK1.4 clients in our earlier release (e.g. EJB3 RC6). 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080585#4080585

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080585



More information about the jboss-user mailing list