1. JPA Problem when upgrading WebLogic 10.0 to 10.3 stackoverflow.comI use JPA in my code (specifically, I use the Kodo framework, which is the JPA RI in WebLogic). Everything used to work just fine on WebLogic 10, but now I'm trying ... |
2. HIbernate with Oracle and Weblogic: Help Please coderanch.comHi, i am working on hibernate using weblogic server and with Oracle Database. I am getting the following exception. But same code when i worked with websphere server it's working fine. And let me know the solution. And My StackTrace As follows.. SEVERE: User: scott, failed to be authenticated. Exception in thread "main" org.hibernate.exception. GenericJDBCException: Cannot open connection at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:103) at ... |
3. Hibernate 3 + Weblogic 8.1 with Oracle Configuration coderanch.comHi, Today after 20 hrs of continous struggling I was able configure my existing Enterprise application in Weblogic 8.1 sp4 with Hibernate 3. I have seen blogs about this in the beadev2dev that you have to create a WLS Startup class to bind the Session Factory and other things but Weblogic 8.1 works fine without any Start Up Classes Important Things ... |
4. WebLogic 8.1 with Hibernate 2.1b6 and Oracle 9.2 forum.hibernate.orgI am having trouble getting WLS 8.1 container-managed transactions to work correctly with Hibernate 2.1 and an Oracle 9.2 database. My application is a simple "test app" bundled with the jBpm workflow engine ( http://jbpm.org ). Stateful and stateless session beans provide business services, invoking Hibernate to perform persistence operations while relying upon the WLS container to manage transactions. The default ... |
5. WebLogic 8.1 with Hibernate 2.1 and Oracle 9.2 forum.hibernate.org |
6. Weblogic and Oracle forum.hibernate.org |
7. Help configuring Hibernate with weblogic 8.1, Oracle 9i forum.hibernate.orgHi All, I am very new to Hibernate. I am trying to configure weblogic 8.1, Oacle 9i, and Hibernate 3.2.0 My cfg file is |