Re: [JBoss-user] Jboss.xml / JNDI lookup problems (lengthy)

2001-07-12 Thread Scott M Stark
Lipscombe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 12, 2001 8:02 AM Subject: RE: [JBoss-user] Jboss.xml / JNDI lookup problems (lengthy) > I have worked it out: > > > The jboss.xml that does not work: > jboss> > > >Organ

RE: [JBoss-user] Jboss.xml / JNDI lookup problems (lengthy)

2001-07-12 Thread Adam Lipscombe
I have worked it out: The jboss.xml that does not work: jboss> OrganisationListBean ejb/organisation/OrganisationList The jboss.xml that *does* work: jboss> OrganisationListBean ejb/organisation/OrganisationList Note the tag. I suppose it is requir

Re: [JBoss-user] Jboss.xml / JNDI lookup problems (lengthy)

2001-07-12 Thread Burkhard Vogel
July 12, 2001 4:00 PM Subject: RE: [JBoss-user] Jboss.xml / JNDI lookup problems (lengthy) > Hi Burkhard, > > > I get the a similar (or same) exception: > > [] looking up Home interface java:comp/env/ejb/organisation/OrganisationList > [] Failed to find Home interface &g

RE: [JBoss-user] Jboss.xml / JNDI lookup problems (lengthy)

2001-07-12 Thread Adam Lipscombe
: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Jboss.xml / JNDI lookup problems (lengthy) Hi, Can you try looking up java:comp/env/ejb/organisation/OrganisationList and tell what happens. Burkhard ___ JBoss-user mailing list [EMAIL PROTECTED] http

Re: [JBoss-user] Jboss.xml / JNDI lookup problems (lengthy)

2001-07-12 Thread Burkhard Vogel
Hi, Can you try looking up java:comp/env/ejb/organisation/OrganisationList and tell what happens. Burkhard ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Jboss.xml / JNDI lookup problems (lengthy)

2001-07-12 Thread Adam Lipscombe
Folks, I am getting ever more confused about how to lookup JNDI references. Take a simple stateless SessionBean being looked up from SOAP service. The SOAP service is invoked from the emebedded Tomcat via Apache SOAP 2.2: The ejb-jar.xml contains: OrganisationListEJB OrganisationLis