Wolf-Dieter Fink [
https://community.jboss.org/people/wdfink] created the discussion
"Re: Migrate JBoss 4 datasource/jndi configuration in jboss.xml to JBoss 7"
To view the discussion, visit:
https://community.jboss.org/message/777386#777386
--------------------------------------------------------------
I'm not sure but maybe you can use the naming subsystem:
<subsystem xmlns="urn:jboss:domain:naming:1.2">
<bindings>
<lookup name="java:XY_DS"
lookup="java:jboss/datasource/XY_DS"/>
</bindings>
<remote-naming/>
</subsystem>
Let me know whether it works
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/777386#777386]
Start a new discussion in Datasource Configuration at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]