JBoss Community

Re: Human Task Forms (on the fly)

created by Tobias Wittur in jBPM - View the full discussion

Thanks Tihomir for your reply,

 

my guvnor runs on http://localhost:8080/.

 

Below the log file output. I guess it is the NilAuthenticator that lets me login with guest instead of admin?!

 

I guess the following is the solution? (Had no time to test it yet)

 

http://drools.herod.net/drools-guvnor/html_single/index.html#d0e163

In the components.xml file, you should located a security configuration section like the following:

 

<!-- SECURITY CONFIGURATION -->

<!-- default (will take any username, useful if you want to keep track of users but not authenticate -->

 

<security:identity authenticate-method="#{defaultAuthenticator.authenticate}"/>

 

<!-- NO authentication. This will bypass the login screen when you hit the app. Everyone is "guest" -->

 

<!-- <security:identity authenticate-method="#{nilAuthenticator.authenticate}"/> --> 

 

2011-07-27 17:15:52,745 INFO  [STDOUT] (http-localhost%2F127.0.0.1-8080-4) INFO  27-07 17:15:52,744 (NilAuthenticator.java:authenticate:35)

All users are guests.
2011-07-27 17:15:52,891 INFO  [STDOUT] (http-localhost%2F127.0.0.1-8080-4) INFO  27-07 17:15:52,891 (NilAuthenticator.java:authenticate:35) All users are guests.
2011-07-27 17:15:52,947 INFO  [STDOUT] (http-localhost%2F127.0.0.1-8080-4) INFO  27-07 17:15:52,946 (NilAuthenticator.java:authenticate:35) All users are guests.

2011-07-27 17:15:52,956 INFO  [com.intalio.web.server.TaskFormsServlet] (http-localhost%2F127.0.0.1-8080-1) check connection response code: 204

2011-07-27 17:15:52,969 INFO  [STDOUT] (http-localhost%2F127.0.0.1-8080-4) INFO  27-07 17:15:52,969 (NilAuthenticator.java:authenticate:35) All users are guests.

2011-07-27 17:15:52,972 INFO  [com.intalio.web.server.TaskFormsServlet] (http-localhost%2F127.0.0.1-8080-1) create connection response code: 405

2011-07-27 17:15:52,989 INFO  [STDOUT] (http-localhost%2F127.0.0.1-8080-4) INFO  27-07 17:15:52,989 (NilAuthenticator.java:authenticate:35) All users are guests.

2011-07-27 17:15:52,997 INFO  [com.intalio.web.server.TaskFormsServlet] (http-localhost%2F127.0.0.1-8080-1) check connection response code: 204

2011-07-27 17:15:53,002 INFO  [STDOUT] (http-localhost%2F127.0.0.1-8080-4) INFO  27-07 17:15:53,002 (NilAuthenticator.java:authenticate:35) All users are guests.

2011-07-27 17:15:53,061 INFO  [com.intalio.web.server.TaskFormsServlet] (http-localhost%2F127.0.0.1-8080-1) create connection response code: 405

Reply to this message by going to Community

Start a new discussion in jBPM at Community