Re: [JBoss-user] It never finds beans in another *.jar's

2001-05-02 Thread Scott M Stark
You specify the properties that are used to create a type of InitialContext for the external server. If the naming providers InitialContextFactory supports accessing subcontexts via the provider url then you can bind an arbitrary context in the external namespace. > Obviously, the correct way to

Re: [JBoss-user] It never finds beans in another *.jar's

2001-05-02 Thread Guy Rouillier
JBoss's naming service? In my example above, I'd like to add guyr/DbSource, and tell it that this EJB can be found on server 192.168.1.102. - Original Message - From: "Scott M Stark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 01, 2001 4

Re: [JBoss-user] It never finds beans in another *.jar's

2001-05-01 Thread Vinay Menon
Swing Sent: Tuesday, May 01, 2001 10:28 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] It never finds beans in another *.jar's Could you use an environment entry?      ReallyRemoteBean    java.lang.String    t3://otherserver/application/beanB    // this could be done one time and cached 

Re: [JBoss-user] It never finds beans in another *.jar's

2001-05-01 Thread Steve Swing
t: Tuesday, May 01, 2001 4:02 pm Subject: Re: [JBoss-user] It never finds beans in another *.jar's Have had quite a few chaps usually put the jndi names in something as simple as a resource bundle/properties file. Then it wouldn't need a recompile of code an option you might want

Re: [JBoss-user] It never finds beans in another *.jar's

2001-05-01 Thread Scott M Stark
ied via an ejb-link which points to another bean in the same ejb-jar. - Original Message - From: Guy Rouillier To: [EMAIL PROTECTED] Sent: Tuesday, May 01, 2001 8:55 AM Subject: Re: [JBoss-user] It never finds beans in another *.jar's I'm going to be doing this in the near futu

Re: [JBoss-user] It never finds beans in another *.jar's

2001-05-01 Thread danch
The example you quote is for accessing a WebLogic managed bean from a JBoss managed one. Bean to Bean within a JBoss instance is simpler ("If bean B is deployed in another application, but on the same jboss server, the jndi-name you provide must be the name under which bean B is deployed."). Tha

Re: [JBoss-user] It never finds beans in another *.jar's

2001-05-01 Thread Vinay Menon
y one another be bundled together in a single jar...   Your views?   Vinay - Original Message - From: Guy Rouillier Sent: Tuesday, May 01, 2001 8:07 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] It never finds beans in another *.jar's I'm going to be doing this in the ne

Re: [JBoss-user] It never finds beans in another *.jar's

2001-05-01 Thread Guy Rouillier
Re: [JBoss-user] It never finds beans in another *.jar's Hi, Check out the section 'External EJB Reference' in chapter 6 in the online documentation for jboss at www.jboss.org\documentation\HTML\ch06s05.html   Vinay

Re: [JBoss-user] It never finds beans in another *.jar's

2001-04-29 Thread Vinay Menon
JBoss-user] It never finds beans in another *.jar's I'm new in EJB and using JBoss. I tried some simple examples and all theclasses were in the same package and it worked. But when I made aSessionBeanwhich used an EntityBean, both in a different jar-files, JBoss never foundthe EntityB

Re: [JBoss-user] It never finds beans in another *.jar's

2001-04-29 Thread Ingo Bruell
Hi Thomas, TS> I'm new in EJB and using JBoss. I tried some simple examples and all the TS> classes were in the same package and it worked. But when I made a TS> SessionBean TS> which used an EntityBean, both in a different jar-files, JBoss never found TS> the EntityBean. Even trying the modified

[JBoss-user] It never finds beans in another *.jar's

2001-04-29 Thread Thomas Schubert
I'm new in EJB and using JBoss. I tried some simple examples and all the classes were in the same package and it worked. But when I made a SessionBean which used an EntityBean, both in a different jar-files, JBoss never found the EntityBean. Even trying the modified Example from the book Enterpris

Re: [JBoss-user] It never finds beans in another *.jar's

2001-04-29 Thread Vinay Menon
Do you want to send the code snippet that is associated to the look up? - Original Message - From: Thomas Schubert Sent: Sunday, April 29, 2001 12:48 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] It never finds beans in another *.jar's I'm new in EJB and using JBoss. I tried s

[JBoss-user] It never finds beans in another *.jar's

2001-04-29 Thread Thomas Schubert
I'm new in EJB and using JBoss. I tried some simple examples and all the classes were in the same package and it worked. But when made a SessionBean which used an EntityBean, both in a different jar-files, JBoss never found the EntityBean. Even trying the modified Example from the book Enterprise