I'm a little confused about client-ejb jar creation in M2. In M1 for EJB module my-ejb v1.0, I would usually end up with a file called my-ejb-client-1.0.jar.
Using M2 and the maven-ejb-plugin, I now seem to get: my-ejb-1.0.ejb-client The ".ejb-client" file is a properly formatted java archive, but the problem I'm having is that the application server I'm deploying to can't seem to find those files as it doesn't understand the .ejb-client extension as an archive. I'm sure this is a configurable parameter, but I'm honestly finding a lot of the documentation for M2 modules extremely lacking. Any help is appreciated. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
