You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2007/06/26 11:58:34 UTC

[jira] Reopened: (SM-972) authenticationService is null - Several SA deployed on the same instance of Smx

     [ https://issues.apache.org/activemq/browse/SM-972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet reopened SM-972:
--------------------------------


Needs to be fixed in 3.1.2 too

> authenticationService is null - Several SA deployed on the same instance of Smx
> -------------------------------------------------------------------------------
>
>                 Key: SM-972
>                 URL: https://issues.apache.org/activemq/browse/SM-972
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-soap
>    Affects Versions: 3.1
>         Environment: Linux Redhat EL 4
>            Reporter: Noseda Anne
>            Assignee: Guillaume Nodet
>            Priority: Blocker
>             Fix For: 3.2
>
>
> We've deployed 2 sa on the same instance of Smx.
> There both work when they are deployed alone.
> But when they are deployed together, the second sa returns the following error :
> <?xml version="1.0" encoding="UTF-8"?>
> <soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
> <soapenv:Body>
> <soapenv:Fault>
> <soapenv:Code>
> <soapenv:Value>soapenv:Receiver</soapenv:Value>
> </soapenv:Code>
> <soapenv:Reason>
> <soapenv:Text xml:lang="en">java.lang.IllegalArgumentException: authenticationService is null</soapenv:Text>
> </soapenv:Reason>
> </soapenv:Fault>
> </soapenv:Body>
> </soapenv:Envelope>
> Then, we send a request to the first sa, it works then to the second sa and the error changes :
> <?xml version="1.0" encoding="UTF-8"?>
> <soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
> <soapenv:Body>
> <soapenv:Fault>
> <soapenv:Code>
> <soapenv:Value>soapenv:Receiver</soapenv:Value>
> </soapenv:Code>
> <soapenv:Reason>
> <soapenv:Text xml:lang="en">java.lang.SecurityException: Endpoint is not authorized for this user</soapenv:Text>
> </soapenv:Reason>
> </soapenv:Fault>
> </soapenv:Body>
> </soapenv:Envelope>
> It seems something is overwrited ...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.