[
https://issues.jboss.org/browse/JASSIST-206?page=com.atlassian.jira.plugi...
]
Jeff Headley commented on JASSIST-206:
--------------------------------------
Thanks Scott for the quick reply. I no longer receive that error since getting the nightly
build, but now a similar NoSucMethodError coming from resteasy. Thanks for getting me
beyond the javassist issue. I'll go searching at resteasy now.
API breakage: javassist.util.proxy.RuntimeSupport.findMethod has
changed signature
----------------------------------------------------------------------------------
Key: JASSIST-206
URL:
https://issues.jboss.org/browse/JASSIST-206
Project: Javassist
Issue Type: Bug
Affects Versions: 3.17.0-GA, 3.17.1-GA, 3.18.0-GA
Environment: JBoss Seam 2.x
Reporter: Andrei Ivanov
Assignee: Shigeru Chiba
Priority: Blocker
Fix For: 3.19.0-GA
Now that JASSIST-183 is fixed, I tried again just to discover that another public method
has changed signature, breaking JBoss Seam:
{noformat}
java.lang.NoSuchMethodError:
javassist.util.proxy.RuntimeSupport.findMethod(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/reflect/Method;
{noformat}
Called by:
http://grepcode.com/file/repository.jboss.org/nexus/content/repositories/...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira