How to do EJB Compile

2005-10-18 Thread raghurajan . x . gurunathanv
Hi All, In my project i have ejbs to compile but if use m2 compile life cycle it just compiles and i don't think its doing ejbgen what do i need to do for that? and also can any one please tell me how to use scm tag with clear case would appreciate if you could provide me with some sample

Re: How to do EJB Compile

2005-10-18 Thread Emmanuel Venisse
[EMAIL PROTECTED] a écrit : Hi All, In my project i have ejbs to compile but if use m2 compile life cycle it just compiles and i don't think its doing ejbgen what do i need to do for that? run m2 package and also can any one please tell me how to use scm tag with clear case

Re: How to do EJB Compile

2005-10-18 Thread raghurajan . x . gurunathanv
Thanks for that but my understanding on package life cycle its just compiles the java codes and package them as a jar right? in that case what about compiling ejb and creating stub and skeleton for them?? Please advice Thanks, Raghurajan Gurunathan

Re: How to do EJB Compile

2005-10-18 Thread mika
Hi, in that case what about compiling ejb and creating stub and skeleton for them?? I don't exactly understand what you mean with compiling ejb. EJB's are just classes like other java classes, if you've got them in the source folder, maven will compile them... regarding stub and skeleton,