[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-3449) Upgrade to latest RestEasy beta

Xiaofeng Lin (JIRA) jira-events at lists.jboss.org
Wed Nov 19 13:10:36 EST 2008


    [ https://jira.jboss.org/jira/browse/JBSEAM-3449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12438944#action_12438944 ] 

Xiaofeng Lin commented on JBSEAM-3449:
--------------------------------------

I ran into an issue with the patch.  In a simple setup, the patch works.  When the # of seam components increase to a certain level, it stops working.  After a few days of digging (no kidding), I found out that the ResteasyDispatcher was loaded before the resteasy bootstap.  To make sure the proper startup order, the following patch is needed  in "ResteasyDispatcher.java" file,

- at Startup(depends = "resteasyBootstrap")
+ at Startup(depends = "org.jboss.seam.resteasy.bootstrap")



> Upgrade to latest RestEasy beta
> -------------------------------
>
>                 Key: JBSEAM-3449
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3449
>             Project: Seam
>          Issue Type: Feature Request
>          Components: WS
>    Affects Versions: 2.1.0.BETA1
>            Reporter: Scott Olcott
>            Assignee: Jozef Hartinger
>         Attachments: resteasyBeta-8.txt
>
>
> The latest beta is beta-8

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list