henry donnell [http://community.jboss.org/people/bestage] replied to the discussion
"How to deploy bar files ?"
To view the discussion, visit: http://community.jboss.org/message/537242#537242
--------------------------------------------------------------
I have successfully deployed the .bar like described above.
It deployed all my custom classes needed to serialize/deserialize my BLOB values.
Somehow jbpm still throws "class not found" exception, although I am using jbpm 4.2 where the problem has been fixed (JBPM-2200 in JIRA).
Also the user guide suggests that this is the right way to make custom user classes available -> by adding .class files to .bar.
Has anyone experienced the same problem?
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/537242#537242]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Sebastian Schneider [http://community.jboss.org/people/sebastian.s] replied to the discussion
"Can we import a Process Defination as xpdl format into jBPM"
To view the discussion, visit: http://community.jboss.org/message/537241#537241
--------------------------------------------------------------
jBPM leaves the actual authentication and authorization to your own application but can use external sources with user data for task assignment etc. This is achieved by providing the possibility to plug-in your own user management. To boil it down to the briefest summary: There is an interface which can be implemented and thus replace the example implementation. Search the forum for this and take a look at the documentation. A ready-to-use implementation to access a directory service is not supplied by jBPM itself but it can be easily achieved and if you search the forum you will find an implementation for LDAP which can be used for Active Directory.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/537241#537241]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]