owb 1.2?

2014-02-07 Thread Romain Manni-Bucau
Hi any idea when 1.2.2 will be released? I ask cause for tomee we need work to integrate it since internals changed and we can't just upgrade the version in the pom Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Git

Re: svn commit: r1565779 - /openwebbeans/branches/owb_1.2.x/webbeans-impl/src/main/java/org/apache/webbeans/proxy/NormalScopeProxyFactory.java

2014-02-07 Thread Romain Manni-Bucau
I am testing things and didnt put it as fixed, let me 1 week please (need snapshot btw) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-02-07 Mark Struberg : > -1 for this

[jira] [Commented] (OWB-931) NormalScopeProxyFactory classloader usage

2014-02-07 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OWB-931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13895022#comment-13895022 ] Mark Struberg commented on OWB-931: --- Can you add a filter to your OSGi plugin system (like

[jira] [Commented] (OWB-931) NormalScopeProxyFactory classloader usage

2014-02-07 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OWB-931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13895014#comment-13895014 ] Mark Struberg commented on OWB-931: --- -1 If your OSGi environment cannot find this class, th

Re: svn commit: r1565779 - /openwebbeans/branches/owb_1.2.x/webbeans-impl/src/main/java/org/apache/webbeans/proxy/NormalScopeProxyFactory.java

2014-02-07 Thread Mark Struberg
-1 for this commit, this will most probably break all EAR or other ClassLoader hierarchy scenarios. please revert! The reason for taking the bean classloader is that this is the only classloader which guarantees perfect visibility. what if we have to create a bean in a shared EAR lib folder? If

[jira] [Commented] (OWB-931) NormalScopeProxyFactory classloader usage

2014-02-07 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894906#comment-13894906 ] Romain Manni-Bucau commented on OWB-931: I see, in EE using TCCL shouldn't break that

[jira] [Commented] (OWB-931) NormalScopeProxyFactory classloader usage

2014-02-07 Thread Moritz Bechler (JIRA)
[ https://issues.apache.org/jira/browse/OWB-931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894765#comment-13894765 ] Moritz Bechler commented on OWB-931: Ok, the first part makes sense. It might still be de

[jira] [Commented] (OWB-931) NormalScopeProxyFactory classloader usage

2014-02-07 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894744#comment-13894744 ] Romain Manni-Bucau commented on OWB-931: yes exactly, the proxy is defined for the Cl

[jira] [Commented] (OWB-931) NormalScopeProxyFactory classloader usage

2014-02-07 Thread Joe Bergmark (JIRA)
[ https://issues.apache.org/jira/browse/OWB-931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894702#comment-13894702 ] Joe Bergmark commented on OWB-931: -- I believe the proxy class has to be defined in the same

[jira] [Created] (OWB-931) NormalScopeProxyFactory classloader usage

2014-02-07 Thread Moritz Bechler (JIRA)
Moritz Bechler created OWB-931: -- Summary: NormalScopeProxyFactory classloader usage Key: OWB-931 URL: https://issues.apache.org/jira/browse/OWB-931 Project: OpenWebBeans Issue Type: Brainstormin