3 Replies Latest reply on Apr 10, 2002 6:53 PM by anomaly

    JBoss default security settings?

    anomaly

      Hi all,

      I'm running the integrated JBoss3.0.0beta/Tomcat4.0.2 and am wondering about a simple EJB deployment. I just created a session bean that returned a string. When I run a simple text client to retrieve the string, I have to create and reference from the command line a server policy file that grants all permissions, otherwise I get the error:

      javax.naming.CommunicationException. Root exception is java.lang.ClassNotFoundException: org.jboss.proxy.ejb.HomeProxy (no security manager: RMI class loader disabled)

      Is this standard JBoss behaviour? I don't have to take these steps when deploying on other containers.