Hello All,
I want to configure hibernate to be able to bind for non-jta datasource, I use Websphere 6.1 application server, i tried everything but the same exception NamingException, Name not found exception.
and kindly note that i want to use non-jta datasource that means the Hibernate entity classes are not running under the container, they are run in seprate thread outside the application server scope so thats why i am not using JTA datasource, so the JNDI lookup will be similar to remote lookup.
please help me in configuring the hibernate. to be able for remote JNDI lookup. and how I can get the hibernate code that do the lookup
Thanks in advance.
Tayseer Alamadi
|