jeppy suparto [http://community.jboss.org/people/jeppy] created the discussion

"Re: how can i connect my jboss pool connection with spring web framework"

To view the discussion, visit: http://community.jboss.org/message/564478#564478

--------------------------------------------------------------
in my webcontent\WEB-INF\classes

i create datasource.xml
with the below content
<jee:jndi-lookup id="dataSource" jndi-name="java:jdbc/ics" />

where the jndi name is same with the oracle-ds.xml plus "java:" prefix

so if the your jndi name inside oracle-ds.xml like the following
*<jndi-name>jdbc/jeppy</jndi-name>*

then jndi name for your datasource.xml will become like

*<jee:jndi-lookup id="dataSource" jndi-name="java:jdbc/jeppy" />*

hope that's help

Regards,

Jeppy Suparto
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/564478#564478]

Start a new discussion in Datasource Configuration at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2077]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to