Re: [VOTE] Release Apache OpenWebBeans 1.2.5

2014-05-24 Thread Romain Manni-Bucau
+1, 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-05-23 19:43 GMT+02:00 Mark Struberg strub...@yahoo.de: I'd like to call a VOTE on releasing Apache

Re: [VOTE] Release Apache OpenWebBeans 1.2.5

2014-05-24 Thread David Blevins
+1 -- David Blevins http://twitter.com/dblevins http://www.tomitribe.com On May 23, 2014, at 10:43 AM, Mark Struberg strub...@yahoo.de wrote: I'd like to call a VOTE on releasing Apache OpenWebBeans-1.2.5 . This is a maintenance release of the owb_1.2.x branch and targets the CDI-1.0

Re: [VOTE] Release Apache OpenWebBeans 1.2.5

2014-05-24 Thread Joseph Bergmark
I set up my build environment on a new machine, so its possible I'm fighting a configuration problem, but after a successful build from the 1.2.5 source zip, I'm having trouble with the guess sample app which is my normal go-to for quick testing. It looks like an EL or bean discovery problem, as

Re: [VOTE] Release Apache OpenWebBeans 1.2.5

2014-05-24 Thread Gerhard Petracek
i've upgraded several projects to v1.2.5 (e.g. [1] and [2]) and all tests look fine. - +1 regards, gerhard [1] https://github.com/CDIatWork/IdeaFork [2] https://git-wip-us.apache.org/repos/asf/deltaspike/repo?p=deltaspike.git;a=summary 2014-05-24 20:24 GMT+02:00 Joseph Bergmark

Re: [VOTE] Release Apache OpenWebBeans 1.2.5

2014-05-24 Thread Joseph Bergmark
I walked though the code in debug, and from what I can tell it appears to be an issue with the way the URLs are being generated (at least on my machine). My breakpoints in AbstractMetaDataDiscovery CdiArchive are showing URLs for my classes directory that look like:

[jira] [Created] (OWB-959) file:// urls are corrupted by WebScannerService

2014-05-24 Thread Joe Bergmark (JIRA)
Joe Bergmark created OWB-959: Summary: file:// urls are corrupted by WebScannerService Key: OWB-959 URL: https://issues.apache.org/jira/browse/OWB-959 Project: OpenWebBeans Issue Type: Bug

Re: [VOTE] Release Apache OpenWebBeans 1.2.5

2014-05-24 Thread Mark Struberg
Hi Joe! Thanks for checking. I'll try to reproduce tonight or tomorrow and will abort the VOTE if I can reproduce it. txs and LieGrue, strub On Saturday, 24 May 2014, 21:22, Joseph Bergmark bergm...@gmail.com wrote: I walked though the code in debug, and from what I can tell it appears

Re: [VOTE] Release Apache OpenWebBeans 1.2.5

2014-05-24 Thread Gerhard Petracek
the issue occurs if you move WEB-INF/beans.xml to META-INF/beans.xml that works e.g. with 1.2.4, but fails with 1.2.5. regards, gerhard 2014-05-24 21:57 GMT+02:00 Mark Struberg strub...@yahoo.de: Hi Joe! Thanks for checking. I'll try to reproduce tonight or tomorrow and will abort the

[jira] [Updated] (OWB-959) file:// urls are corrupted by WebScannerService

2014-05-24 Thread Joe Bergmark (JIRA)
[ https://issues.apache.org/jira/browse/OWB-959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bergmark updated OWB-959: - Attachment: OWB-959.patch I've attached a patch that resolves the problem in my testing. If there are no

Re: [VOTE] Release Apache OpenWebBeans 1.2.5

2014-05-24 Thread Joseph Bergmark
No problem, I've opened a JIRA issue and attached a patch that resolves the issue in my testing. On Sat, May 24, 2014 at 3:57 PM, Mark Struberg strub...@yahoo.de wrote: Hi Joe! Thanks for checking. I'll try to reproduce tonight or tomorrow and will abort the VOTE if I can reproduce it.

Re: [VOTE] Release Apache OpenWebBeans 1.2.5

2014-05-24 Thread Romain Manni-Bucau
is aborting needed? tomee is happy with it then we can take xbean code handling it properly Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-05-24 22:20 GMT+02:00

[jira] [Commented] (OWB-959) file:// urls are corrupted by WebScannerService

2014-05-24 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/OWB-959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14008210#comment-14008210 ] Gerhard Petracek commented on OWB-959: -- there was a reason for adding file: - imo it's

[jira] [Commented] (OWB-959) file:// urls are corrupted by WebScannerService

2014-05-24 Thread Joe Bergmark (JIRA)
[ https://issues.apache.org/jira/browse/OWB-959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14008211#comment-14008211 ] Joe Bergmark commented on OWB-959: -- Could you describe what that reason it, or in what case