Re: regression on tck

2012-02-22 Thread Romain Manni-Bucau
in https://issues.apache.org/jira/browse/OWB-645 I will investigate and get back. -Rohit On Fri, Feb 17, 2012 at 8:30 AM, Romain Manni-Bucau rmannibu...@gmail.com wrote: Hi, it seems recent change(s) introduced a regression on TCKs: Failed tests

Re: regression on tck

2012-02-22 Thread Romain Manni-Bucau
well, here a patch which solve it: https://gist.github.com/35bf4109848562fd1221 it let the unsetThreadLocal but rebind the injection point when we'll do a getreference with an empty stack of injection point. - Romain 2012/2/22 Romain Manni-Bucau rmannibu...@gmail.com why

Re: [DISCUSS] Releasing OpenWebBeans 1.1.4

2012-03-08 Thread Romain Manni-Bucau
yep, HierarchicBeanManager can break things so everything should be released before IMHO - Romain 2012/3/8 Mark Struberg strub...@yahoo.de +1 for doing a release before starting with the big HierarchicBeanManager stuff. I'd say we have ~1 week for fixing bugs before we can start with the

Re: [ANNOUNCE] Welcome Romain Manni-Bucau as new Committer!

2012-03-12 Thread Romain Manni-Bucau
Thank you Mark, i'm very happy to join the effort :). - Romain 2012/3/12 Mark Struberg strub...@yahoo.de All, The OpenWebBeans PMC is pleased to announce that Romain Manni-Bucau has accepted our invitation to join the OpenWebBeans project as a committer. Congratulations and welcome

Re: where is org.apache.webbeans.jsf.scopes.Jsf2ScopesExtension

2012-03-12 Thread Romain Manni-Bucau
just saw Mark removed it (OWB-653) i remove the service file - Romain 2012/3/12 Romain Manni-Bucau rmannibu...@gmail.com Hi, webbeans-jsf contains a cdi extension referring to org.apache.webbeans.jsf.scopes.Jsf2ScopesExtension but i can't find this class. any pointer? - Romain

Re: where is org.apache.webbeans.jsf.scopes.Jsf2ScopesExtension

2012-03-12 Thread Romain Manni-Bucau
oki, i let you remove it ;) - Romain 2012/3/12 Romain Manni-Bucau rmannibu...@gmail.com just saw Mark removed it (OWB-653) i remove the service file - Romain 2012/3/12 Romain Manni-Bucau rmannibu...@gmail.com Hi, webbeans-jsf contains a cdi extension referring

Re: [ANNOUNCE] Welcome Romain Manni-Bucau as new Committer!

2012-03-12 Thread Romain Manni-Bucau
Manni-Bucau has accepted our invitation to join the OpenWebBeans project as a committer. Congratulations and welcome Romain! the OpenWebBeans PMC

Re: Writing my own CDI based framework

2012-03-13 Thread Romain Manni-Bucau
not be portable because of interpretation for instance). - Romain 2012/3/13 Alan D. Cabrera l...@toolazydogs.com On Mar 13, 2012, at 2:24 PM, Romain Manni-Bucau wrote: Hi Alan, if you want to base your framework on CDI, OWB or any implementation should be fine. We so few detail

Re: Trunk build dies

2012-03-18 Thread Romain Manni-Bucau
Shouldn't it be servlet 3? - Romain Le 18 mars 2012 02:37, Alan D. Cabrera l...@toolazydogs.com a écrit : This patch seemed to fix it: (linkedin)[acabrera-mn:trunk 509]$ svn diff Index: webbeans-tomcat7/pom.xml === ---

Re: Trunk build dies

2012-03-18 Thread Romain Manni-Bucau
I said it because it is in tomcat 7 module. - Romain Le 18 mars 2012 16:04, Alan D. Cabrera l...@toolazydogs.com a écrit : Not sure. I merely picked the first one that I found in a higher level POM. Regards, Alan On Mar 18, 2012, at 2:36 AM, Romain Manni-Bucau wrote: Shouldn't

Re: Trunk build dies

2012-03-18 Thread Romain Manni-Bucau
in a higher level POM. Regards, Alan On Mar 18, 2012, at 2:36 AM, Romain Manni-Bucau wrote: Shouldn't it be servlet 3? - Romain Le 18 mars 2012 02:37, Alan D. Cabrera l...@toolazydogs.com a écrit : This patch seemed to fix it: (linkedin)[acabrera-mn:trunk

Re: Trunk build dies

2012-03-18 Thread Romain Manni-Bucau
classes. Sorry about the noise! Regards, Alan On Mar 18, 2012, at 9:03 AM, Romain Manni-Bucau wrote: yes it compiles for me without any change which error did you get? - Romain 2012/3/18 Mark Struberg strub...@yahoo.de Romain is right. The default for CDI is Servlet-3.0

Re: [DISCUSS] remove webbeans-openejb module from OWB

2012-03-21 Thread Romain Manni-Bucau
+1 IMHO openejb/tomee will be more maintained than webbeans-openejb. - Romain 2012/3/21 Rohit Kelapure kelap...@gmail.com agreed. For reference implementations we can point to OpenEJB or TomEE. --cheers, Rohit On Wed, Mar 21, 2012 at 5:15 PM, Mark Struberg strub...@yahoo.de wrote:

Re: webbeans-openejb removal

2012-03-24 Thread Romain Manni-Bucau
If they are not standalone exclude them. OpenEJB tests them. - Romain Le 24 mars 2012 10:59, Mark Struberg strub...@yahoo.de a écrit : It seems that way too much got moved from webbeans-ejb to webbeans-openejb previously. Thus we atm have a few EJB related tests failing. Will try to fix

Re: webbeans-openejb removal

2012-03-24 Thread Romain Manni-Bucau
EJB :( LieGrue, strub - Original Message - From: Romain Manni-Bucau rmannibu...@gmail.com To: Mark Struberg strub...@yahoo.de; dev@openwebbeans.apache.org Cc: Sent: Saturday, March 24, 2012 11:02 AM Subject: Re: webbeans-openejb removal If they are not standalone exclude

[jira] [Commented] (OWB-667) Bean queries have strange behavior (difference between Open Web Beans and the Reference Implementation)

2012-05-13 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13274334#comment-13274334 ] Romain Manni-Bucau commented on OWB-667: Hi Phil, i don't understand your answer

[jira] [Commented] (OWB-667) Bean queries have strange behavior (difference between Open Web Beans and the Reference Implementation)

2012-05-14 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13274478#comment-13274478 ] Romain Manni-Bucau commented on OWB-667: But if an alternative is activated

Re: [DISCUSS] Roadmap for 1.1.5 and beyond

2012-05-22 Thread Romain Manni-Bucau
+1 - Romain 2012/5/22 Mark Struberg strub...@yahoo.de Hi folks! We currently are working on getting the FailOver stuff fixed + I like to change the getBeans() behaviour as defined on the cdi-spec list (doing the alternative filtering only later in BeanManager#resolve ). Are there other

[jira] [Created] (OWB-673) injecttarget are not updated if mandatory after ProcessInjectionTarget event

2012-06-05 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created OWB-673: -- Summary: injecttarget are not updated if mandatory after ProcessInjectionTarget event Key: OWB-673 URL: https://issues.apache.org/jira/browse/OWB-673 Project

[jira] [Resolved] (OWB-673) injecttarget are not updated if mandatory after ProcessInjectionTarget event

2012-06-05 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OWB-673. Resolution: Fixed injecttarget are not updated if mandatory after ProcessInjectionTarget

[jira] [Commented] (OWB-673) injecttarget are not updated if mandatory after ProcessInjectionTarget event

2012-06-05 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13289280#comment-13289280 ] Romain Manni-Bucau commented on OWB-673: here the use case: http://svn.apache.org

[jira] [Created] (OWB-674) rewrite owb logger api

2012-06-11 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created OWB-674: -- Summary: rewrite owb logger api Key: OWB-674 URL: https://issues.apache.org/jira/browse/OWB-674 Project: OpenWebBeans Issue Type: Improvement

[jira] [Updated] (OWB-674) rewrite owb logger api

2012-06-11 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau updated OWB-674: --- Description: Currently the OWB logging facade is pretty useless since it only supports JUL

new logger api?

2012-06-11 Thread Romain Manni-Bucau
Hi, just created https://issues.apache.org/jira/browse/OWB-674 any thought about it? the goal is mainly to allow to use something else than JUL. The proposed patch uses a system property but it can be something else. The other topic of this jira is the usage of getStackTrace() in the JUL

Re: new logger api?

2012-06-11 Thread Romain Manni-Bucau
... I'm tempted to move to native jul anyway... LieGrue, strub - Original Message - From: Romain Manni-Bucau rmannibu...@gmail.com To: dev@openwebbeans.apache.org Cc: Sent: Monday, June 11, 2012 1:28 PM Subject: new logger api? Hi, just created https

Re: CDI context propagation for threads spawned asynchronously using servlet 3.0 and javax.resource.spi.work.WorkManager APIs

2012-06-22 Thread Romain Manni-Bucau
Hi, i don't know any standard way but what i often saw was to create a kind of invocation context to avoid to need anything in the async call. - Romain 2012/6/22 Rohit Kelapure kelap...@gmail.com Team, Do we have a standard way of propagating CDI contexts (request, session, application,

Re: new logger api?

2012-06-25 Thread Romain Manni-Bucau
- Original Message - From: Jean-Louis MONTEIRO jeano...@gmail.com To: dev@openwebbeans.apache.org Cc: Sent: Monday, June 25, 2012 8:15 AM Subject: Re: new logger api? Yes, that will make things simpler to integrate ;-) JLouis 2012/6/25 Romain Manni-Bucau rmannibu

Re: new logger api?

2012-06-25 Thread Romain Manni-Bucau
, That be a good starting point for me to submit a patch if you agree. Jean-Louis 2012/6/25 Romain Manni-Bucau rmannibu...@gmail.com Or friends ;) Le 25 juin 2012 08:26, Jean-Louis MONTEIRO jeano...@gmail.com a écrit : You still have nights ;-) Was a joke, sorry

Re: new logger api?

2012-06-25 Thread Romain Manni-Bucau
just review the factory. Thoughts? JLouis 2012/6/25 Romain Manni-Bucau rmannibu...@gmail.com I think questions are: 1) do we remove WebBeansLogger? -- JUL 2) do we add a thin layer to allow to use other logging API? (add or reuse if we go for slf4j for instance) - Romain

Re: annotatedtype.getannotations

2012-06-25 Thread Romain Manni-Bucau
forget to mention some extensions use annotatedtype (that's pretty good in my opinion compared to getJavaClass) and fail if the annotation is @Inherited and not on the child class. - Romain 2012/6/25 Romain Manni-Bucau rmannibu...@gmail.com Hi, is it normal

[jira] [Resolved] (OWB-673) injecttarget are not updated if mandatory after ProcessInjectionTarget event

2012-07-15 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OWB-673. Resolution: Fixed the test was not correctly registering the extension used to check the impl

Re: new logger api?

2012-07-16 Thread Romain Manni-Bucau
API over the project. It now contains a factory with a default implementation based on JUL. If someone can review it, that'd be great cause a lot of file changed so the sooner, the better to merge/integrate. Hope it help, Jean-Louis 2012/6/25 Romain Manni-Bucau rmannibu

Re: new logger api?

2012-07-16 Thread Romain Manni-Bucau
. It now contains a factory with a default implementation based on JUL. If someone can review it, that'd be great cause a lot of file changed so the sooner, the better to merge/integrate. Hope it help, Jean-Louis 2012/6/25 Romain Manni-Bucau rmannibu

[jira] [Resolved] (OWB-674) rewrite owb logger api

2012-07-16 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OWB-674. Resolution: Fixed Fix Version/s: 1.1.5 rewrite owb logger api

[jira] [Closed] (OWB-686) OWBApplicationFactory wrappedApp should be consistent between getter and setter and volatile

2012-07-19 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau closed OWB-686. -- Resolution: Fixed OWBApplicationFactory wrappedApp should be consistent between getter

[jira] [Closed] (OWB-685) OwbApplicationFactory doesn't set Application

2012-07-19 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau closed OWB-685. -- Resolution: Duplicate see OWB-686 OwbApplicationFactory doesn't set Application

Re: is OWBInjector too complex and really needed?

2012-07-30 Thread Romain Manni-Bucau
. LieGrue, strub From: Romain Manni-Bucau rmannibu...@gmail.com To: dev@openwebbeans.apache.org; Mark Struberg strub...@yahoo.de Sent: Monday, July 30, 2012 10:01 AM Subject: Re: is OWBInjector too complex and really needed? Hi Mark, we use

[jira] [Commented] (OWB-670) ProcessInjectionTarget event fired a bit late

2012-08-02 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427146#comment-13427146 ] Romain Manni-Bucau commented on OWB-670: Hi, did you try the snapshot? i think

Re: javassist removal

2012-08-09 Thread Romain Manni-Bucau
+1 indeed - Romain 2012/8/9 Gerhard Petracek gerhard.petra...@gmail.com +1 regards, gerhard 2012/8/9 Mark Struberg strub...@yahoo.de +1 for ASM, we only use direct byte code manipulation anyway. LieGrue, strub - Original Message - From: Charles Moulliard

Re: [VOTE] release Apache OpenWebBeans 1.1.5

2012-08-09 Thread Romain Manni-Bucau
seems fine for me +1 - Romain 2012/8/9 Gerhard Petracek gerhard.petra...@gmail.com +1 regards, gerhard 2012/8/9 Mark Struberg strub...@yahoo.de +1 LieGrue, strub - Original Message - From: Mark Struberg strub...@yahoo.de To: openwebbeans-dev

svn - jira?

2012-08-09 Thread Romain Manni-Bucau
Hi, why is there no link between svn repo and OWB jira project? i'm used to subversion tab and it is missing here any reason? - Romain

OWB and finalize filtering

2012-08-15 Thread Romain Manni-Bucau
Hi, with javassist it is important to filter finalize method (it is a jira if i remember) however i don't get the way we do it: if (method.getName() == FINALIZE// Method.getName() is defined to return .intern() in the VM spec. method.getParameterTypes().length == 0

Re: OWB and finalize filtering

2012-08-15 Thread Romain Manni-Bucau
I think it's good for just remaining with the old javassist version and get rid of javassist in the next OWB release completely ;) LieGrue, strub - Original Message - From: Romain Manni-Bucau rmannibu...@gmail.com To: dev@openwebbeans.apache.org Cc: Sent: Wednesday, August

Fwd: Setup for Tomcat7?

2012-08-17 Thread Romain Manni-Bucau
?)? *Romain Manni-Bucau* *Twitter: @rmannibucau* *Blog: http://rmannibucau.wordpress.com* -- Forwarded message -- From: Romain Manni-Bucau rmannibu...@gmail.com Date: 2012/8/17 Subject: Re: Setup for Tomcat7? To: u...@openwebbeans.apache.org Hi, seems it is a regression

Re: Rework logger API (OWB-674) breaks failover/serialization

2012-08-31 Thread Romain Manni-Bucau
IMO all could be static, there is no good reason to keep them not static Le 31 août 2012 14:30, Thomas Andraschko zoi...@gmail.com a écrit : This loggers could be static: PluginLoader AbstractMetaDataDiscovery OsgiMetaDataScannerService FailOverBag FailOverBagWrapper There are 2 other

[jira] [Commented] (OWB-700) ProcessInjectionTarget.setInjectionTarget() has no effect when trying to post process beans

2012-09-03 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13447261#comment-13447261 ] Romain Manni-Bucau commented on OWB-700: Did you try with last version

Re: svn commit: r1363887 - /openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/logger/WebBeansLoggerFacade.java

2012-09-09 Thread Romain Manni-Bucau
Hi, Yeah it does exactly the same but the code is in a static block so it is executed when the class is loaded and the imports between both classes make it fail (circular dep). I didnt like to copy paste the code but it is a sure way to avoid linkageerror. About java 2 sec you are right it is

Re: [ANN] Welcome Thomas Andraschko as OpenWebBeans committer!

2012-09-12 Thread Romain Manni-Bucau
Welcome Thomas! *Romain Manni-Bucau* *Twitter: @rmannibucau* *Blog: http://rmannibucau.wordpress.com* 2012/9/12 Mark Struberg strub...@yahoo.de Hi community! I'm happy to announce that Thomas will help us with making OWB even better. He is an expert on passivation and clustering

Re: Fw: [DISCUSS] release OWB-1.1.6 end of this week?

2012-09-12 Thread Romain Manni-Bucau
HI Mark, ok for me, what about javassist issue, do we fix it? *Romain Manni-Bucau* *Twitter: @rmannibucau* *Blog: http://rmannibucau.wordpress.com* 2012/9/12 Thomas Andraschko zoi...@gmail.com Hi Mark, it's already fixed but i attached an patch with some refactoring + unittests to #OWB

Re: Fw: [DISCUSS] release OWB-1.1.6 end of this week?

2012-09-12 Thread Romain Manni-Bucau
@Mark: spoke about finalize, not asm issue *Romain Manni-Bucau* *Twitter: @rmannibucau* *Blog: http://rmannibucau.wordpress.com* 2012/9/12 Joseph Bergmark bergm...@apache.org I'm not at all sure whats leading to the whitespace differences. Do you use Eclipse? If so I can send you

[jira] [Created] (OWB-704) use method filter in javassist proxies instead of manual filtering

2012-09-12 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created OWB-704: -- Summary: use method filter in javassist proxies instead of manual filtering Key: OWB-704 URL: https://issues.apache.org/jira/browse/OWB-704 Project: OpenWebBeans

[jira] [Closed] (OWB-704) use method filter in javassist proxies instead of manual filtering

2012-09-12 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau closed OWB-704. -- Resolution: Fixed use method filter in javassist proxies instead of manual filtering

[jira] [Commented] (OWB-703) getBeans cache key algorithm must be unique

2012-09-13 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13454702#comment-13454702 ] Romain Manni-Bucau commented on OWB-703: we could use Integer.MAX_VALUE (or min_value

[jira] [Commented] (OWB-703) getBeans cache key algorithm must be unique

2012-09-13 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13454710#comment-13454710 ] Romain Manni-Bucau commented on OWB-703: you are right but well if you manage to get

Re: Eclipse/Checkstyle errors

2012-09-15 Thread Romain Manni-Bucau
We can filter them http://checkstyle.sourceforge.net/config.html#Filters Le 15 sept. 2012 20:09, Thomas Andraschko zoi...@gmail.com a écrit : I use the same rules as the maven plugin, you must just import the settings. The problem is that maven-checkstyle-plugin does not check the test-src but

Re: Eclipse/Checkstyle errors

2012-09-16 Thread Romain Manni-Bucau
for checkstyle fix them if you activate it in mvn build otherwise i fear some of us will not check it (i know i'm part of them) about @Override: do we still target j5? *Romain Manni-Bucau* *Twitter: @rmannibucau* *Blog: http://rmannibucau.wordpress.com* 2012/9/16 Thomas Andraschko zoi

Re: Eclipse/Checkstyle errors

2012-09-16 Thread Romain Manni-Bucau
WAS on mainframes. Among those are big stock exchanges, banks and a big western defence pact... - Original Message - From: Romain Manni-Bucau rmannibu...@gmail.com To: dev@openwebbeans.apache.org Cc: Sent: Sunday, September 16, 2012 12:15 PM Subject: Re: Eclipse

Re: [VOTE] release Apache OpenWebBeans build tools 1.2

2012-09-16 Thread Romain Manni-Bucau
+1 *Romain Manni-Bucau* *Twitter: @rmannibucau* *Blog: http://rmannibucau.wordpress.com* 2012/9/16 Mark Struberg strub...@yahoo.de +1 LieGrue, strub - Original Message - From: Mark Struberg strub...@yahoo.de To: openwebbeans-dev dev@openwebbeans.apache.org Cc: Sent

Re: [VOTE] release Apache OpenWebBeans 1.1.6

2012-09-22 Thread Romain Manni-Bucau
http://svn.apache.org/repos/asf/openwebbeans/trunk/webbeans-tomcat7/src/main/java/org/apache/webbeans/web/tomcat/TomcatUtil.javahas not been fixed right? Do we want it in this release? Le 22 sept. 2012 22:49, Mark Struberg strub...@yahoo.de a écrit : Hi! I'd like to call a VOTE on releasing

Re: [VOTE] release Apache OpenWebBeans 1.1.6

2012-09-22 Thread Romain Manni-Bucau
Manni-Bucau rmannibu...@gmail.com To: Mark Struberg strub...@yahoo.de; dev@openwebbeans.apache.org Sent: Saturday, September 22, 2012 11:06 PM Subject: Re: [VOTE] release Apache OpenWebBeans 1.1.6 http://svn.apache.org/repos/asf/openwebbeans/trunk/webbeans-tomcat7/src/main/java/org/apache

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

2012-09-23 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created OWB-705: -- Summary: Tomcat 7 module uses old OWBInjector API Key: OWB-705 URL: https://issues.apache.org/jira/browse/OWB-705 Project: OpenWebBeans Issue Type: Bug

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

2012-09-23 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 updated OWB-705: --- Attachment: OWB-t7.patch a patch getting rid of reflection (don't know why it was used

Re: [VOTE] [take-2] release Apache OpenWebBeans 1.1.6

2012-09-26 Thread Romain Manni-Bucau
+1 thanks Mark to have fixed tomcat stuff *Romain Manni-Bucau* *Twitter: @rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* 2012/9/26 Mark Struberg strub...@yahoo.de Hi! I'd again like to call

[jira] [Commented] (OWB-712) Enable console output for checkstyle

2012-10-12 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13474913#comment-13474913 ] Romain Manni-Bucau commented on OWB-712: Thanks a lot Arne! Enable

[jira] [Created] (OWB-718) Decorator can't call two methods of the delegate object in the same method

2012-11-08 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created OWB-718: -- Summary: Decorator can't call two methods of the delegate object in the same method Key: OWB-718 URL: https://issues.apache.org/jira/browse/OWB-718 Project

[jira] [Closed] (OWB-718) Decorator can't call two methods of the delegate object in the same method

2012-11-08 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau closed OWB-718. -- Resolution: Fixed Decorator can't call two methods of the delegate object in the same method

Re: Method in OpenWebBeansEjbPlugin

2012-11-08 Thread Romain Manni-Bucau
Hi guys, right, you can have a quick look in openejb on org.apache.openejb.cdi.CdiPlugin#resolveViewMethod but you got the idea OWB doesn't know anything about EJB so it needs to ask it to somebody else (at least i understand this method this way ;)) *Romain Manni-Bucau* *Twitter: @rmannibucau

Re: 1.1.8 or 1.2.0 ?

2012-11-10 Thread Romain Manni-Bucau
i'd like a fix release with at least decorator stuff (if anypone can review it?), wdyt? *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

[jira] [Closed] (OWB-720) injections using generic not well managed

2012-11-13 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau closed OWB-720. -- Resolution: Fixed injections using generic not well managed

[jira] [Created] (OWB-720) injections using generic not well managed

2012-11-13 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created OWB-720: -- Summary: injections using generic not well managed Key: OWB-720 URL: https://issues.apache.org/jira/browse/OWB-720 Project: OpenWebBeans Issue Type: Bug

Re: svn commit: r1408825 - /openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/util/ClassUtil.java

2012-11-13 Thread Romain Manni-Bucau
Oops sorry, will take care next time Le 14 nov. 2012 00:01, Mark Struberg strub...@yahoo.de a écrit : change is fine but please turn off ANY reformatting in ASF projects! This is really a general note and not only you ;) The import order you are using might be slightly different than the one

Re: svn commit: r1409751 - in /openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/proxy: ProxyFactory.java javassist/JavassistFactory.java

2012-11-15 Thread Romain Manni-Bucau
+1 we use it pretty much in TomEE and not sure about the argument the code is not used here so i can change it btw the separation could be reworked for sure *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http

Re: Yan: svn commit: r1409751 - in /openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/proxy: ProxyFactory.java javassist/JavassistFactory.java

2012-11-15 Thread Romain Manni-Bucau
oops, ok this map is always empty in tomeedefinitively a part of OWB to rework ;) For my info where do you use it? in WAS? *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn

[jira] [Created] (OWB-722) @Typed not respected for beans using generics

2012-11-18 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created OWB-722: -- Summary: @Typed not respected for beans using generics Key: OWB-722 URL: https://issues.apache.org/jira/browse/OWB-722 Project: OpenWebBeans Issue Type

[jira] [Closed] (OWB-722) @Typed not respected for beans using generics

2012-11-18 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau closed OWB-722. -- Resolution: Fixed @Typed not respected for beans using generics

Re: heavy cleanup

2012-11-25 Thread Romain Manni-Bucau
cleanup +1 Will we also target java 1.6 ? 2012/11/25 Romain Manni-Bucau rmannibu...@gmail.com +1 All can be done independently now normally Le 25 nov. 2012 20:37, Mark Struberg strub...@yahoo.de a écrit : I again found a heavy bug which is caused by things like

Re: Thoughts on OWB 1.1.7 ?

2012-11-27 Thread Romain Manni-Bucau
think only 1409721 was not ported, no? *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* 2012/11

Re: Thoughts on OWB 1.1.7 ?

2012-11-27 Thread Romain Manni-Bucau
Thks Gurkan! *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* 2012/11/27 Gurkan Erdogdu

[jira] [Closed] (OWB-732) ClassLoader leak in WebBeansUtil.isScopeTypeNormalCache

2012-12-05 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau closed OWB-732. -- Resolution: Fixed Fix Version/s: 1.1.7 moved the cache + methods over the bean manager

Re: [VOTE] release OpenWebBeans-1.1.6

2012-12-05 Thread Romain Manni-Bucau
Mark, i think these improvements are not in the branch: [OWB-715] - Remove EL22 implementation from Core to Own Project [OWB-717] - Remove Failover implementation from Web to Own Project not blocking for the vote but the release note should be fixed Romain Manni-Bucau Twitter: @rmannibucau

Re: bit more cms work

2012-12-11 Thread Romain Manni-Bucau
Looks great Mark (even on mobile)! Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2012/12/11 Mark Struberg strub...@yahoo.de: hi! I tried to use twitter bootstrap for our

Re: New OpenWebBeans home page

2012-12-13 Thread Romain Manni-Bucau
like it Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2012/12/13 Mark Struberg strub...@yahoo.de: Hi lords and ladies! We've worked hard to move our old page to the new

Re: asm usage

2012-12-30 Thread Romain Manni-Bucau
Ok for asm if we use xbean shade Le 30 déc. 2012 12:32, Mark Struberg strub...@yahoo.de a écrit : hi folks! I'd like to propose upgrading to ASM-4 for better Java7 support (ASM3 doesn't support it). I also like to try implementing a different version of the proxying. Currently the code uses

[jira] [Created] (OWB-750) OWB annotationlitteral use instanceof to implement equals and not annotationType()

2013-01-05 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created OWB-750: -- Summary: OWB annotationlitteral use instanceof to implement equals and not annotationType() Key: OWB-750 URL: https://issues.apache.org/jira/browse/OWB-750

[jira] [Resolved] (OWB-750) OWB annotationlitteral use instanceof to implement equals and not annotationType()

2013-01-05 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OWB-750. Resolution: Fixed OWB annotationlitteral use instanceof to implement equals

[jira] [Created] (OWB-751) OWB annotation litterals implementation uses only instanceof in equals implementation

2013-01-05 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created OWB-751: -- Summary: OWB annotation litterals implementation uses only instanceof in equals implementation Key: OWB-751 URL: https://issues.apache.org/jira/browse/OWB-751

[jira] [Resolved] (OWB-751) OWB annotation litterals implementation uses only instanceof in equals implementation

2013-01-05 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OWB-751. Resolution: Fixed OWB annotation litterals implementation uses only instanceof in equals

[jira] [Created] (OWB-758) session backed session context

2013-01-15 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created OWB-758: -- Summary: session backed session context Key: OWB-758 URL: https://issues.apache.org/jira/browse/OWB-758 Project: OpenWebBeans Issue Type: Bug

[jira] [Commented] (OWB-758) session backed session context

2013-01-15 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13553784#comment-13553784 ] Romain Manni-Bucau commented on OWB-758: nop, just the fact sessionscoped beans

[jira] [Commented] (OWB-758) session backed session context

2013-01-15 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13553849#comment-13553849 ] Romain Manni-Bucau commented on OWB-758: right (just realized my sentence was weird

[jira] [Commented] (OWB-758) session backed session context

2013-01-15 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13553953#comment-13553953 ] Romain Manni-Bucau commented on OWB-758: Not sure we should be so strict, failover

[jira] [Commented] (OWB-758) session backed session context

2013-01-16 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13554903#comment-13554903 ] Romain Manni-Bucau commented on OWB-758: sure, as in TomEE today that's actually

[jira] [Created] (OWB-759) Decorator position not well managed

2013-01-16 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created OWB-759: -- Summary: Decorator position not well managed Key: OWB-759 URL: https://issues.apache.org/jira/browse/OWB-759 Project: OpenWebBeans Issue Type: Bug

[jira] [Updated] (OWB-759) Decorator position not well managed if the decorator is abstract

2013-01-16 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau updated OWB-759: --- Summary: Decorator position not well managed if the decorator is abstract (was: Decorator

[jira] [Resolved] (OWB-759) Decorator position not well managed if the decorator is abstract

2013-01-16 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OWB-759. Resolution: Fixed Decorator position not well managed if the decorator is abstract

[jira] [Created] (OWB-760) CLONE - Decorator position not well managed if the decorator is abstract

2013-01-16 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created OWB-760: -- Summary: CLONE - Decorator position not well managed if the decorator is abstract Key: OWB-760 URL: https://issues.apache.org/jira/browse/OWB-760 Project

[jira] [Resolved] (OWB-760) CLONE - Decorator position not well managed if the decorator is abstract

2013-01-16 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OWB-760. Resolution: Fixed CLONE - Decorator position not well managed if the decorator

[jira] [Updated] (OWB-760) CLONE - Decorator position not well managed if the decorator is abstract

2013-01-16 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau updated OWB-760: --- Fix Version/s: (was: 1.2.0) 1.1.8 CLONE - Decorator position

[jira] [Created] (OWB-761) position in DelegateHandler shouldn't be static

2013-01-16 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created OWB-761: -- Summary: position in DelegateHandler shouldn't be static Key: OWB-761 URL: https://issues.apache.org/jira/browse/OWB-761 Project: OpenWebBeans Issue

[jira] [Resolved] (OWB-761) position in DelegateHandler shouldn't be static

2013-01-16 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OWB-761. Resolution: Fixed position in DelegateHandler shouldn't be static

  1   2   3   4   5   6   7   8   9   10   >