[ 
https://issues.apache.org/jira/browse/SM-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13421205#comment-13421205
 ] 

Ravikumar S commented on SM-2160:
---------------------------------

Hi, 
Thanks for your quick reply.
I am using Apache-Servicemix-4.4.1-Fuse-03-06 and the configuration is as 
follows,

<beans xmlns="http://www.springframework.org/schema/beans";       
xmlns:jaas="http://servicemix.apache.org/jaas";
xsi:schemaLocation="http://servicemix.apache.org/jaas 
           http://servicemix.apache.org/schema/servicemix-jaas.xsd";>

        <jaas:config id="Example">
                <jaas:module 
className="com.abc.ui.security.utilities.RdbmsLoginModule" flags="required" />
        </jaas:config>
</beans>
The location which is specified in schemaLocation is not available. It's 
throwing the error, "cvc-complex-type.2.4.c: The matching wildcard is strict, 
but no declaration can be found for element 'jaas:config'".
                
> servicemix-jaas.xsd location is not available!
> ----------------------------------------------
>
>                 Key: SM-2160
>                 URL: https://issues.apache.org/jira/browse/SM-2160
>             Project: ServiceMix
>          Issue Type: Test
>          Components: servicemix-core
>         Environment: Windows 7 Professional
>            Reporter: Ravikumar S
>            Priority: Blocker
>              Labels: mentor
>
> While implementing JAAS with service-mix, getting the below error.
> "cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration 
> can be found for element 'jaas:config'".
> I have tried accessing through browser to check the availability, and it's 
> not available also

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to