[ 
https://issues.apache.org/jira/browse/WICKET-3969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13194985#comment-13194985
 ] 

John Sarman commented on WICKET-3969:
-------------------------------------

When creating a @Stateless beanand launching an app using glassfish 3.1.1 a 
serialization exception will always be thrown unless you make your @Stateless 
is also a @Remote. @Local beans are not required to be Serializable per CDI 
spec.  I recommend figuring out how to either force the container to create as 
Serializable or create a Serializable Wrapper. The @Stateless is needed for 
things such as getting an instance of the SessionContext etc.. 
                
> Add CDI integration
> -------------------
>
>                 Key: WICKET-3969
>                 URL: https://issues.apache.org/jira/browse/WICKET-3969
>             Project: Wicket
>          Issue Type: New Feature
>            Reporter: Igor Vaynberg
>            Assignee: Igor Vaynberg
>             Fix For: 6.0.0
>
>
> Introduce integration with CDI containers which should include
> * injection of components with CDI dependencies
> * conversation scope propagation across pages

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to