Re: EJB3/J2EE project using Maven2

2006-04-20 Thread Todd Orr
Two different projects is less than ideal. One project should contain all relevant code and resources. It is a soution, though. Does anybody have any idea when teh ejb plugin will be upgraded to handle ejb3? I've seen several patches, but none have made it into any of the recent releases. On 4/20/

Re: EJB3/J2EE project using Maven2

2006-04-20 Thread Marco Mistroni
Hello, i'll send out htis evening i have it at home rgds marco On 4/20/06, Arik Kfir <[EMAIL PROTECTED]> wrote: > > oh, and I link them (inside the EAR) using the manifest of course... > > all except the client-module go into the ear... > > On 4/20/06, Arik Kfir <[EMAIL PROTECTED]> wrote:

Re: EJB3/J2EE project using Maven2

2006-04-19 Thread Arik Kfir
oh, and I link them (inside the EAR) using the manifest of course... all except the client-module go into the ear... On 4/20/06, Arik Kfir <[EMAIL PROTECTED]> wrote: > > A seperate project, used both by the server side and the client side: > > myapp > pom.xml > persistence-module (contain

Re: EJB3/J2EE project using Maven2

2006-04-19 Thread Arik Kfir
A seperate project, used both by the server side and the client side: myapp pom.xml persistence-module (contains the entity-beans) pom.xml (JAR packaging) common-module (contains the interfaces for SLSBs/SFSBs, depends on persistence-module) pom.xml (JAR packaging)

Re: EJB3/J2EE project using Maven2

2006-04-19 Thread Todd Orr
How do you handle client jar creation? On 4/19/06, Arik Kfir <[EMAIL PROTECTED]> wrote: > Yes a while back I've done the same thing. Ever since the ejb3 spec removed > the "par" extension and specified that ejb3 should be named "jar" like any > other classes-related package, I haven't used the mav

Re: EJB3/J2EE project using Maven2

2006-04-19 Thread Arik Kfir
Yes a while back I've done the same thing. Ever since the ejb3 spec removed the "par" extension and specified that ejb3 should be named "jar" like any other classes-related package, I haven't used the maven-par/ejb3-plugins (that's cause there's no more ejb-jar.xml file) This does not mean they're

Re: EJB3/J2EE project using Maven2

2006-04-19 Thread Todd Orr
I'm also interested in this project. On 3/11/06, Marco Mistroni <[EMAIL PROTECTED]> wrote: > Hello all, > i have done a J2EE project which includes some EJB3, using Maven2. > as of now, main limitation (due to its simplicity) is that i am NOT using > maven-ejb-plugin since i am letting jboss figu

Re: EJB3/J2EE project using Maven2

2006-03-11 Thread Pete
Hi Marco, Can you try sending it to me again please. I know yesterday you tried sending the M1 version, but I never received it. many thanks Pete On 11/03/06, Marco Mistroni <[EMAIL PROTECTED]> wrote: > > Hello all, > i have done a J2EE project which includes some EJB3, using Maven2. > as of no

EJB3/J2EE project using Maven2

2006-03-11 Thread Marco Mistroni
Hello all, i have done a J2EE project which includes some EJB3, using Maven2. as of now, main limitation (due to its simplicity) is that i am NOT using maven-ejb-plugin since i am letting jboss figure out the ejb-jar.xml from the deployed package the current project does not use any maven-ejb3 plu