hmm...
OK, so in my scneario we are using web application which makes jBPDL API's call to retreive worklist, to initiate workflow, etc ... So, practically i don't need any user to be pre-configured in jBPM to do this. All i need is to create process definition, assign task to users in jBPM. These users may or may not exist in web-apps application.
Since all my users are authenticated in my web-app and i'm using jBPM only thru web-apps there is no need for authentication or creation of users, roles in jBPM.
Is my understanding correct ?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194312#4194312
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194312
"jaikiran" wrote : Which version of JBoss and what operating system? How was the application deployed and how was it removed? And also please provide more details about what you mean by "executing previous EAR"
thanx for responding.
We are using jboss-4.2.3.GA version.
This JBOSS is installed in UNIX operating system machine.
The JBOSS server is executing the same EAR that is been removed in the middle by my friend.
My question is how it can execute a file that is removed in the middle?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194306#4194306
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194306
the jBPM Identity Component is only for testing.. and has the minimal structure to use users and groups.
The jBPM core is totally decoupled from the identity, the only relationship with identities are actorId and pooledActors that are both strings. Because of this, you can set any ID in the actorId property, because it is a simple string.
So, to make it work, in you assignments handlers you must ensure that your custom identity component set the right string in the actorId or pooledActors property.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194305#4194305
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194305