Community

Binding a SessionFactory

reply from jaikiran pai in JNDI and Naming - View the full discussion
<session-factory name="java:comp/env/jdbc/resource-list">

 

You can't bind to java:comp/env from that config file. Change it to something like:

 

<session-factory name="jdbc/resource-list">

 

And if you want that session factory to be available in java:comp/env then follow the instructions here http://community.jboss.org/message/251298#251298

Reply to this message by going to Community

Start a new discussion in JNDI and Naming at Community