[jboss-user] [Installation, Configuration Deployment] - Re: Prevent EJB deployment with sar

2009-11-19 Thread Falcor1
The sar contains the class files for the MBean interface and implementation, it also contains a jar file that has the stateless bean interfaces and the implementations with @Stateless annotation. I do realize that I could produce 2 separate jars, one with interfaces only and one with

[jboss-user] [Installation, Configuration Deployment] - Prevent EJB deployment with sar

2009-11-18 Thread Falcor1
Hi, I have a jar file, lets call it ejb.jar, that contains both the interface and implementation of several stateless session beans. I typically deploy ejb.jar and one other jar containing stateless session beans in an ear. I am now working on a sar file that contains a single MBean, this