|
![]() |
Lalit Awasthi wrote:
So my question is"is there any xml file where we can change the prefix of binding JNDI as now it is adding "Java:" .I just want to add "Java:com/env".
[RARDeployment] Required license terms exist, view vfsfile:/C:/Documents%20and%20Settings/All%20Users/jbdevstudio/jboss-eap/
jboss-as/server/web_copy2/deploy/mail-ra.rar/META-INF/ra.xml
18:48:07,855 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS'
to JNDI name 'java:DefaultDS'
18:48:07,901 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=abc_datasource'
to JNDI name 'java:jdbc/abc_datasource'
18:48:08,042 INFO [TomcatDeployment] deploy, ctxPath=/admin-console
Lalit Awasthi wrote:Hello Jaikiran
yes exactly I am talking about namespace.mainly I want to bind jdbc/abc_datasource in Java:comp/env/jdbc/abc_datasource namespace but it is not doing so
I can show you the console