[jboss-user] [JBoss jBPM] - Re: JEE AS / jBPM / Transactions problem

2009-04-14 Thread gchanteb
Hi all, my problem was this line in persistence.xml for my entity beans: == The value create makes a conflict with existing tables I have put the value to check and with a manual creation of my table and sequences, it works. Bye. View the original post :

[jboss-user] [JBoss jBPM] - Re: JEE AS / jBPM / Transactions problem

2009-04-09 Thread gchanteb
If really don't understand, if i use this: public void launchSimpleProcess(String processName, String clientId) throws LaunchProcessException | { | long processId; | | try | { | processId =

[jboss-user] [JBoss jBPM] - Re: JEE AS / jBPM / Transactions problem

2009-04-09 Thread gchanteb
As you can see in my log, i have done a System.out.println(processId) at the end of my method, i have this: 14:37:25,727 INFO [STDOUT] Process id: 8 for the first. and 14:37:19,337 INFO [STDOUT] Process id: 1 for the 2nd. So the problem occurs during the commit of the transaction i think...