[jboss-jira] [JBoss JIRA] (JASSIST-183) API breakage: javassist.util.proxy.RuntimeSupport.findSuperMethod has dissapeared
Andrei Ivanov (JIRA)
jira-events at lists.jboss.org
Tue Dec 4 07:12:21 EST 2012
Andrei Ivanov created JASSIST-183:
-------------------------------------
Summary: API breakage: javassist.util.proxy.RuntimeSupport.findSuperMethod has dissapeared
Key: JASSIST-183
URL: https://issues.jboss.org/browse/JASSIST-183
Project: Javassist
Issue Type: Bug
Affects Versions: 3.17.0-GA, 3.17.1-GA
Environment: Seam 2.2.2 / 2.3.0, Java 7u9
Reporter: Andrei Ivanov
Assignee: Shigeru Chiba
Priority: Blocker
Checking how some applications run with Java 7, I've tried to upgrade to the newly released Javassist just to notice Seam is no longer working:
{noformat}
java.lang.NoSuchMethodError: javassist.util.proxy.RuntimeSupport.findSuperMethod(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/reflect/Method;
at eu.comparegroup.checkout.order.OrderInitializer_$$_javassist_seam_0.writeReplace(OrderInitializer_$$_javassist_seam_0.java)
at org.jboss.seam.Component.postConstructJavaBean(Component.java:1461)
at org.jboss.seam.Component.postConstruct(Component.java:1379)
at org.jboss.seam.Component.newInstance(Component.java:2155)
at org.jboss.seam.contexts.Contexts.startup(Contexts.java:304)
at org.jboss.seam.contexts.Contexts.startup(Contexts.java:278)
at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:143)
at org.jboss.seam.init.Initialization.init(Initialization.java:744)
at org.jboss.seam.mock.AbstractSeamTest.startSeam(AbstractSeamTest.java:929)
at org.jboss.seam.mock.SeamTest.startSeam(SeamTest.java:69)
{noformat}
It seems some public methods have dissapeared from {{javassist.util.proxy.RuntimeSupport}}
--
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
More information about the jboss-jira
mailing list