-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Problem deploying at JBoss.
PostPosted: Wed Sep 21, 2005 6:25 pm 
Beginner
Beginner

Joined: Wed Apr 27, 2005 8:27 am
Posts: 27
Hi everybody,

I'm trying to deploy my EJB 3 application at JBoss 4.0.1. My .ear contains:
- META-INF/application.xml
- META-INF/Manifest.mf
- web.war
- business.ejb3
- persistence.par

my application.xml is:

<application>
<display-name>myapplication</display-name>
<description>EJB 3</description>

<module>
<ejb>persistence.par</ejb>
</module>

<module>
<ejb>business.ejb3</ejb>
</module>

<module>
<web>
<web-uri>web.war</web-uri>
<context-root>myapplication</context-root>
</web>
</module>

</application>

When I deploy at JBoss, it shows me the message error:
org.jboss.deployment.DeploymentException: Failed to find module file: persistence.par

Is anything wrong with my .ear file? or with my application.xml?

Thanks, Guilherme


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
cron
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.