Re: [rules-users] Drools Guvnor and jboss single sign on

2009-12-10 Thread সাহিদ
2009/12/10 Paul R. reverselo...@gmail.com: It's very easy to create a custom authentication module for Seam. In my organization, we've created a simple module which will check the session for an existing user object. Just have to put it on your classpath and edit the components.xml to use your

Re: [rules-users] Drools Guvnor and jboss single sign on

2009-12-10 Thread Paul R.
Did you also edit your drools-guvnor.war\WEB-INF\components.xml to point to your authenticator? security:identity authenticate-method=#{customAuthenticator.authenticate}/ 2009/12/10 Sahid Khan (সাহিদ) sahid...@gmail.com 2009/12/10 Paul R. reverselo...@gmail.com: It's very easy to create a

Re: [rules-users] Drools Guvnor and jboss single sign on

2009-12-10 Thread সাহিদ
2009/12/10 Paul R. reverselo...@gmail.com: Did you also edit your drools-guvnor.war\WEB-INF\components.xml to point to your authenticator? security:identity authenticate-method=#{customAuthenticator.authenticate}/ Yes I did. It fails with the following message in the console: 15:12:49,760

Re: [rules-users] Drools Guvnor and jboss single sign on

2009-12-09 Thread Paul R.
It's very easy to create a custom authentication module for Seam. In my organization, we've created a simple module which will check the session for an existing user object. Just have to put it on your classpath and edit the components.xml to use your class as its authenticator. Perhaps something

[rules-users] Drools Guvnor and jboss single sign on

2009-12-08 Thread সাহিদ
Hello, I have couple of web applications other than Guvnor deployed in JBoss. I use jboss single sign on [1] for authentication. But guvnor does not seem to be working. I believe there are some issues with JBoss Seam and JBoss SSO. But is there any work around to integrate JBoss SSO with Guvnor?