[infinispan-issues] [JBoss JIRA] Created: (ISPN-452) Deploying infinispan-rest-server.war in AS trunk fails

Galder Zamarreno (JIRA) jira-events at lists.jboss.org
Fri May 21 11:11:06 EDT 2010


Deploying infinispan-rest-server.war in AS trunk fails
------------------------------------------------------

                 Key: ISPN-452
                 URL: https://jira.jboss.org/browse/ISPN-452
             Project: Infinispan
          Issue Type: Bug
          Components: Cache Server
    Affects Versions: 4.1.0.BETA1
            Reporter: Galder Zamarreno
            Assignee: Galder Zamarreno
             Fix For: 4.1.0.CR1


As a side note, deploying the original war I tried in a recent AS trunk fails with:

12:39:58,448 ERROR [[/infinispan-server-rest]] Exception starting filter Resteasy: java.lang.ClassCastException: org.jboss.resteasy.spi.ResteasyProviderFactory cannot be cast to org.jboss.resteasy.spi.ResteasyProviderFactory
        at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.init(ServletContainerDispatcher.java:55) [:]
        at org.jboss.resteasy.plugins.server.servlet.FilterDispatcher.init(FilterDispatcher.java:39) [:]
        at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:462) [:]
        at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:3286) [:]
        at org.apache.catalina.core.StandardContext.start(StandardContext.java:3887) [:]

AS ships with a different version of RESTEasy library which would explain this issue (latest AS ships 2.0-beta-2 whereas the war includes 1.2.1.GA). However, AFAIR in the past WEB-INF/classes/lib was deployed under a different classloader and hence this shouldn't be a problem.


-- 
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 infinispan-issues mailing list