Re: svn commit: r1481253 - in /openwebbeans/trunk/webbeans-impl/src: main/java/org/apache/webbeans/portable/AnnotatedTypeImpl.java test/java/org/apache/webbeans/portable/AnnotatedTypeImplTest.java

2013-05-11 Thread Romain Manni-Bucau
David show me it is the casewas the case because we were constructing fake beans at runtime but since i ensured it was thread safe now it is no more an issue. Le 11 mai 2013 10:23, Romain Manni-Bucau rmannibu...@gmail.com a écrit : Should be reverted IMO Le 11 mai 2013 05:21, dblev...@apache.org

Re: svn commit: r1481253 - in /openwebbeans/trunk/webbeans-impl/src: main/java/org/apache/webbeans/portable/AnnotatedTypeImpl.java test/java/org/apache/webbeans/portable/AnnotatedTypeImplTest.java

2013-05-11 Thread Romain Manni-Bucau
are creating fake beans by using BeanManager.createInjectionTarget, at one point it had a side affect of registering ObserMethodImpls with the NotificantManager. Joe On Sat, May 11, 2013 at 5:05 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: To explain a bit for people not having

Re: AnnotatedTypeImpl and thread safety

2013-05-12 Thread Romain Manni-Bucau
I keep my comment/explanation on it, if you want it thread safe at runtime convert it to sthg thread safe...copyonwriteXXX structures will be enough. We dont need what you did IMO Le 12 mai 2013 00:04, David Blevins david.blev...@gmail.com a écrit : On May 11, 2013, at 1:59 PM, David Blevins

Re: [VOTE] take2 - Release OWB-1.2.0

2013-05-12 Thread Romain Manni-Bucau
hi, Sorry but -1 while AT issue is open, i pby missed IRC details but the fix doesnt fit the need IMO, i said it before the release and the last change is more or less the same btw Le 12 mai 2013 01:40, Mark Struberg strub...@yahoo.de a écrit : I'd like to call a 2nd take to VOTE on releasing

Re: [VOTE] take2 - Release OWB-1.2.0

2013-05-12 Thread Romain Manni-Bucau
I said yesterday which solution id like to see, i have no computer before tonight so i didnt impl it and wanted some discussion before choosing... It is a reason for a -1 since it is a place id like to see stable code (it is a place well have a bunch of issue because of old extensions). Le 12 mai

Re: [VOTE] take2 - Release OWB-1.2.0

2013-05-12 Thread Romain Manni-Bucau
, the previous code had a synchronized block for writes but none for reads. This was broken. The new solution is not perfect but definitely better. LieGrue, strub - Original Message - From: Romain Manni-Bucau rmannibu...@gmail.com To: Mark Struberg strub...@yahoo.de; dev

Re: [VOTE] take2 - Release OWB-1.2.0

2013-05-12 Thread Romain Manni-Bucau
was that the lists are not updated after initialization. If that's true we could even get by with simply making the final variables unmodifiable lists and go immutable. -David On May 12, 2013, at 2:56 AM, Romain Manni-Bucau rmannibu...@gmail.com wrote: Sure, the last synchro is fine

Re: AnnotatedTypeImpl and thread safety

2013-05-12 Thread Romain Manni-Bucau
just checked impl (in java7) and it sounds fine for me, thanks David! *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https

[jira] [Commented] (OWB-861) Decorator building fails when decorator has inheritance

2013-05-13 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13655819#comment-13655819 ] Romain Manni-Bucau commented on OWB-861: ok, you are right, the issue is the line

[jira] [Commented] (OWB-861) Decorator building fails when decorator has inheritance

2013-05-13 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13655842#comment-13655842 ] Romain Manni-Bucau commented on OWB-861: commited about it, redeploying a snapshot

[jira] [Commented] (OWB-861) Decorator building fails when decorator has inheritance

2013-05-13 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13655980#comment-13655980 ] Romain Manni-Bucau commented on OWB-861: should be available on apache repo now

Re: [VOTE] Release Apache OpenWebBeans build-tools 1.3

2013-05-14 Thread Romain Manni-Bucau
+1 *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/5/14 Mark Struberg strub...@yahoo.de

[jira] [Closed] (OWB-861) Decorator building fails when decorator has inheritance

2013-05-14 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau closed OWB-861. -- Resolution: Fixed Fix Version/s: 1.2.0 Assignee: Romain Manni-Bucau

[jira] [Closed] (OWB-803) Forever loop when abstract decorator does not implement invoked method

2013-05-15 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau closed OWB-803. -- Resolution: Fixed Assignee: Romain Manni-Bucau works on 1.2.0/openejb 4.6.0-SNAPSHOT

Re: [VOTE] take 3: Release Apache OpenWebBeans-1.2.0

2013-05-19 Thread Romain Manni-Bucau
+1 *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/5/19 Mark Struberg strub...@yahoo.de

[jira] [Commented] (OWB-865) @Typed disables specializing class

2013-05-26 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13667393#comment-13667393 ] Romain Manni-Bucau commented on OWB-865: Hi you didnt specialized the producer

[jira] [Commented] (OWB-864) @Specializes is not working if extended class is abstract

2013-05-26 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13667398#comment-13667398 ] Romain Manni-Bucau commented on OWB-864: @Specializes only works when extending

[jira] [Commented] (OWB-865) @Typed disables specializing class

2013-05-26 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13667460#comment-13667460 ] Romain Manni-Bucau commented on OWB-865: In fact it is more or less the same

[jira] [Created] (OWB-866) use xbean asm4 shade

2013-05-27 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created OWB-866: -- Summary: use xbean asm4 shade Key: OWB-866 URL: https://issues.apache.org/jira/browse/OWB-866 Project: OpenWebBeans Issue Type: Task

[jira] [Resolved] (OWB-866) use xbean asm4 shade

2013-05-27 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OWB-866. Resolution: Fixed use xbean asm4 shade Key: OWB

[jira] [Commented] (OWB-865) @Typed disables specializing class

2013-05-27 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13667726#comment-13667726 ] Romain Manni-Bucau commented on OWB-865: abstract classes are not Managed Bean

[jira] [Created] (OWB-867) a class without a CDI constructor is not always an issue so log it with info level only when mandatory to not pollute logs

2013-05-27 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created OWB-867: -- Summary: a class without a CDI constructor is not always an issue so log it with info level only when mandatory to not pollute logs Key: OWB-867 URL: https

[jira] [Commented] (OWB-871) WebbeansConfigurationException unless method is also declared in interface

2013-06-11 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13680246#comment-13680246 ] Romain Manni-Bucau commented on OWB-871: Postconstruct is an ejb stuff for eib that s

[jira] [Commented] (OWB-871) WebbeansConfigurationException unless method is also declared in interface

2013-06-11 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13680325#comment-13680325 ] Romain Manni-Bucau commented on OWB-871: well consider things differently, spec

owb arquillian adapter default version

2013-06-13 Thread Romain Manni-Bucau
Hi ATM our adapter doesn't bring any owb version by transitivity, i wonder if having the same version the adapter has by default wouldn't be a better choice. (i want to test with owb+arquillian, i just bring back the arquillian adapter) wdyt? *Romain Manni-Bucau* *Twitter: @rmannibucau https

[jira] [Created] (OWB-876) basic handling of virtual resources in arquillian adapter

2013-06-18 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created OWB-876: -- Summary: basic handling of virtual resources in arquillian adapter Key: OWB-876 URL: https://issues.apache.org/jira/browse/OWB-876 Project: OpenWebBeans

[jira] [Resolved] (OWB-876) basic handling of virtual resources in arquillian adapter

2013-06-18 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OWB-876. Resolution: Fixed basic handling of virtual resources in arquillian adapter

[jira] [Created] (OWB-877) no need to cast parent type in AnnotatedTypeImpl

2013-06-30 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created OWB-877: -- Summary: no need to cast parent type in AnnotatedTypeImpl Key: OWB-877 URL: https://issues.apache.org/jira/browse/OWB-877 Project: OpenWebBeans Issue

[jira] [Resolved] (OWB-877) no need to cast parent type in AnnotatedTypeImpl

2013-06-30 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OWB-877. Resolution: Fixed no need to cast parent type in AnnotatedTypeImpl

Re: OWB and generics

2013-07-06 Thread Romain Manni-Bucau
Wait, not sure google ate a part of the code or not but if a T then T can be String (like ArrayList itself) Le 6 juil. 2013 09:18, Arne Limburg arne.limb...@openknowledge.de a écrit : Hi, I am currently struggling with the handling of generics in OWB, because CDI 1.1 TCK requires us to be

Re: OWB and generics

2013-07-06 Thread Romain Manni-Bucau
at class level: public class MethodTypeProduces1T and there is no subclass of MethodTypeProduces1 Am 06.07.13 10:12 schrieb Romain Manni-Bucau unter rmannibu...@gmail.com: Wait, not sure google ate a part of the code or not but if a T then T can be String (like ArrayList itself) Le 6 juil

Re: OWB and generics

2013-07-06 Thread Romain Manni-Bucau
; } does not work... And if we have an injection point @Inject String myString; and a Producer @Produces Object myObject; then they don't match. So why should it match with generics? Cheers, Arne Am 06.07.13 12:50 schrieb Romain Manni-Bucau unter rmannibu...@gmail.com: So i

Re: OWB and generics

2013-07-07 Thread Romain Manni-Bucau
and there is no subclass of MethodTypeProduces1 Am 06.07.13 10:12 schrieb Romain Manni-Bucau unter rmannibu...@gmail.com: Wait, not sure google ate a part of the code or not but if a T then T can be String (like ArrayList itself) Le 6 juil. 2013 09:18, Arne Limburg arne.limb

[jira] [Created] (OWB-879) allow to configure owb properties in owb arquillian adapter

2013-07-16 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created OWB-879: -- Summary: allow to configure owb properties in owb arquillian adapter Key: OWB-879 URL: https://issues.apache.org/jira/browse/OWB-879 Project: OpenWebBeans

[jira] [Resolved] (OWB-879) allow to configure owb properties in owb arquillian adapter

2013-07-16 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OWB-879. Resolution: Fixed allow to configure owb properties in owb arquillian adapter

[jira] [Commented] (OWB-880) OpenWebBeans Arquillian Container rely on bad Archive instance assumptions

2013-07-16 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13710037#comment-13710037 ] Romain Manni-Bucau commented on OWB-880: commited the fix on trunk. thanks

[jira] [Created] (OWB-881) interception of bean using constructor injection is not supported

2013-07-17 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created OWB-881: -- Summary: interception of bean using constructor injection is not supported Key: OWB-881 URL: https://issues.apache.org/jira/browse/OWB-881 Project: OpenWebBeans

[jira] [Updated] (OWB-881) interception of bean using constructor injection is not supported

2013-07-17 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau updated OWB-881: --- Affects Version/s: 1.2.0 Fix Version/s: (was: 1.2.0) 1.2.1

[jira] [Created] (OWB-882) AbstractUnitTest should support to inject bean instances in test class

2013-07-17 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created OWB-882: -- Summary: AbstractUnitTest should support to inject bean instances in test class Key: OWB-882 URL: https://issues.apache.org/jira/browse/OWB-882 Project

[jira] [Updated] (OWB-882) AbstractUnitTest should support to inject bean instances in test class

2013-07-17 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau updated OWB-882: --- Priority: Blocker (was: Major) Issue Type: New Feature (was: Bug) AbstractUnitTest

[jira] [Resolved] (OWB-882) AbstractUnitTest should support to inject bean instances in test class

2013-07-17 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OWB-882. Resolution: Fixed AbstractUnitTest should support to inject bean instances in test class

[jira] [Resolved] (OWB-881) interception of bean using constructor injection is not supported

2013-07-17 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OWB-881. Resolution: Fixed interception of bean using constructor injection is not supported

[jira] [Created] (OWB-883) basic @AroundConstruct implementation

2013-07-17 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created OWB-883: -- Summary: basic @AroundConstruct implementation Key: OWB-883 URL: https://issues.apache.org/jira/browse/OWB-883 Project: OpenWebBeans Issue Type: New

[jira] [Closed] (OWB-883) basic @AroundConstruct implementation

2013-07-17 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau closed OWB-883. -- Resolution: Fixed basic @AroundConstruct implementation

[jira] [Created] (OWB-884) basic @Priority support

2013-07-17 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created OWB-884: -- Summary: basic @Priority support Key: OWB-884 URL: https://issues.apache.org/jira/browse/OWB-884 Project: OpenWebBeans Issue Type: New Feature

[jira] [Resolved] (OWB-884) basic @Priority support

2013-07-17 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OWB-884. Resolution: Fixed basic @Priority support --- Key

[jira] [Created] (OWB-885) ProducerMethodBeansBuilder ejb handling is too linked to openejb

2013-07-18 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created OWB-885: -- Summary: ProducerMethodBeansBuilder ejb handling is too linked to openejb Key: OWB-885 URL: https://issues.apache.org/jira/browse/OWB-885 Project: OpenWebBeans

[jira] [Resolved] (OWB-885) ProducerMethodBeansBuilder ejb handling is too linked to openejb

2013-07-18 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OWB-885. Resolution: Fixed ProducerMethodBeansBuilder ejb handling is too linked to openejb

[jira] [Commented] (OWB-886) @Specializes appears to be broken

2013-07-21 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13714695#comment-13714695 ] Romain Manni-Bucau commented on OWB-886: should be better now

[jira] [Closed] (OWB-888) Provider to an EJB does not work

2013-07-24 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau closed OWB-888. -- Resolution: Fixed Fix Version/s: 1.2.1 Assignee: Romain Manni-Bucau Provider

[jira] [Created] (OWB-889) intercepted/decorated beans are not serializable even if the whole stack is

2013-08-06 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created OWB-889: -- Summary: intercepted/decorated beans are not serializable even if the whole stack is Key: OWB-889 URL: https://issues.apache.org/jira/browse/OWB-889 Project

[jira] [Resolved] (OWB-889) intercepted/decorated beans are not serializable even if the whole stack is

2013-08-06 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OWB-889. Resolution: Fixed org.apache.webbeans.intercept.DecoratorHandler#readExternal surely

[jira] [Commented] (OWB-893) OpenWebBeans 1.2.1 fails when injecting generic value holder

2013-08-18 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13743239#comment-13743239 ] Romain Manni-Bucau commented on OWB-893: Hi, Arne worked on it with CDI expert group

[jira] [Commented] (OWB-893) OpenWebBeans 1.2.1 fails when injecting generic value holder

2013-08-18 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13743252#comment-13743252 ] Romain Manni-Bucau commented on OWB-893: i'll wait Arne confirm it but i got the same

[jira] [Commented] (OWB-893) OpenWebBeans 1.2.1 fails when injecting generic value holder

2013-08-19 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13743607#comment-13743607 ] Romain Manni-Bucau commented on OWB-893: FYI: here is an extension https

[jira] [Commented] (OWB-895) BeforeBeanDiscovery.addAnnotatedType() calls does not work as expected when owb jars are deployed outside WEB-INF/lib folder

2013-08-22 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13748297#comment-13748297 ] Romain Manni-Bucau commented on OWB-895: Hi Maybe give it a try on 1.6.0-SNAPSHOT

[jira] [Commented] (OWB-895) BeforeBeanDiscovery.addAnnotatedType() calls does not work as expected when owb jars are deployed outside WEB-INF/lib folder

2013-08-24 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13749360#comment-13749360 ] Romain Manni-Bucau commented on OWB-895: Hi Tomee filters jars and classes by app

[jira] [Commented] (OWB-895) BeforeBeanDiscovery.addAnnotatedType() calls does not work as expected when owb jars are deployed outside WEB-INF/lib folder

2013-08-24 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13749461#comment-13749461 ] Romain Manni-Bucau commented on OWB-895: @Mark: scan.xml will not work here + we

[jira] [Commented] (OWB-895) BeforeBeanDiscovery.addAnnotatedType() calls does not work as expected when owb jars are deployed outside WEB-INF/lib folder

2013-08-25 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13749677#comment-13749677 ] Romain Manni-Bucau commented on OWB-895: @Leonardo: can you list classes we would

[jira] [Commented] (OWB-895) BeforeBeanDiscovery.addAnnotatedType() calls does not work as expected when owb jars are deployed outside WEB-INF/lib folder

2013-08-26 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13749874#comment-13749874 ] Romain Manni-Bucau commented on OWB-895: could you try on trunk (tomee

[jira] [Commented] (OWB-895) BeforeBeanDiscovery.addAnnotatedType() calls does not work as expected when owb jars are deployed outside WEB-INF/lib folder

2013-09-03 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13757088#comment-13757088 ] Romain Manni-Bucau commented on OWB-895: Note: container beans can be configured

[jira] [Commented] (OWB-898) ClassFormatError in ASM engine

2013-09-11 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13764347#comment-13764347 ] Romain Manni-Bucau commented on OWB-898: updating org.apache.webbeans.util.ClassUtil

[jira] [Updated] (OWB-901) missing type erasure handling for ParameterizedType

2013-09-19 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau updated OWB-901: --- Issue Type: Bug (was: New Feature) missing type erasure handling for ParameterizedType

Re: OWB-900 (Broken docs), Work in progress

2013-09-27 Thread Romain Manni-Bucau
Hi i have a 403 on your link btw maybe just create files in http://svn.apache.org/repos/asf/openwebbeans/cms-site/trunk/, website itself is in content. *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http

[jira] [Created] (OWB-902) NPE when Bean#getBeanClass is null

2013-10-02 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created OWB-902: -- Summary: NPE when Bean#getBeanClass is null Key: OWB-902 URL: https://issues.apache.org/jira/browse/OWB-902 Project: OpenWebBeans Issue Type: Bug

[jira] [Created] (OWB-903) NPE when Bean#getBeanClass is null

2013-10-02 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created OWB-903: -- Summary: NPE when Bean#getBeanClass is null Key: OWB-903 URL: https://issues.apache.org/jira/browse/OWB-903 Project: OpenWebBeans Issue Type: Bug

[jira] [Resolved] (OWB-902) NPE when Bean#getBeanClass is null

2013-10-02 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OWB-902. Resolution: Fixed NPE when Bean#getBeanClass is null

[jira] [Deleted] (OWB-903) NPE when Bean#getBeanClass is null

2013-10-02 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau deleted OWB-903: --- NPE when Bean#getBeanClass is null -- Key: OWB

remove logger.info(skipped deployment of: + beanClass.getName() + reason: + e.getMessage());

2013-10-08 Thread Romain Manni-Bucau
: , e); the question is: any issue removing the info line? *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com

Re: remove logger.info(skipped deployment of: + beanClass.getName() + reason: + e.getMessage());

2013-10-08 Thread Romain Manni-Bucau
set logger level to finer solves it. The point is it logs too much by default in pretty much all libs *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com

[jira] [Commented] (OWB-904) VerifyError on Interceptor usage

2013-10-11 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13792491#comment-13792491 ] Romain Manni-Bucau commented on OWB-904: Just pushed sthg about it. Should work

[jira] [Commented] (OWB-904) VerifyError on Interceptor usage

2013-10-11 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13792551#comment-13792551 ] Romain Manni-Bucau commented on OWB-904: Did you build it from sources? VerifyError

[jira] [Commented] (OWB-904) VerifyError on Interceptor usage

2013-10-11 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13792561#comment-13792561 ] Romain Manni-Bucau commented on OWB-904: yep, sources are here http://svn.apache.org

[jira] [Updated] (OWB-908) Proxy creation fails if a method throws an Exception which is an inner class

2013-10-25 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau updated OWB-908: --- Attachment: owb-exceptions.patch test and fix Proxy creation fails if a method throws

Re: Time for 1.2.1?

2013-11-06 Thread Romain Manni-Bucau
the Instance issue is not yet fixed/committed: https://issues.apache.org/jira/browse/OWB-912 Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/11/6 Jean-Louis MONTEIRO

Re: Time for 1.2.1?

2013-11-06 Thread Romain Manni-Bucau
for the moment lol Did not get news from Mark on the issue above. We discuss with Romain but we wanted another feedback. If someone else could have a look we could start the release today and have binaries for vote today. Thanks a lot Jean Louis Le 6 nov. 2013 06:29, Romain Manni

Re: improve tomcat samples

2013-11-06 Thread Romain Manni-Bucau
Hi We already have cdi 1.1 features but we need next release to be cdi 1.0 for tomee. Cdi 1.1 will be next target Le 7 nov. 2013 07:14, Niki Dokovski nick...@gmail.com a écrit : Hi folks, Tomcat 7 sample war doesn't run out of box when simply deployed on tomcat 7. Some of the reasons are

Re: Time for 1.2.1?

2013-11-07 Thread Romain Manni-Bucau
testes the shadown part just one minute ago and seems not as bad as I thought so repassing tcks and I'll commit it Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/11/7

Re: Time for 1.2.1?

2013-11-07 Thread Romain Manni-Bucau
*tested Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/11/7 Romain Manni-Bucau rmannibu...@gmail.com: testes the shadown part just one minute ago and seems not as bad

[jira] [Resolved] (OWB-783) No documentation available in the project webpage

2013-11-07 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OWB-783. Resolution: Fixed Fix Version/s: 1.2.1 No documentation available in the project

[jira] [Resolved] (OWB-774) missing deployment hints

2013-11-07 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OWB-774. Resolution: Fixed Fix Version/s: 1.2.1 Logs the message/exception in FINE/FINER level

[jira] [Updated] (OWB-815) Implement EventMetadata

2013-11-07 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau updated OWB-815: --- Fix Version/s: 2.0.0 Implement EventMetadata --- Key

[jira] [Resolved] (OWB-863) OpenWebBeans website documentation Urls broken

2013-11-07 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OWB-863. Resolution: Fixed OpenWebBeans website documentation Urls broken

[jira] [Resolved] (OWB-867) a class without a CDI constructor is not always an issue so log it with info level only when mandatory to not pollute logs

2013-11-07 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OWB-867. Resolution: Fixed a class without a CDI constructor is not always an issue so log

[jira] [Resolved] (OWB-705) Tomcat 7 module uses old OWBInjector API

2013-11-07 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OWB-705. Resolution: Fixed Tomcat 7 module uses old OWBInjector API

[jira] [Resolved] (OWB-812) study how to resolve the classloader to create a proxy

2013-11-07 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OWB-812. Resolution: Fixed study how to resolve the classloader to create a proxy

[jira] [Resolved] (OWB-897) Interceptors do not work on processed injection targets

2013-11-07 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OWB-897. Resolution: Fixed Fix Version/s: 1.2.1 Assignee: Romain Manni-Bucau

Re: Time for 1.2.1?

2013-11-07 Thread Romain Manni-Bucau
reviewed it for what i was able to do, some review from Gerhard/Mark/Arne would be great too Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/11/7 Jean-Louis MONTEIRO

Re: Time for 1.2.1?

2013-11-08 Thread Romain Manni-Bucau
PS: if you release 1.2.1 please activate the cdi11 module. Maybe we should append prealpha to the version but it is needed by batchee and bval N+1 Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https

Re: [VOTE] take 1: Release Apache OpenWebBeans-1.2.1

2013-11-08 Thread Romain Manni-Bucau
+1 Le 8 nov. 2013 20:23, Jean-Louis MONTEIRO jeano...@gmail.com a écrit : Forgot to vote myself. Here is my +1 of course. JLouis 2013/11/8 Thomas Andraschko andraschko.tho...@gmail.com +1 I checked a snapshot last week - worked like a charm 2013/11/8 Jean-Louis MONTEIRO

Re: [RESULT] take 1: Release Apache OpenWebBeans-1.2.1

2013-11-12 Thread Romain Manni-Bucau
Thanks JL and congrats for both babies ;)! Blog post can wait a bit! Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/11/12 Jean-Louis MONTEIRO jeano...@gmail.com: Vote

Re: CDI 1.1 and openwebbeans-porting

2013-11-15 Thread Romain Manni-Bucau
Hi +1 to set all version to 2.0 and let 1.2 be in maintanance (= replace porting module by CDi 1.1 impl) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/11/15 Arne

Re: CDI 1.1 and openwebbeans-porting

2013-11-15 Thread Romain Manni-Bucau
Am 15.11.13 18:12 schrieb Thomas Andraschko unter andraschko.tho...@gmail.com: +1 for Romains idea 2013/11/15 Romain Manni-Bucau rmannibu...@gmail.com Hi +1 to set all version to 2.0 and let 1.2 be in maintanance (= replace porting module by CDi 1.1 impl) Romain Manni-Bucau

[jira] [Commented] (OWB-897) Interceptors do not work on processed injection targets

2013-12-03 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13837947#comment-13837947 ] Romain Manni-Bucau commented on OWB-897: This sounds really broken so if the spec

Re: targetting CDI-1.1 in trunk

2014-01-26 Thread Romain Manni-Bucau
+1 while the 1.2.2 is not forgotten, thanks Mark! Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-01-26 Eric Covener cove...@gmail.com: I suggest we move the current

Re: targetting CDI-1.1 in trunk

2014-01-27 Thread Romain Manni-Bucau
+1 on the major for each spec version (like tomcat) is fine for me and avoid confusion with technical changes for the spec targeted spec version (1.1, 1.2 owb versions for instance) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com

Re: [DISCUSS] drop servlet-2.5 support?

2014-01-27 Thread Romain Manni-Bucau
+1, t8 is almost release so no more need of t6 integration IMO Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-01-27 Mark Struberg strub...@yahoo.de: hi! Does anyone

[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-tabpanelfocusedCommentId=13894744#comment-13894744 ] Romain Manni-Bucau commented on OWB-931: yes exactly, the proxy is defined

[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-tabpanelfocusedCommentId=13894906#comment-13894906 ] Romain Manni-Bucau commented on OWB-931: I see, in EE using TCCL shouldn't break

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

<    1   2   3   4   5   6   7   8   9   10   >