You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Johann Vanackere (JIRA)" <ji...@apache.org> on 2010/01/11 19:17:54 UTC

[jira] Created: (TAP5-976) Incompatibility with Spring 3.0.0.RELEASE

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.


[jira] Commented: (TAP5-976) Support Spring 3.0.0.RELEASE

Posted by "Thomas Wintergerst (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805107#action_12805107 ] 

Thomas Wintergerst commented on TAP5-976:
-----------------------------------------

We ran into the same problem. We need both Spring 3.0.0.RELEASE and Tapestry to work together.


> Support Spring 3.0.0.RELEASE
> ----------------------------
>
>                 Key: TAP5-976
>                 URL: https://issues.apache.org/jira/browse/TAP5-976
>             Project: Tapestry 5
>          Issue Type: New Feature
>          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.


[jira] Assigned: (TAP5-976) Support Spring 3.0.0.RELEASE

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko reassigned TAP5-976:
-----------------------------------

    Assignee: Igor Drobiazko

> Support Spring 3.0.0.RELEASE
> ----------------------------
>
>                 Key: TAP5-976
>                 URL: https://issues.apache.org/jira/browse/TAP5-976
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-spring
>    Affects Versions: 5.1.0.5
>            Reporter: Johann Vanackere
>            Assignee: Igor Drobiazko
>
> 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.


[jira] Updated: (TAP5-976) Support Spring 3.0.0.RELEASE

Posted by "Johann Vanackere (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johann Vanackere updated TAP5-976:
----------------------------------

    Issue Type: New Feature  (was: Bug)
       Summary: Support Spring 3.0.0.RELEASE  (was: Incompatibility with Spring 3.0.0.RELEASE)

> Support Spring 3.0.0.RELEASE
> ----------------------------
>
>                 Key: TAP5-976
>                 URL: https://issues.apache.org/jira/browse/TAP5-976
>             Project: Tapestry 5
>          Issue Type: New Feature
>          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.


[jira] Updated: (TAP5-976) Upgrade Spring dependencies to version 3.0.0.RELEASE

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko updated TAP5-976:
--------------------------------

    Issue Type: Task  (was: New Feature)
       Summary: Upgrade Spring dependencies to version 3.0.0.RELEASE  (was: Support Spring 3.0.0.RELEASE)

> Upgrade Spring dependencies to version 3.0.0.RELEASE
> ----------------------------------------------------
>
>                 Key: TAP5-976
>                 URL: https://issues.apache.org/jira/browse/TAP5-976
>             Project: Tapestry 5
>          Issue Type: Task
>          Components: tapestry-spring
>    Affects Versions: 5.1.0.5
>            Reporter: Johann Vanackere
>            Assignee: Igor Drobiazko
>
> 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.


[jira] Assigned: (TAP5-976) Support Spring 3.0.0.RELEASE

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko reassigned TAP5-976:
-----------------------------------

    Assignee: Igor Drobiazko

> Support Spring 3.0.0.RELEASE
> ----------------------------
>
>                 Key: TAP5-976
>                 URL: https://issues.apache.org/jira/browse/TAP5-976
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-spring
>    Affects Versions: 5.1.0.5
>            Reporter: Johann Vanackere
>            Assignee: Igor Drobiazko
>
> 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.


[jira] Updated: (TAP5-976) Upgrade Spring dependencies to version 3.0.0.RELEASE

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko updated TAP5-976:
--------------------------------

    Issue Type: Task  (was: New Feature)
       Summary: Upgrade Spring dependencies to version 3.0.0.RELEASE  (was: Support Spring 3.0.0.RELEASE)

> Upgrade Spring dependencies to version 3.0.0.RELEASE
> ----------------------------------------------------
>
>                 Key: TAP5-976
>                 URL: https://issues.apache.org/jira/browse/TAP5-976
>             Project: Tapestry 5
>          Issue Type: Task
>          Components: tapestry-spring
>    Affects Versions: 5.1.0.5
>            Reporter: Johann Vanackere
>            Assignee: Igor Drobiazko
>
> 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.


[jira] Updated: (TAP5-976) Support Spring 3.0.0.RELEASE

Posted by "Johann Vanackere (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johann Vanackere updated TAP5-976:
----------------------------------

    Issue Type: New Feature  (was: Bug)
       Summary: Support Spring 3.0.0.RELEASE  (was: Incompatibility with Spring 3.0.0.RELEASE)

> Support Spring 3.0.0.RELEASE
> ----------------------------
>
>                 Key: TAP5-976
>                 URL: https://issues.apache.org/jira/browse/TAP5-976
>             Project: Tapestry 5
>          Issue Type: New Feature
>          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.


[jira] Closed: (TAP5-976) Upgrade Spring dependencies to version 3.0.0.RELEASE

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko closed TAP5-976.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 5.2.0

Fixed for 5.2.0

> Upgrade Spring dependencies to version 3.0.0.RELEASE
> ----------------------------------------------------
>
>                 Key: TAP5-976
>                 URL: https://issues.apache.org/jira/browse/TAP5-976
>             Project: Tapestry 5
>          Issue Type: Task
>          Components: tapestry-spring
>    Affects Versions: 5.1.0.5
>            Reporter: Johann Vanackere
>            Assignee: Igor Drobiazko
>             Fix For: 5.2.0
>
>
> 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.


[jira] Commented: (TAP5-976) Support Spring 3.0.0.RELEASE

Posted by "Thomas Wintergerst (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805107#action_12805107 ] 

Thomas Wintergerst commented on TAP5-976:
-----------------------------------------

We ran into the same problem. We need both Spring 3.0.0.RELEASE and Tapestry to work together.


> Support Spring 3.0.0.RELEASE
> ----------------------------
>
>                 Key: TAP5-976
>                 URL: https://issues.apache.org/jira/browse/TAP5-976
>             Project: Tapestry 5
>          Issue Type: New Feature
>          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.


[jira] Closed: (TAP5-976) Upgrade Spring dependencies to version 3.0.0.RELEASE

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko closed TAP5-976.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 5.2.0

Fixed for 5.2.0

> Upgrade Spring dependencies to version 3.0.0.RELEASE
> ----------------------------------------------------
>
>                 Key: TAP5-976
>                 URL: https://issues.apache.org/jira/browse/TAP5-976
>             Project: Tapestry 5
>          Issue Type: Task
>          Components: tapestry-spring
>    Affects Versions: 5.1.0.5
>            Reporter: Johann Vanackere
>            Assignee: Igor Drobiazko
>             Fix For: 5.2.0
>
>
> 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.