[jboss-jira] [JBoss JIRA] Resolved: (JBRULES-2678) The current Drools-Spring does not provide User Name, Password, basicAuthentication attributes in kagent

Esteban Aliverti (JIRA) jira-events at lists.jboss.org
Fri Aug 27 12:13:12 EDT 2010


     [ https://jira.jboss.org/browse/JBRULES-2678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Esteban Aliverti resolved JBRULES-2678.
---------------------------------------

         Assignee: Esteban Aliverti  (was: Mark Proctor)
    Fix Version/s: 5.2.0.M1
       Resolution: Done


Now it is possible to define basic authentication attributes in <drools:resource> element. In order to do this, you need to use the new drools-spring-1.1.0.xsd schema.
Using this schema, you will be able to define secure resources in this way:

<drools:resource id="secureResource" basic-authentication="enabled" username="someUser" password="somePassword" type="DRL" source="http://someHost:1234/someDRLResource.drl"/>


> The current Drools-Spring does not provide User Name, Password, basicAuthentication attributes in kagent 
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: JBRULES-2678
>                 URL: https://jira.jboss.org/browse/JBRULES-2678
>             Project: Drools
>          Issue Type: Patch
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 5.1.0.FINAL
>         Environment: Drools Guvnor, KnowledgeAgent, Drools - Spring Configuration
>            Reporter: Kiran Phadatare
>            Assignee: Esteban Aliverti
>            Priority: Optional
>             Fix For: 5.2.0.M1
>
>
> When using a change-set and drools-spring config. for kagent beans to get pakage content from guvnor repository as follows :
> <drools:kagent kbase="knowledgeBase" id="kagent" new-instance="false"> 
>         <drools:resources> 
>                 <drools:resource type="PKG" source="http://localhost:8080/drools-
>                            guvnor/org.drools.guvnor.Guvnor/package/org.mkcl.insync/LATEST" /> 
>         </drools:resources> 
> </drools:kagent> 
> this fails because the new drools guvnor requires authentication from v5.1.0Final

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list