]
[mailto:[EMAIL PROTECTED]] On Behalf Of Rod Macpherson
Sent: Monday, January 20, 2003 1:47 AM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Using a Bean outside from the Jboss JVM
Right, you at least need the org.jnp.interfaces package from JBoss client
classes: /jboss/client.
- Original
Right, you at least need the org.jnp.interfaces package from JBoss client
classes: /jboss/client.
- Original Message -
From: "Marco Tedone" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, January 19, 2003 4:07 PM
Subject: RE: [JBoss-user] Using a Bean outs
EMAIL PROTECTED]
Subject: Re: [JBoss-user] Using a Bean outside from the Jboss JVM
This should work if your session bean is deployed on JBoss:
Context context = new InitialContext( getProperties() );
Object node = context.lookup("ClientRemote");
ClientHome hom
The example on this web page has an eternal test client to test some EJBs.
http://www.tiburon-e-systems.com/nl20030101/article.html
Marco Tedone wrote:
Hi, I deployed succesfully a simple session bean under the /default
directory. I can't use this bean from a client not deployed with the same
b
done" <[EMAIL PROTECTED]>
To: "JBoss-user-list" <[EMAIL PROTECTED]>
Sent: Sunday, January 19, 2003 3:15 PM
Subject: [JBoss-user] Using a Bean outside from the Jboss JVM
Hi, I deployed succesfully a simple session bean under the /default
directory. I can't us
Hi, I deployed succesfully a simple session bean under the /default
directory. I can't use this bean from a client not deployed with the same
bean.jar. I know that when creating the InitialContext some properties shall
be present. Could someone send me some code on how to use a Session bean
deploye