RE: [JBoss-user] Using a Bean outside from the Jboss JVM

2003-01-20 Thread Marco Tedone
] [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

Re: [JBoss-user] Using a Bean outside from the Jboss JVM

2003-01-19 Thread Rod Macpherson
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

RE: [JBoss-user] Using a Bean outside from the Jboss JVM

2003-01-19 Thread Marco Tedone
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

Re: [JBoss-user] Using a Bean outside from the Jboss JVM

2003-01-19 Thread Greg Turner
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

Re: [JBoss-user] Using a Bean outside from the Jboss JVM

2003-01-19 Thread Rod Macpherson
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

[JBoss-user] Using a Bean outside from the Jboss JVM

2003-01-19 Thread Marco Tedone
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