[JBoss jBPM] - Re: Swimlane assignment to group
by bazoo
I'm afraid I'm not a Java programmer, I'm using the web console to run my process rather than code: I wouldn't know where to start on creating a unit test. Nevertheless, I did manage to trap the relevant error log when I click the "Save and close" button in the console for the process node that's causing me the problems:
20:42:27,868 DEBUG [GraphElement] event 'node-enter' on 'TaskNode(Contract)' for 'Token(/)'
| 20:42:27,873 WARN [ProxyWarnLog] Narrowing proxy to class org.jbpm.graph.node.TaskNode - this operation breaks ==
| 20:42:27,918 DEBUG [GraphElement] event 'task-create' on 'Task(Contract)' for 'Token(/)'
| 20:42:27,935 DEBUG [ExpressionAssignmentHandler] resolving first term 'group(Legal)'
| 20:42:27,958 DEBUG [TaskInstance] assigning task 'Contract' to 'null'
| 20:42:27,961 DEBUG [GraphElement] event 'task-assign' on 'Task(Contract)' for 'Token(/)'
Looking at the above it looks like my assignment expression can't be resolved. Is there a way to force jBPM to tell me why it can't resolve my expression?
Thanks!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082760#4082760
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082760
18 years, 7 months
[JBoss Portal] - Configuring external SSO solution (LDAP)
by NM-156
I would like to plug in a custom, java based SSO solution to the JBoss Portal that authenticates against LDAP and retrieves roles from a database after authentication is successful (these classes are already developed, and I want to reuse them).
I am looking for a hook into the portal that will allow me to plug in my custom classes to authenticate a user and retrieve roles. Is there a configuration file that will allow me to plug in a custom implementation (wrapper class/interface api) for user authentication and role processing?
>From what I have been able to see, the identity configuration files underneath the jboss-portal.sar/conf/identity directory have something to do with this approach, but I do not understand how to configure the custom classes.
Can somebody explain how to do this?
Thank you.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082759#4082759
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082759
18 years, 7 months