> 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]
