By the way, we think it is trying to treat the external URL as a name and is parsing it. The stack trace is: [EchoBridge] javax.naming.NameNotFoundException: t3: not bound [EchoBridge] at org.jnp.server.NamingServer.getBinding(NamingServer.java:420) [EchoBridge] at org.jnp.server.NamingServer.getBinding(NamingServer.java:428) [EchoBridge] at org.jnp.server.NamingServer.getObject(NamingServer.java:434) [EchoBridge] at org.jnp.server.NamingServer.lookup(NamingServer.java:252) [EchoBridge] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:292) [EchoBridge] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:276) [EchoBridge] at javax.naming.InitialContext.lookup(Unknown Source) [EchoBridge] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:364) [EchoBridge] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:400) [EchoBridge] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:276) [EchoBridge] at javax.naming.InitialContext.lookup(Unknown Source) [EchoBridge] at com.iic.test.bridge.EchoBridgeBean.echo(EchoBridgeBean.java:18) [EchoBridge] at java.lang.reflect.Method.invoke(Native Method) -rg > -----Original Message----- > From: Rhett Guthrie > Sent: Wednesday, November 22, 2000 12:26 PM > To: 'jBoss' > Subject: external EJB references > > > We are trying to use the external ejb-ref feature and are > having problems. Our jboss.xml entry looks like: > > <ejb-ref> > <ejb-ref-name>ejb/test</ejb-ref-name> > <jndi-name>t3://localhost:8080/test</jndi-name> > </ejb-ref> > > And we get a NameNotBoundException complaining that the name > "t3" is not bound. We stubbed out the t3UrlContextFactory > with our own impl that has a static block that prints a > message if it gets touched. Never gets loaded. > > Any ideas? > > -rg > -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]
