[JBoss-user] [JBoss jBPM] - Re: java.sql.SQLException: Table already exists: JBPM_ACTION

2006-01-10 Thread forJbpm
Thanks!!! I was under impression that I should not change anything in AbstractdbTestCase class. That was really helpful Thanks Again! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916750#3916750 Reply to the post : http://www.jboss.com/index.html?module

[JBoss-user] [JBoss jBPM] - Re: java.sql.SQLException: Table already exists: JBPM_ACTION

2006-01-09 Thread pwang33
Add this statement if (!jbpmSchema.hasJbpmTables()) before the jbpmSchema.createSchema(); inside the AbstractDBTestCase View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916541#3916541 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[JBoss-user] [JBoss jBPM] - Re: java.sql.SQLException: Table already exists: JBPM_ACTION

2006-01-09 Thread forJbpm
Can anyone tell me What may be the cause of this problem??? Any help is highly appreciated Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916537#3916537 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916537

[JBoss-user] [JBoss jBPM] - Re: java.sql.SQLException: Table already exists: JBPM_ACTION

2005-12-14 Thread forJbpm
and then it also gives me anonymous wrote : java.lang.NullPointerException | at org.jbpm.db.AbstractDbTestCase.beginSessionTransaction(AbstractDbTestCase.java:81) | at org.jbpm.db.AbstractDbTestCase.setUp(AbstractDbTestCase.java:71) | at org.jbpm.websale2.WebSaleTest.setUp(WebSa