Wolfgang Knauf [http://community.jboss.org/people/WolfgangKnauf] replied to the discussion
"where can I find sun java ee deployment tool ?"
To view the discussion, visit: http://community.jboss.org/message/542228#542228
--------------------------------------------------------------
Well, for basic beginners usage I personally would strongly suggest Eclipse: if used properly, it creates clean project templates and builds an archive which simply works ;-). But it can also cause a lot of "fun", because the WTP team time by time manages to add really nasty bugs...
And using Eclipse (or another IDE) could probably reduce the number of "strange xml validation error on deployment" in this forum to zero ;-).
Anywell, the best tool will fail the "reality test" - users manage to break everything ;-)..
Wolfgang
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/542228#542228]
Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Michael Wohlfart [http://community.jboss.org/people/mwohlf] replied to the discussion
"Updating users, groups or membership"
To view the discussion, visit: http://community.jboss.org/message/542198#542198
--------------------------------------------------------------
Hi Juan,
you don't need to use the JBPM4_ID_USER, JBPM4_ID_MEMBERSHIP and JBPM4_ID_GROUP tables from jbpm4, the only way jBPM4 interacts with identities is by using String IDs, like for example the taskService.findGroupTasks(userId) or task.getAssignee() methods.
So you can implement your own Abstraction layer for whatever identity backend you have.
Having said that, of course you are free to use the included tables and the jBPM4 identity component however there might be some features missing.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/542198#542198]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]