Incompatibility with Spring 3.0.0.RELEASE
-----------------------------------------

                 Key: TAP5-976
                 URL: https://issues.apache.org/jira/browse/TAP5-976
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-spring
    Affects Versions: 5.1.0.5
            Reporter: Johann Vanackere


With Spring 3.0.0.RELEASE and when Spring is started by Tapestry-Spring module, 
a NoSuchMethodException occurs at startup.

The problem comes from class TapestyBeanFactory line 54 : final Object[] 
annotations = descriptor.getAnnotations(); The method return value is now 
Annotation[].

By the way, TapestyBeanFactory  is misspelled : TapestryBeanFactory would be 
the correct name.

-- 
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