Why would I get a NameNotFoundException trying to load up the DefautDS ???
 
DataSource ds = (DataSource) new InitialContext().lookup("java:/DefaultDS");
The exception says "DefaultDS not bound" ???
 
What's wrong here?  I see java:/DefaultDS fly by the console when I load jBoss.
 
- Mark

Reply via email to