Does your client have the "jboss-client.jar" file in its
classpath?  If not, you need to create a security manager so the clss can
be dynamically loaded from the server.

Aaron

On Tue, 31 Oct 2000, Pedro wrote:
> when i run InterestClient get the exception :
> 
> Got context
> javax.naming.CommunicationException [Root exception is
> java.lang.ClassNotFoundException: org.jboss.proxy.ProxyProxy (no security
> manager: RMI class loader disabled)]
> 
> what's wrong ?
> 
> archives
> ==============================  / / =====================================
> 
> <ejb-jar>
>    <enterprise-beans>
>        <session>
>           <ejb-name>Interest</ejb-name>
>      <home>com.web_tomorrow.interest.InterestHome</home>
>      <remote>com.web_tomorrow.interest.Interest</remote>
>      <ejb-class>com.web_tomorrow.interest.InterestBean</ejb-class>
>      <session-type>Stateful</session-type>
>      <transaction-type>Container</transaction-type>
>        </session>
>    </enterprise-beans>
> </ejb-jar>
> 
> ==============================  / / =====================================
> jboss.xml
> 
> <jboss>
>      <enterprise-beans>
>   <session>
>    <ejb-name>Interest</ejb-name>
>    <jndi-name>Interest</jndi-name>
>    <configuration-name>jdk1.2.2 Stateful SessionBean</configuration-name>
>         </session>
>   <secure>false</secure>
>      </enterprise-beans>
> </jboss>
> 
> ==============================  / / =====================================
> 
> server.log
> 
> [Default] 20 services and 4 other MBeans started.
> [Default] Could not add shutdown hook
> [Default] jBoss 2.0 BETA-PROD-02 Started
> [Auto deploy] Auto deploy of file:/usr/local/jboss/deploy/interest.jar
> [Container factory] Undeploying:file:/usr/local/jboss/deploy/interest.jar
> [Container factory] Undeployed application:
> file:/usr/local/jboss/deploy/interest.jar
> [Container factory] Deploying:file:/usr/local/jboss/deploy/interest.jar
> [Container factory] Loading ejb-jar.xml :
> jar:file:/usr/local/jboss/tmp/deploy/tmpejbjar51839.jar!/META-INF/ejb-jar.xm
> l
> [Container factory] Loading standardjboss.xml :
> jar:file:/usr/local/jboss/lib/ext/jboss.jar!/org/jboss/metadata/standardjbos
> s.xml
> [Container factory]
> jar:file:/usr/local/jboss/tmp/deploy/tmpejbjar51839.jar!/META-INF/jboss.xml
> found. Overriding defaults
> [Verifier] Verifying file:/usr/local/jboss/tmp/deploy/tmpejbjar51839.jar
> [Verifier] Interest: Verified.
> [Container factory] Deploying Interest
> [Container factory] Container Invoker Optimize='false'
> [Container factory] Storing sessions for Interest in:database/Interest
> [Container factory] 0 old sessions removed
> [Container factory] Bound Interest to interest
> [Container factory] Deployed application:
> file:/usr/local/jboss/deploy/interest.jar
> 
> 
> 
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]
> 



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to