I have an issue with binding to the JNDI tree within the comp/env context.  This is 
what I am trying to do for example.  (BTW: This was all running in Orion, but now are 
migrating to JBOSS)


  | InitialContext context = new InitialContext();
  | context.bind("java:comp/env/test/abc", "test_binding");
  | 

when it trys to bind to the path in the jndi context, a naming exception occurs..

javax.naming.NameNotFoundException: test not bound

I know its not bound because I am trying to bind it there.  What am I missing to make 
JBOSS work with binding a object to a JNDI path, programaticly. 

Thanks in advance..
-Pete

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

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


-------------------------------------------------------
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