Alex Langhart [
https://community.jboss.org/people/langhartdev] created the discussion
"Re: JBPM 5.2 console can't get any Guvnor Process Definition"
To view the discussion, visit:
https://community.jboss.org/message/649324#649324
--------------------------------------------------------------
This may be due to the NilAuthenticator. Open the drools-guvnor.war archive file and in
it, you will find a file at /WEB-INF/components.xml. Open the document and comment this:
*<security:identity*
* authenticate-method="#{nilAuthenticator.authenticate}"/>*
And UNcomment this:
*<security:identity authenticate-method="#{authenticator.authenticate}"*
* jaas-config-name="other"/>*
I think that should fix your problem.*
*
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/649324#649324]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]