This content has been marked as final.
Show 2 replies
-
1. Re: Configuring JBoss for EJB only
Adrian Brock Apr 14, 2003 7:27 AM (in response to Deepak Hathwar)Just remove the deployments.
You will find some dependencies get in
the way, but you can also remove these
if you are sure.
e.g. The EJBDeployer in jboss-service.xml
has a dependency on jms because EJBs
can be MDBs. If you don't use MDBs you can
remove JMS and the dependency.
Regards,
Adrian -
2. Re: Configuring JBoss for EJB only
Deepak Hathwar Apr 21, 2003 2:16 PM (in response to Deepak Hathwar)Thanks, I am going to try it.