Hi,
I have an web application with hibernate-1.3.1 inside and I deploy it on Jboss 4.0.5 and it works.
I use MSSQL 2005 and driver net.sourceforge.jtds.jdbc.Driver.
But after JBoss JBPM(BPEL) installation ,hibernate (called by my app) produces errors , like that:
Caused by: java.sql.SQLException: Three part identifiers prohibited in statement
Before that I see(it seems like that), that hibernate "takes" JBPM's settings for hibernate and uses them, even when it call hibernate from my app.
And this is actually the reason of all errors.
How to separate JBPM and my app, how to avoid conflict?
Thanks a lot!
|