Oc4j « Development « JPA Q&A





1. Hibernate + OC4J    coderanch.com

2. OC4J and Hibernate experience?    forum.hibernate.org

I'm trying to find out if the Oracle OC4J and Hibernate work together. We want to use a session bean facade for our Java object model. The model should be persisted by Hibernate. The transactions should be handled by the application server. Has somebody used such a setup? What are your experience with other application servers and this setup?

3. oc4j and UserTransaction    forum.hibernate.org

Without all the details, my suspicion (only because I just encountered a similar problem with Websphere) is that you have a CMT in which you are trying to use Hibernate Transaction API? I think there is some differences in the interpretation of the specification, but, the latest release of both Oracle and IBM's Application Servers appear to not allow you to ...

4. Security related NoSuchMethodError issue in OC4J?    forum.hibernate.org

Hello, I'm using the latest Hibernate on Oracle OC4J 10.1.3 and get the exception below. The FAQ mentioned that this could have something to do with loading related permissions (the libs should be on the classpath). Anyone have a theory as to what the required permissions are and where to add them? Code: java.lang.NoSuchMethodError: org.objectweb.asm.ClassVisitor.visit(IILjava/lang/String;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;)V at net.sf.cglib.core.ClassEmitter.begin_class(ClassEmitter.java:77) ...

5. Using C3P0 and Hibernate on OC4J    forum.hibernate.org

I have managed to get a struts application using hibernate and C3P0 working on Tomcat 5. Im having trouble setting this up in OC4J 10.1.2 or OC4J 9.0.4 . I get an exception in the OC4J's server.log: 05/07/06 16:25:20 Exception occured during Applications initialization: Unable to find DataSource of type com.mchange.v2.c3p0.ComboPooledDataSource I have created a global datasource entry in OC4J. Here ...

6. OC4J CMT TransactionManagerLookup problem    forum.hibernate.org

Need help with Hibernate? Read this first: http://www.hibernate.org/ForumMailingli ... AskForHelp Hibernate version: 3.0 Mapping documents: true false true org.hibernate.dialect.Oracle9Dialect PA_DEV true

10. Integration with Oc4j    forum.hibernate.org

11. oc4j + hibernate 3.2 problem    forum.hibernate.org

Hi all, I am working on a j2ee application with Oracle 9i Database as a backend, Struts as a MVC framework and Hibernate 3.2 for persistence layer. I have developed my application in jdeveloper 10.1.3.3 and when i deploy it on the embedded oc4j it all works fine. However when I deploy a War file with my application to a standalone ...