This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Mandated annoying "java:/" namespace for datasourcesdavidjencks Jan 31, 2002 5:42 PM (in response to ~adrian)It's kind of required because you can't use the datasource outside the jboss vm, which leaving out the java:/ would at least obscure 
- 
        2. Re: Mandated annoying "java:/" namespace for datasources~adrian Jan 31, 2002 5:55 PM (in response to ~adrian)I know but for the portability of the code (Websphere and Weblogic allows to register the datasource in JNDI as “ds_name”) I would like to see the same in JBoss without providing vendor specific files like: “jboss.xml”. 
 Right now I can deploy my code against the J2EE reference implementation, Websphere, Weblogic without customizing anything and I would like to do the same with JBoss.
 Adrian
 
    