[weld-issues] [JBoss JIRA] Commented: (WELD-812) Session serialization fails because of non-serializable org.jboss.weld.injection.SimpleInjectionPoint
Ramon Rockx (JIRA)
jira-events at lists.jboss.org
Mon Jan 3 04:30:17 EST 2011
[ https://issues.jboss.org/browse/WELD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12572621#comment-12572621 ]
Ramon Rockx commented on WELD-812:
----------------------------------
Pete, thanks for your response.
I did some further investigation. When I modify the code from:
@Inject
protected transient Logger log; // = LoggerFactory.getLogger(VisitorController.class);
to
protected transient Logger log = LoggerFactory.getLogger(VisitorController.class);
(no injection)
the error log does not appear anymore.
Are you still sure it's a Glassfish issue? In that case I will report it in the Glassfish Jira.
> Session serialization fails because of non-serializable org.jboss.weld.injection.SimpleInjectionPoint
> -----------------------------------------------------------------------------------------------------
>
> Key: WELD-812
> URL: https://issues.jboss.org/browse/WELD-812
> Project: Weld
> Issue Type: Bug
> Components: Conversations
> Affects Versions: 1.1.0.CR2
> Reporter: Sivakumar Thyagarajan
> Assignee: Pete Muir
> Fix For: 1.1.0.CR4
>
>
> Our HA session serialization and failure testcase fails from the RC2 integration. This test case used to pass earlier(with BETA2).
> It appears that since Weld 1.1.0.RC2, the session has a non-serializable SimpleInjectionPoint in its closure of references that prevents serialization of the session.
> Please see the GlassFish issue http://java.net/jira/browse/GLASSFISH-15278 for more information.
> This prevents our HA failover scenarios.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list