[weld-issues] [JBoss JIRA] Updated: (WELDX-43) Unable to deserialize Javassist proxy due to wrong classloader being used
Pete Muir (JIRA)
jira-events at lists.jboss.org
Fri Feb 5 12:15:21 EST 2010
[ https://jira.jboss.org/jira/browse/WELDX-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pete Muir updated WELDX-43:
---------------------------
Fix Version/s: Servlet Containers 1.0.2.CR1
(was: Servlet Containers 1.0.1.CR2)
> Unable to deserialize Javassist proxy due to wrong classloader being used
> -------------------------------------------------------------------------
>
> Key: WELDX-43
> URL: https://jira.jboss.org/jira/browse/WELDX-43
> Project: Weld Extensions
> Issue Type: Bug
> Components: Servlet Containers
> Environment: Apache Tomcat 6.0.20
> Reporter: Fabio Wang
> Assignee: Pete Muir
> Priority: Critical
> Fix For: Servlet Containers 1.0.2.CR1
>
> Attachments: Action.java, action.xhtml, Bean.java, jersey-gf-bundle.jar, template.xhtml
>
>
> Trying to mark a conversation as long-running causes an exception (java.lang.NoClassDefFoundError: javassist/util/proxy/ProxyObject) when the ServletConversationManager tries to get a proxy for the httpSession.
> The ProxyFactory.classLoaderProvider ends up resolving the classloader to an instance of org.apache.catalina.loader.StandardClassLoader (which doesn't know the javassist lib, since it's only in the app classloader).
--
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 weld-issues
mailing list