More likely than not, JBoss wants an EJB-JAR that looks like this: <?xml version="1.0" encoding="UTF-8"?> <ejb-jar xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd" version="3.0"> </ejb-jar>
Try that w/ open ejb as well, both should work. -----Original Message----- From: mid491 mid491 [mailto:mid...@hotmail.com] Sent: Wednesday, February 10, 2010 3:02 PM To: users@openejb.apache.org Subject: RE: ejb-jar.xml and JBoss Maven package the ejb-jar.xml at the right place (as you said), but it is empty (with just <ejb-jar/>) and JBoss don't like it (because he don't need it, except if I describe all the EJB i guess but I don't want that : convention over configuration) That' s why I exclude it from the jar Maven's goal. to me, it should be into /src/test path but openEJB don't see it. > From: my.repr...@gmail.com > To: users@openejb.apache.org > Subject: RE: ejb-jar.xml and JBoss > Date: Wed, 10 Feb 2010 14:41:15 -0500 > > ejb-jar.xml should only be in yourjar.jar:!/META-INF/ nowhere else. If > you're using maven2, are you setting the packaging to ejb? If you do, it > should automatically pull the file from src/main/resources/META-INF into the > jar in the appropriate location. > > -----Original Message----- > From: Didier [mailto:mid...@hotmail.com] > Sent: Wednesday, February 10, 2010 11:01 AM > To: users@openejb.apache.org > Subject: ejb-jar.xml and JBoss > > > Hi, I am new to OpenEJB and I am trying to deploy a jar tested under OpenEJB > to Jboss (with Maven 2) > All works fine...but JBoss don't like the ejb-jar.xml file into > src\main\resources\META-INF directory ! > If I remove it, now openEJB failed! If i put the file inte > src\test\resources, OpenEJB don't see it (why?) > I 've found a solution : exclude the file from the JAR's build with Maven > (<exclude>**/ejb-jar.xml</exclude>) > Is it the right way to do? > Thanx in advance (and pardon my poor english ^^) > > _________________________________________________________________ > Téléchargez Internet Explorer 8 et surfez sans laisser de trace ! > http://clk.atdmt.com/FRM/go/182932252/direct/01/ > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 8.5.435 / Virus Database: 271.1.1/2679 - Release Date: 02/10/10 > 07:40:00 > _________________________________________________________________ Téléchargez Internet Explorer 8 et surfez sans laisser de trace ! http://clk.atdmt.com/FRM/go/182932252/direct/01/ No virus found in this incoming message. Checked by AVG - www.avg.com Version: 8.5.435 / Virus Database: 271.1.1/2679 - Release Date: 02/10/10 07:40:00