[ 
https://issues.apache.org/activemq/browse/SM-839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38553
 ] 

Alper Sogukpinar commented on SM-839:
-------------------------------------

I don't know why I got the error, but I load servicemix configuration 
file(servicemix.xml) in a web application by using "contextConfigLocation" 
parameter in web.xml

<context-param>
        <description></description>
        <param-name>contextConfigLocation</param-name>
        <param-value>
                /WEB-INF/servicemix.xml
                classpath:serviceContext.xml
        </param-value>
</context-param>



> java.lang.IllegalStateException: Could not find valid implementation for: 2.0
> -----------------------------------------------------------------------------
>
>                 Key: SM-839
>                 URL: https://issues.apache.org/activemq/browse/SM-839
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-core
>    Affects Versions: 3.1
>         Environment: AIX\ websphere 6.1
>            Reporter: Alper Sogukpinar
>         Assigned To: Guillaume Nodet
>             Fix For: 3.1.1, 3.2
>
>
> Theres is spring-1.2.6.jar in servicemix-jsr181-3.1-incubating-installer.zip. 
> When spring-1.2.6.jar put in application classpath it generates 
> "java.lang.IllegalStateException: Could not find valid implementation for: 
> 2.0" exception. When I changed spring-1.2.6.jar in my classpath with 2.0., 
> the problem solved.
> spring-1.2.6.jar must be changed with spring-2.0.jar in 
> servicemix-jsr181-3.1-incubating-installer.zip archive

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

Reply via email to