[jboss-user] [JBoss jBPM] - Re: LinkageError

2007-07-19 Thread ricardomarques
I'm wandering if I'm ending a task instance correctly since I can figure out the problem. | engine.openSession(); | JbpmContext jbpmContext = engine.getJbpmContext(); | | | TaskInstance taskInstance =

[jboss-user] [JBoss jBPM] - Re: LinkageError

2007-07-17 Thread ricardomarques
kukeltje wrote : from what I read in other forums and on the internet, could be related to classsloading issues or two things accessing the same transaction. Sorry, but I hope you can investigate this a little further yourself. That would be very helpful yeah, but i'm following the code to a

[jboss-user] [JBoss jBPM] - Re: LinkageError

2007-07-17 Thread estaub
Ricardo, I'm no expert, but I'd be looking at your database and transaction configurations. What database are you using? It looks like you're running in Tomcat - yes? At the point that you're failing, you're probably opening a Job session for the first time. Jobs are interesting because

[jboss-user] [JBoss jBPM] - Re: LinkageError

2007-07-17 Thread ricardomarques
estaub wrote : Ricardo, | I'm no expert, but I'd be looking at your database and transaction configurations. What database are you using? It looks like you're running in Tomcat - yes? | i'm using jboss 4.0.5 and mysql 5 What I think thats weird is that i'm using only the command

[jboss-user] [JBoss jBPM] - Re: LinkageError

2007-07-17 Thread ricardomarques
oops, *what you said :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065011#4065011 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4065011 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: LinkageError

2007-07-17 Thread ricardomarques
Here's my definition: | ?xml version=1.0 encoding=UTF-8? | | process-definition | xmlns= name=condition |swimlane name=default | assignment expression=user(grover)/assignment |/swimlane |end-state name=fim/end-state |task-node name=which path |

[jboss-user] [JBoss jBPM] - Re: LinkageError

2007-07-16 Thread kukeltje
from what I read in other forums and on the internet, could be related to classsloading issues or two things accessing the same transaction. Sorry, but I hope you can investigate this a little further yourself. That would be very helpful View the original post :

[jboss-user] [JBoss jBPM] - Re: LinkageError

2007-07-12 Thread [EMAIL PROTECTED]
Is it happening consistently? What is your environment? Can you describe this a bit more specific please? Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4063343#4063343 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: LinkageError

2007-07-12 Thread ricardomarques
Environment: jbpm 3.2 + mysql 5 + jboss as 4.0.5 + jdk 1.5.x This is happening after the the action of this process been run, when I execute TaskInstanceEndCommand, and untill now this happens only on this process. | | StartWorkOnTaskCommand cmd1 = new

[jboss-user] [JBoss jBPM] - Re: LinkageError

2007-07-12 Thread ricardomarques
apparently when i add a task to confinuar the problem vanish, still the error that jbpm gives in the absence of task's is a bit odd. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4063421#4063421 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: LinkageError

2007-07-12 Thread kukeltje
I'll change the schema to at least require 1 task as a child of task-node View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4063444#4063444 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063444