posted 10 years ago
Hello,
I am migrating our application from websphere 7 to weblogic 12c. Our application was originally jdk6+j2ee1.4+hibernate3.2+websphere7. In order to move to weblogic 12c, I upgraded our application to jdk6+javaee6+hibernate3.2. This results in the following error:
I am concerned that javaee6 could have caused a hibernate error.
Note: I experimented upversioning to hibernate3.6. The same error was more verbose and it was that the named query alias in not recognisable. I can solve the named query, but there will not be an end to the subsequent error. Because we have to know the root cause of this error. I believe it has to do with versions.
Thanks for reading this post.