Re: [DISCUSSION] javassist-3.12

2010-08-17 Thread Mark Struberg
Hiho! There are a few observations 1.) Spring will need to use proxies for EL soon too. Since with EL-2.2 it's possible to use those resolved beans and pass them as parameter to some other method via EL. And this method might need to use a proxy. Going via direct instances will work in 99.8%,

Re: svn commit: r986353 - /openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/config/PropertyLoader.java

2010-08-17 Thread Mark Struberg
Btw, this reminds me that I sometimes get an Exception in our WebBeansLogger because 'there is no stack level 4' ... We need to review our logging some day... LieGrue, strub - Original Message > From: "gerdo...@apache.org" > To: comm...@openwebbeans.apache.org > Sent: Tue, August 17,

Re: [DISCusS] openwebbeans.configuration new

2010-08-17 Thread Mark Struberg
Txs David, feel free to tweak :) Doesn't 'precedence' sound like as if the most important configs would get the lowest numbers? I'm not a native english speaker though, so I'll use whatever you all together suggest ;) I started our default config with 10 but we can easily move this to 1 as well

Re: [DISCusS] openwebbeans.configuration new

2010-08-17 Thread David Blevins
I like it. Maybe change 'ordinal' to precedence. And maybe spread out the built-in configurations a bit so it could be possible for someone to slip in some configuration in-between them. With essentially 0-99 still being lower than default, there's plenty of room. So maybe something like: w

Re: [DISCusS] openwebbeans.configuration new

2010-08-17 Thread Gerhard
+1 regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2010/8/17 Gurkan Erdogdu > Hello Mark; > > Great idea! > > Thanks > > > --Gurkan > > > > > >

Re: svn commit: r986251 - /openwebbeans/trunk/webbeans-web/src/main/resources/META-INF/openwebbeans/openwebbeans-ee-web.properties

2010-08-17 Thread Mark Struberg
txs 4 the review and cleanup :) I didn't put immense amount of time into the mechanism, so I'm sure it can further be improved. I just felt it's not really worth it because this is not called very often. I also need to fix our documentations project and the readme. I'll do that in the evening.

[jira] Created: (OWB-441) new configuration properties mechanism

2010-08-17 Thread Mark Struberg (JIRA)
new configuration properties mechanism -- Key: OWB-441 URL: https://issues.apache.org/jira/browse/OWB-441 Project: OpenWebBeans Issue Type: Improvement Affects Versions: 1.0.0-alpha-1 Repor