Probably need either

A. A security manager

B. app class definitions available to client.

RMI will not want to download those definitions without a security manager.

Dont think you need to learn JMX quite yet...

> -----Original Message-----
> From: Steve Salkin [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, February 25, 2001 5:06 PM
> To: JBoss-User
> Subject: [jBoss-User] initial questions
> 
> 
> 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]
> 





---------------------------------------------------------------------
This message (including any attachments) contains confidential, proprietary
or privileged information intended for a specific purpose and individual(s),
and is protected by law.  If you receive this message in error, please
immediately delete it and all copies of it from your system, destroy any
hard copies of it and notify the sender.  Any unauthorized disclosure,
copying or distribution of any part of this message, or the taking of any
unauthorized action based on it, is strictly prohibited.


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

Reply via email to