Re: [rules-users] Authorisation of Guvnor users on Glassfish

2011-05-02 Thread Chris Selwyn
:-) Chris On 02/05/2011 12:13, maav wrote: > Never mind! I got it working, was some kind of classpath issue. > > Nice and well described solution btw! > > Best Regards > > Mattias > > -- > View this message in context: > http://drools.46999.n3.nabble.com/Authorisation-of-Guvnor-users-on-Glassfis

Re: [rules-users] Authorisation of Guvnor users on Glassfish

2011-05-02 Thread maav
Never mind! I got it working, was some kind of classpath issue. Nice and well described solution btw! Best Regards Mattias -- View this message in context: http://drools.46999.n3.nabble.com/Authorisation-of-Guvnor-users-on-Glassfish-tp1823252p2889484.html Sent from the Drools: User forum mai

Re: [rules-users] Authorisation of Guvnor users on Glassfish

2011-05-02 Thread maav
Hi! I'm trying to get your solution to work on my local deployment of Guvnor (v 5.1.1) on Glassfish (Enterprise Server v2.1). I have never come in contact with Jboss seam before so I feel very lost here! :) I'm following your instructions but when I try to authenticate I get the following except

Re: [rules-users] Authorisation of Guvnor users on Glassfish

2010-11-10 Thread Chris Selwyn
And further... In order to provide capability to configure the realm (rather than hardcoding it), I have made the small modification to the GlassfishRealmAuthenticator as follows... package uk.co.mendipit.glassfishrealmauthenticator; import com.sun.appserv.security.ProgrammaticLogin; import

Re: [rules-users] Authorisation of Guvnor users on Glassfish

2010-11-02 Thread Michael Anstis
Good job, and thanks for posting your solution back to the mailing list. 2010/11/2 Chris Selwyn > To answer my own question (and record a method that works for > posterity)... > > What I did was:- > >- Configure my Glassfish domain's login.conf with a "seam" LoginModule >as follows >

Re: [rules-users] Authorisation of Guvnor users on Glassfish

2010-11-02 Thread Chris Selwyn
To answer my own question (and record a method that works for posterity)... What I did was:- * Configure my Glassfish domain's login.conf with a "seam" LoginModule as follows seam { org.jboss.seam.security.jaas.SeamLoginModule required; }; * Create a Seam authenti

[rules-users] Authorisation of Guvnor users on Glassfish

2010-11-01 Thread Chris Selwyn
I am using Guvnor 2.1.1 on Glassfish 2.1 and mostly it seems to work very well. However, I am now looking to setup authentication of users to the Guvnor server and this is where I am finding problems. I tried writing a class with an "authenticate" method to authenticate against a Glassfish rea