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]