1. Spinning my wheels - Websphere 7 + Oracle's XMLTYPE forum.hibernate.orgHello, I have been spinning my wheels for days now and any help is greatly appreciated. I am using the solution posted at http://community.jboss.org/wiki/MappingXMLtoOracleXMLTYPEinIBMWebspshereplatform to act as my custom type for handling the XMLTYPE. In my annotation, I have the following Code: @Entity @Table(name="GROUP_NOTIFICATION_FORM") @TypeDefs( { @TypeDef(name = "xmlMap", typeClass = com.company.app.product.tadgis.configuration.WebsphereXMLMapping.class) }) public class Test extends BaseBean { ... |
2. Websphere 5.1 and Oracle 9x XA forum.hibernate.orgWe are using hibernate 2.1.7. Everything seems to work fine when we run it on SQLServer. But we run into the following exception when we try it on Oracle. The driver version is 9.2.0.5. [6/14/05 11:17:56:417 PDT] 37074a26 MCWrapper E J2CA0081E: Method cleanup failed while trying to execute method cleanup on ManagedConnection com.ibm.ws.rsadapter.spi.WSRdbManagedConnectionImpl@18e98a77 from resource PostXDB. Caught exception: com.ibm.ws.exception.WsException: DSRA0080E: An ... |
3. Hibernate 2.1.8, WebSphere 5.1, Oracle 9.2, JTATransaction forum.hibernate.orgNewbie Joined: Fri Feb 24, 2006 5:25 am Posts: 1 Hello, If you have time, could you help me with the following: First I used Jdbc to establish a connection with Oracle, it worked. Then, I wanted to let WebSphere manage the connection pool and the transactions. So I defined a datasource within websphere, gave the jndi to hibernate, even gave ... |
4. configuring hibernate 3 with websphere 6.0 and oracle 9i forum.hibernate.org |
5. Oracle 10g XMLType and Websphere 5 forum.hibernate.orgI implemented a custom usertype for Oracle XMLType and works fine in Oracle 9i and WAS 5 but does not work with Oracle 10g and WAS 5. Did some one face a similar situation. Please advice. Here is the Stack trace: Stack trace: java.lang.NoSuchFieldError: oracle.jdbc.driver.OracleConnection: field conversion not found; at oracle.xdb.XMLType.<init>(XMLType.java:529); at oracle.xdb.XMLType.createXML(XMLType.java:361); at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method); at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code)); at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled ... |