Hi Wayne, Thanks for your prompt reply.
I am using .EJB extension file from Weblogic Workshop. My project is using Weblogic workshop and i am converting my project from ANT to MAVEN and i am trying to find if i can generate Class files from my existing code, Which has already SampleClient.java file and Sample.ejb file in my project. And think i have to use ANT task from MAVEN. Is there any other work around that you think for ? Thanks, daivish. On Mon, Aug 8, 2011 at 1:36 PM, Wayne Fay <[email protected]> wrote: > > It's creating JAR file for me but the thing is, It doesn't create > > Home,Remote classes for my Client Class. > > Uhhh did you read the friendly manual?? I don't think you did. > > http://maven.apache.org/plugins/maven-ejb-plugin/examples/generating-ejb-client.html > > > And another thing i am using *.ejb > > extension files in my source code for those files also this plugin > doesn't > > create related Classes file. > > I don't believe that I have ever seen *.ejb files in my life. Where > did they come from? What do you expect this plugin to do with them? > Beans are just like any other Java source code and should use the > .java extension. > > Wayne > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
