Re: new logger api?

2012-06-25 Thread Jean-Louis MONTEIRO
Yes, that will make things simpler to integrate ;-) JLouis 2012/6/25 Romain Manni-Bucau rmannibu...@gmail.com any other opinion? do we move to JULI directly? - Romain 2012/6/11 Romain Manni-Bucau rmannibu...@gmail.com no: private void wblLog(Level level, String messageKey)

Re: new logger api?

2012-06-25 Thread Mark Struberg
gimme a few days plz, currently holding workshops the next 2 days. LieGrue, strub - 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

Re: new logger api?

2012-06-25 Thread Romain Manni-Bucau
Or friends ;) Le 25 juin 2012 08:26, Jean-Louis MONTEIRO jeano...@gmail.com a écrit : You still have nights ;-) Was a joke, sorry. JLouis 2012/6/25 Mark Struberg strub...@yahoo.de gimme a few days plz, currently holding workshops the next 2 days. LieGrue, strub -

Re: new logger api?

2012-06-25 Thread Jean-Louis MONTEIRO
Mark, 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. JLouis

Re: new logger api?

2012-06-25 Thread Mark Struberg
full ack, yeaaa we found a volunteer - txs romain  :D Nah, serious. We should do a VOTE about whether to remove the WebBeansLogger or not. LieGrue, strub - Original Message - From: Jean-Louis MONTEIRO jeano...@gmail.com To: dev@openwebbeans.apache.org Cc: Sent: Monday, June

Re: new logger api?

2012-06-25 Thread Romain Manni-Bucau
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 2012/6/25 Mark Struberg strub...@yahoo.de full ack, yeaaa we found a volunteer - txs romain :D Nah, serious.

Re: new logger api?

2012-06-25 Thread Romain Manni-Bucau
mainly what was done in the patch of https://issues.apache.org/jira/browse/OWB-674 (maybe a bit too much but was done ;)) - Romain 2012/6/25 Jean-Louis MONTEIRO jeano...@gmail.com I guess a new thread must be opened with [VOTE]. Anyway, if we wanna support other logging API, may be we could

Re: Classloaders

2012-06-25 Thread Mark Struberg
Let's start at the beginning: what do you like to achive? What is your goal? Usually a _user_ doesn't need to mess around with all that as it works perfectly fine out of the box for Java SE, WAR, isolated EAR and non-isolated EAR scenarios. LieGrue, strub - Original Message -

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