Posted By:
Luigi_Viggiano
Posted On:
Wednesday, September 26, 2001 08:15 AM
Hello,
I'm not sure to have understood your problem (don't know what is the Ejbjar task). I use a single ejb-jar.xml (the standard EJB deployment descriptor) and a jboss.xml + jaws.xml that are container specific.
Following there's a shorter version of the jboss.xml running in the reality (in the real one I have 11 EJBs).
My jboss.xml looks like:
false
MyAppDB
java:/MyAppDB
Activity
MyApp/Activity
Standard CMP EntityBean
MyAppDB
MyAppDB
True
ejb/DAOSearch
MyApp/DAOSearch
DAOSearch
MyApp/DAOSearch
Standard Stateless SessionBean
If you need also the jaws.xml and the ejb-jar.xml I can show you.