[jboss-user] [JBoss jBPM] - Re: jBPM integration with ESB

2008-06-13 Thread jbarrez
Nice stuff Bernd.

I'll try to look into it if I find some time

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4157892#4157892

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4157892
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: jBPM integration with ESB

2008-06-13 Thread kukeltje
but NO credits in this one :-)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4157937#4157937

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4157937
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: jBPM integration with ESB

2008-06-13 Thread camunda
anonymous wrote : but NO credits in this one :-)
Yeah, that's why I made this my main post ;-))

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4157938#4157938

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4157938
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM Integration

2007-06-14 Thread roy007
Hi Sebastian,

Your post has been very helpful as I am in the process of evaluating different 
WFM solutions and had the same questions and concerns. A lot of those were 
clarified by your post.

I still have one question maybe you can help me understand this...

Suppose I have a status field in my entity E mapping to table in schema A and 
the workflow is describing an approval process (jBPM using schema B). So if I 
want to update the status field of my entity do I need to use a transaction 
manager so that both these operations commit to the DB atomically. 

Since I am using spring I am thinking I can write an aspect that would get me 
the state and then I could update my entity status field. 

Are there other ways of doing this? Is this the right way to do it?

thnx in advance.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4054585#4054585

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054585
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM Integration

2007-05-09 Thread amontobin
Thank you Ed. I will continue to study in depth jbpm.

Regards,

Sebastien

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=402#402

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=402
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM Integration

2007-05-08 Thread estaub
anonymous wrote : Is there already some sql-samples for migrating process ?

Sorry, don't know.  I'd have to search around... you should do that.

anonymous wrote : If i create an ear, do i have to import the jbpm console to 
manage the deployement of workflow in my application ?
  | 

Take a look at the jbpm-enterprise.ear that the project creates now.
I guess it depends on what you'd want to do instead, why you wouldn't want to, 
etc.  The short answer is yes, you need it.

-Ed Staub

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4043886#4043886

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043886
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM Integration

2007-05-07 Thread estaub
Sebastien,

I'm a relative newbie, so I can only help so much.


anonymous wrote : If i want to create a workflow for entity E, do i have to 
store the id of each instance in the jbpm's context of the process instance in 
order to do the link between my application and jbpm process ?
Yes, that's the general approach

anonymous wrote : If my application have its own entities for (User, Group, 
Tasks, Rights ...) 
  | How do i link with same entities of jbpm ?
  | 
The identify module is well-isolated and designed to be replaced with whatever 
you need.  See the userguide and javadocs.

anonymous wrote : Business has changed and i have added/removed some states to 
the process defintion. When deploying a new process definition, a new version 
is created.
  |  What happen to the objects (Ids) that where already in the workflow ?
  |  
They continue to use the old version of the process definition.  Old versions 
are retained in the database for that reason.
anonymous wrote : Do i have to do an sql patch procedure to move my objects 
already in the workflow to a consistent state according to the new prcocess  
definition ? 
  | 
Only if you don't want them to continue using the old version.

-Ed Staub

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4043634#4043634

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043634
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM Integration

2007-05-07 Thread amontobin
Hi ed,

I've seen in the pluggable part of documentation that you can rewrite 
'TaskManagementModule'. and that you can rewrite Authentication to change the 
default authentication.

Is there already some sql-samples for migrating process ? 

If i create an ear, do i have to import the jbpm console to manage the 
deployement of workflow in my application ?

Thank You

Sebastien

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4043798#4043798

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043798
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user