RE: [JBoss-user] JMX Access to Secure EJBs

2002-11-28 Thread Damon Hamacha
Hi, I tried to run a Stateless session - using the Minimal Setting. An exception get generated if I place the bean.jar in the installation\jboss-3.0.4\server\minimal\deploy. I edit the jboss-service.xml and added the classpath codebase=../../lib archives=j2ee.jar/ But it still does not work.

Re: [JBoss-user] JMX Access to Secure EJBs

2002-11-28 Thread Werner Ramaekers
Hey, please check the quick Start Guide because it won't work in the Minimal setting : reason is that in the minimal setting there is no EJB container so you need to use default for that. Werner -- ir. Werner Ramaekers

RE: [JBoss-user] JMX Access to Secure EJBs

2002-11-25 Thread Liam Magee
Hi, Try adding setting up 2 Stateless session beans - one of which is a secure proxy for the other (it will require having two jars in your ear as well). The Mbean uses the insecure bean, the web app uses the secure bean. Regards, Liam. -Original Message- From: [EMAIL PROTECTED]