| Author |
Is there something wrong with this .ear archive?
|
Andres Gonzalez
Ranch Hand
Joined: Nov 27, 2001
Posts: 1561
|
|
Hi guys. I'm having a problem deploying an ear file in JBoss. application.xml defines the three modules I have in the EAR file (two beans and 1 java -client.jar) 1o.) entity.jar: It's got the 3 classes needed for this entity bean. Plus the manifest, ejb-jar.xml and JBoss.xml (do I need Jboss.xml in this jar?? my ejb-jar.xml is: 2o.) client.jar the client is a java class that connects to the session bean. I have an application-client.xml file inside it, which references the session bean. I do not have JBoss.xml in this jar (not quite sure about this...) 3o.) userMgmt.jar 3 java classes that compose the session bean, a manifest, ejb-jar.xml, and jboss.xml (not quite sure if I should place jboss.xml here) The error I'm getting is the following: what I understand is that if I have, for example, 3 ejb jar files I should have 3 ejb-jar.xml files,right? and what about the JBoss.xml?? should it be on the root of my EAR file?? any help is highly appreciated thanks
|
I'm not going to be a Rock Star. I'm going to be a LEGEND! --Freddie Mercury
|
 |
Andres Gonzalez
Ranch Hand
Joined: Nov 27, 2001
Posts: 1561
|
|
I corrected some errors. I'm using ant and was putting the xml files in a wrong directory. I put them in meta-inf\ and cleaned couple of errors. Now I'm only getting this one: my application-client.xml is: any ideas??
|
 |
hithesh gazzala
Greenhorn
Joined: Jan 06, 2004
Posts: 2
|
|
hi did u happen to fix the problem for this,i so pleaze help me out email:hgazzala@macess.com
|
 |
norman richards
Author
Ranch Hand
Joined: Jul 21, 2003
Posts: 364
|
|
|
You should post your application.xml.
|
[<a href="http://members.capmac.org/~orb/blog.cgi" target="_blank" rel="nofollow">blog</a>] [<a href="http://www.amazon.com/exec/obidos/ASIN/0596100078/orb-20" target="_blank" rel="nofollow">JBoss: A Developer's Notebook</a>] [<a href="http://www.amazon.com/exec/obidos/ASIN/1932394052/orb-20" target="_blank" rel="nofollow">XDoclet in Action</a>]
|
 |
 |
|
|
subject: Is there something wrong with this .ear archive?
|
|
|