users@glassfish.java.net

Re: Problem porting Enterprise App from GF2ur2 to GF3

From: <glassfish_at_javadesktop.org>
Date: Tue, 23 Mar 2010 08:42:20 PDT

Oh, one more thing that might help you:

In Glassfish 3 you can either package your EJBs directly in the Web Application WAR file, then you don't need to use local interfaces.

But if you package your EJBs in an EJB JAR, then you have to use local interfaces, and you need to package your local interfaces in a separate EJB Client JAR. In GFv2 you could package the local interfaces in the same EJB Jar with the EJB implementations, which is certainly not clean design but it was OK for us.
[Message sent by forum member 'batzee']

http://forums.java.net/jive/thread.jspa?messageID=393329