[jboss-user] [JBoss jBPM] - Re: jbpm 3.2.2 web console on JBoss 4.2.0 - NullPointerExcep

gerrmann do-not-reply at jboss.com
Tue Nov 27 14:26:43 EST 2007


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#4108218

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4108218



More information about the jboss-user mailing list