users@glassfish.java.net

Joined: 2010-11-03 Points:

From: <forums_at_java.net>
Date: Wed, 10 Nov 2010 01:39:32 -0800

 

Joined: 2010-11-03 Points: 0    
application.xml:

<display-name>MyApp</display-name>
- <module>
- <web>
<web-uri>MyApp.war</web-uri>
<context-root>/MyApp</context-root>
</web>
</module>
- <module>
<ejb>MyApp-ejb.jar</ejb>
</module>
</application>

Yes, I forgot to add the -ejb part to the .jar title. MyApp-ejb.jar contains
ejb beans with annotations. It has @Stateless session beans.

I tried amending the application.xml and the sun-application.xml in the ear
file but the outcome is the same.


--
[Message sent by forum member 'heyya99']
View Post: http://forums.java.net/node/711106