Re: [rules-users] Autologin into Guvnor from application bypassing guvnor's login page

2010-07-20 Thread G3
It was my assumption that LoginWidget.java is the login page where button click is invoked for Guvnor but when I tried with debugger I could login but that class was not called at all. Which class is invoking SecurityServiceServlet.java - login() method? Can anyone pls help. -- View this message

[rules-users] Error downloading guvnor source from svn

2010-07-16 Thread G3
Hi I am trying to download guvnor source.This is the first time I am trying this.I have installed svn and tried to checkout but I am getting the following error C:\>svn checkout http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-guvnor/ svn: PROPFIND request failed on '/repos/labs/

[rules-users] Autologin into Guvnor from application bypassing guvnor's login page

2010-07-16 Thread G3
Hi In my application web page i have link to guvnor application "http://localhost:8081/drools-guvnor"; I have the user name and password of users logged into the application . How can the user get the welcome: user_name page automatically on clicking the guvnor link i.e; bypassing the login page

Re: [rules-users] Retrieve rule names fired from StatefulknowledgeSession

2010-07-16 Thread G3
Hi Thanks for your reply.I got the rule names fired from the event listener -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Retrieve-rule-names-fired-from-StatefulknowledgeSession-tp969508p971735.html Sent from the Drools - User mailing list archive at Nabble

[rules-users] Retrieve rule names fired from StatefulknowledgeSession

2010-07-15 Thread G3
Hi I have retrieved the package from guvnor url and fired the rules using statefulsession.fireallrules() I can get the number of rules fired, all the rule names from the guvnor for the model but how can I get the names of the rules that is fired.Is there any way to get it from the session? As m

Re: [rules-users] Get authorized users rules only into application

2010-07-13 Thread G3
Hi Thanks for your reply. I guess I have to use separate guvnor with a single package for each user only. The webdav shows only the packages and snapshots not the authorization details. -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Get-authorized-users-ru

Re: [rules-users] Get authorized users rules only into application

2010-07-13 Thread G3
Hi Thanks for your reply.There can be any number of users through AD connection. Can I get all the drools user names and authorization rights into my application? Also can I get the user who created the rule as displayed in guvnor into my application. Is there any restlet that can be used? -- Vi

[rules-users] Get authorized users rules only into application

2010-07-11 Thread G3
Hi all I am able to get the entire LATEST package from the package URL from guvnor into my application. But this means any user can run all rules. I want to retrieve the rules created by the user in guvnor when the user logs in into my application or else the user can only run the rules through

Re: [rules-users] Connection with Active Directory multiple organizational units

2010-07-01 Thread G3
Hi all I got the multiple Organizational Units connection in AD in jboss 4.2.3 itself . Apparently my login-config.xml was not correctly configured.It is working fine now. -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Connection-with-Active-Directory-mul

Re: [rules-users] Connection with Active Directory multiple organizational units

2010-06-24 Thread G3
Hi I tried as you suggested by deploying Guvnor 5.1.0.M2 in Jboss5.1 G.A .When I tried connection with single organization unit connection in Active Directory but i get this message The requested resource (/drools-guvnor/) is not available. my console shows: 467 ERROR [STDERR] SL

Re: [rules-users] Connection with Active Directory multiple organizational units

2010-06-21 Thread G3
Hi Thanks for the reply. Is login-config.xml --- . .. not an accepted application-policy ? I dont find any errors -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble

[rules-users] Connection with Active Directory multiple organizational units

2010-06-19 Thread G3
I am able to authenticate with Active Directory but with only a single organizational unit but not with users of multiple organizational units This is my organizational structure +cn=test,cn=con --+ou=Sample1 -uid:user1,uid:user2 --+ou=Sample2 -uid:user3,uid:user4 --+roles -admin:uid:u