[jira] [Resolved] (OWB-751) OWB annotation litterals implementation uses only instanceof in equals implementation

2013-01-05 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OWB-751. Resolution: Fixed > OWB annotation litterals implementation uses only instanceof in equals

[jira] [Resolved] (OWB-750) OWB annotationlitteral use instanceof to implement equals and not annotationType()

2013-01-05 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/OWB-750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved OWB-750. Resolution: Fixed > OWB annotationlitteral use instanceof to implement equals and not > a

[jira] [Created] (OWB-751) OWB annotation litterals implementation uses only instanceof in equals implementation

2013-01-05 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created OWB-751: -- Summary: OWB annotation litterals implementation uses only instanceof in equals implementation Key: OWB-751 URL: https://issues.apache.org/jira/browse/OWB-751 Pro

[jira] [Created] (OWB-750) OWB annotationlitteral use instanceof to implement equals and not annotationType()

2013-01-05 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created OWB-750: -- Summary: OWB annotationlitteral use instanceof to implement equals and not annotationType() Key: OWB-750 URL: https://issues.apache.org/jira/browse/OWB-750 Projec

handling business method interceptors vs system interceptors

2013-01-05 Thread Mark Struberg
Hi folks! I'm currently hanging over the interceptors spec and found a few pretty interesting details: If a user invokes a method on a contextual instance, then _only_ business method interceptors (InterceptionType.AROUND_INVOKE) must get invoked. Any POST_CONSTRUCT, AROUND_TIMEOUT, PRE_DESTRO