Hi ,

I dont know whether this is the right forum to post this but i am taking my 
chance.Anyway here it is 
i am struggling to generate hibernate mapping files ( reverse engineering from 
DB2 database 8.1 or 7 tried using both ) i always end up with the following 
errors. 

I am using JBOSS IDE with eclipse version 3.1.1 and hibernate 3(downloaded with 
JBOSS server jboss-4.0.3SP1)

getting the following error 

1) WARN main net.sf.ehcache.config.Configurator - No configuration found. 
Configuring ehcache from ehcache-failsafe.xml found in the classpath: 
bundleresource://131/ehcache-failsafe.xml

I doubt whether the package is now valid for hibernate 3 
since i have read that it is org.hibernate 
but since the IDE is looking for this ... i am not sure what to change and where


2) WARN Worker-3 org.hibernate.connection.DriverManagerConnectionProvider - 
problem closing pooled connection

COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver] CLI0116E  Invalid transaction 
state. SQLSTATE=25000
        at 
COM.ibm.db2.jdbc.app.SQLExceptionGenerator.throw_SQLException(SQLExceptionGenerator.java:183)
        at 
COM.ibm.db2.jdbc.app.SQLExceptionGenerator.check_return_code(SQLExceptionGenerator.java:440)
        at COM.ibm.db2.jdbc.app.DB2Connection.close2(DB2Connection.java:846)
        at COM.ibm.db2.jdbc.app.DB2Connection.close(DB2Connection.java:812)
        at 
org.hibernate.connection.DriverManagerConnectionProvider.close(DriverManagerConnectionProvider.java:152)
        at 
org.hibernate.eclipse.console.workbench.LazyDatabaseSchemaWorkbenchAdapter$1.execute(Unknown
 Source)
        at 
org.hibernate.console.execution.DefaultExecutionContext.execute(Unknown Source)
        at 
org.hibernate.eclipse.console.workbench.LazyDatabaseSchemaWorkbenchAdapter.readDatabaseSchema(Unknown
 Source)
        at 
org.hibernate.eclipse.console.workbench.LazyDatabaseSchemaWorkbenchAdapter.getChildren(Unknown
 Source)
        at 
org.hibernate.eclipse.console.workbench.LazyDatabaseSchemaWorkbenchAdapter.getChildren(Unknown
 Source)
        at 
org.hibernate.eclipse.console.workbench.BasicWorkbenchAdapter.fetchDeferredChildren(Unknown
 Source)
        at 
org.eclipse.ui.progress.DeferredTreeContentManager$1.run(DeferredTreeContentManager.java:192)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)


here is my config file 

  <session-factory >
        COM.ibm.db2.jdbc.app.DB2Driver
        password
        jdbc:db2:SEDB_L
        db2admin
        db2gsadm
        org.hibernate.dialect.DB2Dialect
        true
        <!-- true
        
            org.hibernate.transaction.JTATransactionFactory
        
        java:comp/UserTransaction
         -->
    </session-factory>

Any help in this regard is really appreciated.

Thanks in Advance
Sumesh

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909313#3909313

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909313


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to