Hi Forum,
I am new to Jboss IDe..so neglect my ignorance..!!!
I have a EJB having a remote method.I tried to test remote method by using 
Eclipse-Jboss IDE EJB test client but during the execution of the test 
case i am getting exception like 

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

In a bid to try to solve the problem i have added 

grant { 
permission java.security.AllPermission;
};

in the policy file..(Both test code and Jboss are running on the same machine)..

But still problem is not solved.Can Anybody help me to get through this 
problem...




View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955364#3955364

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955364

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to