Joined: Wed Aug 26, 2009 6:50 pm Posts: 1
|
Is it possible in hibernate 2 to have session factory not bind to JNDI? in my cfg file I am specifiying name="" or removing name and it gives org.dom4j.DocumentException: Error on line 2 of document : The system identifier must begin with either a single or double quote character. Nested exception: The system identifier must begin with either a single or double quote character.
When I define my sessionfactory in the hibernate.cfg file it requires a name="" <session-factory name="sessions/ITS_FACTORY">
I was able to use a different jar (pathology) using (Hibernate 3) without a name attribute in the session-factory element <session-factory > which prevented it from binding to JNDI.
How can I get hibernate 2 to not JNDI bind?
Thanks, Isaac
|
|