Hi, I want to bind an object to local namespace at startup, similar to how datasources are bound to local namespace by specifying them in *ds.xml files. I know that it is possible to bind to the global namespace using JNDIBindingServiceMgr (in jboss-service.xml). Is it possible to bind to a local name in jboss-service.xml using some full path? For example, I want to be able to lookup java:jdbc/XXX in local namespace, is there some jndi-name I can specify in jboss-service.xml to bind to this? If not, can I achieve this through using a startup class or some other means?
Regards, Len View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084240#4084240 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084240 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
