This has nothing todo with previuos post but I didn't wanted to start a new 
topic.

When I undeploy my app it seems that the jBPM tables aren't droped even if the 
hbm2dll property has been set to create-drop, Is that normal or can it be fixed?


  | hibernate-configuration>
  |   <session-factory>
  | 
  |     <property name="show_sql">false</property>
  |     <property 
name="connection.datasource">java:/accountingDatasource</property>
  |     <property 
name="transaction.factory_class">org.hibernate.transaction.JTATransactionFactory</property>
  |     <property 
name="transaction.manager_lookup_class">org.hibernate.transaction.JBossTransactionManagerLookup</property>
  |     <property 
name="cache.provider_class">org.hibernate.cache.HashtableCacheProvider</property>
  |     <property name="hbm2ddl.auto">create-drop</property>
  |     <!--property 
name="transaction.flush_before_completion">true</property-->
  |     
  |     <!-- ############################################ -->
  |     <!-- # mapping files with external dependencies # -->
  |     <!-- ############################################ -->
  | 

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

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


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to