[jira] [Created] (OWB-1082) WebContext BeanManager not longer serializable

2015-06-09 Thread Moritz Bechler (JIRA)
Moritz Bechler created OWB-1082: --- Summary: WebContext BeanManager not longer serializable Key: OWB-1082 URL: https://issues.apache.org/jira/browse/OWB-1082 Project: OpenWebBeans Issue Type: Bug

[jira] [Commented] (OWB-1082) WebContext BeanManager not longer serializable

2015-06-09 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OWB-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14578981#comment-14578981 ] Mark Struberg commented on OWB-1082: totally unintended! Will fix this. > WebContext Be

[jira] [Assigned] (OWB-1082) WebContext BeanManager not longer serializable

2015-06-09 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OWB-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Struberg reassigned OWB-1082: -- Assignee: Mark Struberg > WebContext BeanManager not longer serializable > --

[jira] [Updated] (OWB-1082) WebContext BeanManager not longer serializable

2015-06-09 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OWB-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Struberg updated OWB-1082: --- Fix Version/s: 1.6.1 > WebContext BeanManager not longer serializable >

[jira] [Commented] (OWB-1082) WebContext BeanManager not longer serializable

2015-06-09 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14578996#comment-14578996 ] Romain Manni-Bucau commented on OWB-1082: - there is a tck checking the reference bet

[jira] [Commented] (OWB-1082) WebContext BeanManager not longer serializable

2015-06-09 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OWB-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579462#comment-14579462 ] Mark Struberg commented on OWB-1082: Actually this attribute in the servlet context is n

Re: interceptors and interfaces

2015-06-09 Thread Thomas Andraschko
+0 but why not? is it a big deal? 2015-06-08 0:39 GMT+02:00 Romain Manni-Bucau : > Hi guys, > > in openejb we support EJB without implementation using something like > @PartialBean of deltaspike. > > The issue is then openwebbeans is not able to support > interceptors/decorators on them cause the

Re: interceptors and interfaces

2015-06-09 Thread Romain Manni-Bucau
guess we would need to either generate a faked class to proxy or to use a plain old proxy (ie redefine InvocationHandlers) Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn