[
https://jira.jboss.org/jira/browse/JBSEAM-3449?page=com.atlassian.jira.pl...
]
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,
-@Startup(depends = "resteasyBootstrap")
+@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