Re: failures on the build (not a build failure...)

2010-03-16 Thread Mark Struberg
Same here under Fedora 12: ERROR - Unable to clear Sun JarFileFactory cache java.lang.ClassCastException: java.lang.String cannot be cast to java.net.URL It seems that this happens deep inside OpenEJB while evaluating a property field 'fileCache' of an internal java class. Class jarFileFactory

[jira] Closed: (OWB-130) implement JSR-330 annotations for OWB

2010-03-16 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OWB-130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Struberg closed OWB-130. - already fixed in M3 implement JSR-330 annotations for OWB -

[jira] Closed: (OWB-123) remove StereoType restrictions

2010-03-16 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OWB-123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Struberg closed OWB-123. - closed, because already fixed in M3 remove StereoType restrictions --

Jira cleanup

2010-03-16 Thread Mark Struberg
Hi folks! I now closed all issues which got resolved in M2, M3 or M4, so our 'resolved' list should now only show issues which are done for the next release. LieGrue, strub __ Do You Yahoo!? Sie sind Spam leid? Yahoo! Mail verfügt über einen

Re: [jira] Created: (OWB-327) annotating an Interceptor with @ApplictionScoped leads to OutOfMemory

2010-03-16 Thread Gurkan Erdogdu
Please note that an Interceptor is per definition @Dependent scoped as of section 6.4.1. As you said, you must not define interceptors as ApplicationScoped otherwise behaviour is undefined. Thanks; --Gurkan 2010/3/16 Mark Struberg (JIRA) j...@apache.org annotating an Interceptor with

Re: [jira] Created: (OWB-327) annotating an Interceptor with @ApplictionScoped leads to OutOfMemory

2010-03-16 Thread Mark Struberg
Yes, I've now also checked with jboss folks and there seems to be no further restriction other than it's not a good idea ;) I think we should drop the scope and log a warning, wdyt? To consume up memory is at least not a good idea ;) LieGrue, strub --- Gurkan Erdogdu cgurkanerdo...@gmail.com

Re: [jira] Created: (OWB-327) annotating an Interceptor with @ApplictionScoped leads to OutOfMemory

2010-03-16 Thread Gurkan Erdogdu
think we should drop the scope and log a warning, wdyt? Yea, good idea! From: Mark Struberg strub...@yahoo.de To: dev@openwebbeans.apache.org Sent: Tue, March 16, 2010 8:22:54 PM Subject: Re: [jira] Created: (OWB-327) annotating an Interceptor with

[jira] Commented: (OWB-327) annotating an Interceptor with @ApplictionScoped leads to OutOfMemory

2010-03-16 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OWB-327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12846085#action_12846085 ] Mark Struberg commented on OWB-327: --- spec section 2.4.1 states that If an interceptor or

[jira] Resolved: (OWB-328) improve logger performance

2010-03-16 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OWB-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Struberg resolved OWB-328. --- Resolution: Fixed improve logger performance -- Key:

[jira] Created: (OWB-329) Interceptor instances get created each time the interceptor gets called

2010-03-16 Thread Mark Struberg (JIRA)
Interceptor instances get created each time the interceptor gets called --- Key: OWB-329 URL: https://issues.apache.org/jira/browse/OWB-329 Project: OpenWebBeans Issue

Re: failures on the build (not a build failure...)

2010-03-16 Thread Matthias Wessendorf
oh, cool - thx for digging! -Matthias On Tue, Mar 16, 2010 at 1:49 AM, Mark Struberg strub...@yahoo.de wrote: Same here under Fedora 12: ERROR - Unable to clear Sun JarFileFactory cache java.lang.ClassCastException: java.lang.String cannot be cast to java.net.URL It seems that this happens