Re: You shall not pass!

2014-10-06 Thread Romain Manni-Bucau
should be ok now, issue was cache + maven classpath (jetty) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-10-05 21:01 GMT+02:00 Romain Manni-Bucau

Re: You shall not pass!

2014-10-06 Thread Thomas Andraschko
great! my apps are working fine now! 2014-10-06 9:57 GMT+02:00 Romain Manni-Bucau rmannibu...@gmail.com: should be ok now, issue was cache + maven classpath (jetty) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn:

[jira] [Updated] (OWB-1022) InjectionPoint validated to early?

2014-10-06 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/OWB-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko updated OWB-1022: --- Fix Version/s: 1.5.0 InjectionPoint validated to early? --

[jira] [Updated] (OWB-1022) InjectionPoint validated to early?

2014-10-06 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/OWB-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko updated OWB-1022: --- Assignee: Romain Manni-Bucau InjectionPoint validated to early?

[jira] [Resolved] (OWB-1022) InjectionPoint validated to early?

2014-10-06 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/OWB-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko resolved OWB-1022. Resolution: Fixed InjectionPoint validated to early? --

Re: You shall not pass!

2014-10-06 Thread Romain Manni-Bucau
before releasing do we add in openwebbeans.properties the list of excluded jars like in tomee for instance? In TomEE we have a small (;)) list here http://svn.apache.org/repos/asf/tomee/tomee/trunk/container/openejb-core/src/main/resources/default.exclusions Romain Manni-Bucau Twitter:

[jira] [Resolved] (OWB-992) Decorator generic delegate attribute must be same with decorated type

2014-10-06 Thread Reinhard Sandtner (JIRA)
[ https://issues.apache.org/jira/browse/OWB-992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reinhard Sandtner resolved OWB-992. --- Resolution: Fixed Fix Version/s: 1.5.0 Bruno i've fixed it in trunk (1.5.0) is this ok

Fwd: svn commit: r1629632 - in /openwebbeans/trunk/webbeans-impl/src: main/java/org/apache/webbeans/component/creation/ main/java/org/apache/webbeans/intercept/ test/java/org/apache/webbeans/test/deco

2014-10-06 Thread Romain Manni-Bucau
Hi I guess checkParametrizedType should be protected against loops since you can be parameterized with yourself (stupid but not forbidden), wdyt? Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau -- Forwarded

[jira] [Commented] (OWB-1017) Adding an annotated type as interceptor binding does not take the annotated type metadata into account

2014-10-06 Thread Antonin Stefanutti (JIRA)
[ https://issues.apache.org/jira/browse/OWB-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14160478#comment-14160478 ] Antonin Stefanutti commented on OWB-1017: - I've just tested it and it happens that

[jira] [Reopened] (OWB-1017) Adding an annotated type as interceptor binding does not take the annotated type metadata into account

2014-10-06 Thread Antonin Stefanutti (JIRA)
[ https://issues.apache.org/jira/browse/OWB-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonin Stefanutti reopened OWB-1017: - Adding an annotated type as interceptor binding does not take the annotated type metadata

[jira] [Updated] (OWB-1017) Adding an annotated type as interceptor binding does not take the annotated type metadata into account

2014-10-06 Thread Antonin Stefanutti (JIRA)
[ https://issues.apache.org/jira/browse/OWB-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonin Stefanutti updated OWB-1017: Attachment: OwbTest.java OwbMethodInterceptor.java

[jira] [Commented] (OWB-1017) Adding an annotated type as interceptor binding does not take the annotated type metadata into account

2014-10-06 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14160933#comment-14160933 ] Romain Manni-Bucau commented on OWB-1017: - Good catch! should be fixed and I