Re: Interceptor API changes

2010-01-20 Thread Mark Struberg
As always, the only binding source is the spec in the JSR. In our case this is JSR-318 [1] which contains the Interceptors 1.1 Specification as addendum. The spec doesn't say much about InterceptorBinding, but at least it's mentioned: page 17 • Added optional @Interceptor/@InterceptorBinding

Re: Interceptor API changes

2010-01-20 Thread Gurkan Erdogdu
The code has already written, look http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-interceptor_1.1_spec/src/main/java/javax/interceptor/ But it must be published to SNAPSHOT repository. --Gurkan 2010/1/20 Mark Struberg strub...@yahoo.de I still miss

[jira] Resolved: (OWB-207) interceptors may now be defined in multiple beans.xml

2010-01-20 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OWB-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Struberg resolved OWB-207. --- Resolution: Fixed interceptors may now be defined in multiple beans.xml

[INFO] Updating Site

2010-01-20 Thread Gurkan Erdogdu
Hi; I have manually update site to include our incomplete documentation. I have also added related maven *.apt files into src/site folder. You can reach the documentation from http://openwebbeans.apache.org/1.0.0-SNAPSHOT/documentation.html --Thanks; Gurkan

[jira] Created: (OWB-242) Update Interceptor Project Dependency to 1.1 with EA1-SNAPSHOT Version

2010-01-20 Thread Gurkan Erdogdu (JIRA)
Update Interceptor Project Dependency to 1.1 with EA1-SNAPSHOT Version --- Key: OWB-242 URL: https://issues.apache.org/jira/browse/OWB-242 Project: OpenWebBeans Issue

[DISCUSSION] Releasing M4

2010-01-20 Thread Gurkan Erdogdu
Hi folks, It has been lots of corrections and bug resolutions after our M3 release. I want to release M4 version, because current code base is the most mature and covers lots of specification requirements. I would like to re-solve issues that we can do until weekend and create M4 release

[jira] Closed: (OWB-241) Conversation scoped bean instance gets destroyed for every ELResolver.getValue

2010-01-20 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-241. -- Resolution: Fixed Conversation scoped bean instance gets destroyed for every ELResolver.getValue

Re: Interceptor API changes

2010-01-20 Thread David Blevins
That sounds cool. Send me a pom and I'll push it up! -David On Jan 20, 2010, at 6:21 PM, Mark Struberg wrote: ohhh, kk that explains a lot ;) sorry, didn't catch that information. A way to make this clear just in case other projects also get confused (and do not have the maintainer on

[jira] Updated: (OWB-243) Ensure serialized access to conversation scope by blocking or rejecting concurrent requests

2010-01-20 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu updated OWB-243: --- Affects Version/s: M3 Fix Version/s: M4 Ensure serialized access to conversation scope by

Re: Interceptor API changes

2010-01-20 Thread Mark Struberg
something like that one (rename to pom.xml again) should do the trick. But I'm slightly confused. I updated the geronimo-specs trunk and the current version is 1.0.0-SNAPSHOT and not -EA1. Where did that went? LieGrue, strub --- On Wed, 1/20/10, David Blevins david.blev...@visi.com wrote: