jboss « Schema « JPA Q&A





1. SchemaExportTask + JBoss    forum.hibernate.org

2. Schemaexport inside JBoss app?    forum.hibernate.org

Hi all, as smart ( and lazy ) as I am I tried to use schemaexport through my pico container in JBoss. So, I created it with the very same hibernate configuration properties as my SessionFactory: hibernate.connection.driver_class=org.gjt.mm.mysql.Driver hibernate.dialect=net.sf.hibernate.dialect.MySQLDialect hibernate.transaction.factory_class=net.sf.hibernate.transaction.JTATransactionFactory hibernate.transaction.manager_lookup_class=net.sf.hibernate.transaction.JBossTransactionManagerLookup hibernate.connection.datasource=java:status_ds But then it said me: 10:53:43,550 ERROR [STDERR] java.sql.SQLException: You cannot commit with autocommit set! 10:53:43,553 ERROR ...

3. Auto schema generation with hibernate 2.1.8 and JBoss 4.0.0    forum.hibernate.org

Newbie Joined: Fri Apr 15, 2005 9:01 am Posts: 2 Goodday All I had hibernate 2.1.8 running standalone in our app succesfully. Our shema generation was done using ant 1.6.2. All running 100% I then started with the task of having hibernate running in jboss. I have a Sybase jndi datasource up and running in jboss which hibernate connects to and ...

4. JBoss, Hibernate & HSQLDB, Unexpected token: SCHEMA in s    forum.hibernate.org

Environment JBoss 4.0.2 Hibernate 3.0 HSQLDB 1.8 I created a file-based HSQLDB database with runManager.bat. It contains only one table create definition. It works fine. *.properties, *.lck, *.log, *.script are created. I copy those files to JBoss start location, and setup hibernate.cfg.xml as below org.hsqldb.jdbcDriver jdbc:hsqldb:file:rds-db rds rds

5. Hbm2ddlAuto JBOSS Schema generation    forum.hibernate.org