users@glassfish.java.net

Re: JAX-RS in GF 2.1 and EJB injection?

From: Witold Szczerba <pljosh.mail_at_gmail.com>
Date: Wed, 21 Apr 2010 09:48:48 +0200

2010/4/20 <glassfish_at_javadesktop.org>:
> Hi,
> I am nobody how gives up very easily but I feel a little bit unsure about the solution.
> After all I did have the situation you described. I have one jar containing my EJB Interfaces, one jar containing my EJB implementations. These jars are bundled in my EAR. And I have defined an additional WAR containing my JAX-RS Class.

Is this WAR a part of EAR? The app-core-ejb.jar and app-web.war should
be in the root of EAR and app-core-api.jar should be in EAR/lib
directory. Is that is what you have?