The InitialContext returned to a client from the JBoss naming service contains entries 
for all the EJBs, services (such as topic and queue), etc.  The name jdbc is not bound 
(I dumped the contents using list("java:/")).
When the InitialContext is obtained from within the container, jdbc is bound (lookups 
against java:/jdbc succeed).
The startup log shows it being bound here:

16:25:41,736 INFO  [jdbc/FirebirdDS] Bound connection factory for resource adapter for 
ConnectionManager 'jboss.jca:service=NoTxCM,name=jdbc/FirebirdDS to JNDI name 
'java:/jdbc/FirebirdDS'
16:25:41,746 INFO  [jdbc/XA-Firebird-Rxs] Bound connection factory for resource 
adapter for ConnectionManager 'jboss.jca:service=TxCM,name=jdbc/XA-Firebird-Rxs to 
JNDI name 'java:/jdbc/XA-Firebird-Rxs'

Why isn't jdbc showing up outside the container, and how may I begin correcting it?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841577#3841577

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841577


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to