Hi-

I'm just starting with jBoss (2.0 final plus embedded tomcat) and I am 
running into a few problems. Let me start with this (hopefully simple)
one and try to make some more progress :)

I have deployed a really trivial bean called Security. I have a test
client (current one is cribbed from the example testclient since mine
also did not work) that attempts to access the bean and call a method.

During this call:
SecurityHome home = 
  (SecurityHome)PortableRemoteObject.narrow (ref, SecurityHome.class);

I get this output:
javax.naming.CommunicationException [Root exception is java
ception: org.jboss.ejb.plugins.jrmp13.interfaces.HomeProxy 
 RMI class loader disabled)]

Any thoughts on this? Do I need to enable a security manager in jBoss?
Will this involve learning more about (shiver) JMX? :) Which I see
I will need to learn to handle the servlet context mappings anyway.

Advice appreiciated,

Steve Salkin



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to