vtysh and mputs, thank you for your replies. I reviewed my changes to the console war
supplied with the Jbpm 3.2.2. Suite and found a configuration parameter that I had not
seen before: in web-inf\jbpm4jsf-cfg.xml, <use-jsf-actor>true</use-jsf-actor>
is the default.
<!-- This entry controls whether to map JSF user authentication to
actor IDs. Set to false if the authentication scheme used by
the administration console is not related to the set of actors
that is used by your processes.
-- >
<authentication-service>
<use-jsf-actor>true</use-jsf-actor>
</authentication-service>
Since I am using an authentication scheme for the console that is unrelated to my
application's actors, this setting should be "false" for me. After changing
it to "false" the console works perfectly.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108218#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...