[jira] [Resolved] (OWB-579) check for non-proxyiable methods should exclude synthetic methods

2011-06-01 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/OWB-579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks resolved OWB-579. -- Resolution: Fixed Fix Version/s: 1.1.1 rev 1130394 also mentions the final methods that can't be pr

[jira] [Created] (OWB-579) check for non-proxyiable methods should exclude synthetic methods

2011-06-01 Thread David Jencks (JIRA)
check for non-proxyiable methods should exclude synthetic methods - Key: OWB-579 URL: https://issues.apache.org/jira/browse/OWB-579 Project: OpenWebBeans Issue Type: Bug

[jira] [Resolved] (OWB-578) Allow DI for OpenWebBeansConfiguration properties

2011-06-01 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/OWB-578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks resolved OWB-578. -- Resolution: Fixed Fix Version/s: 1.1.1 fixed in rev 1129986 > Allow DI for OpenWebBeansConfigurati

Re: OWB-575

2011-06-01 Thread Mark Struberg
Yup, the patch looks good at a first glance. @Rohit if it passes the standalone TCK $> mvn clean install -Ptck -Pjsr330-tck then please go on and commit it. If you don't find the time then just tell us and I'll commit it for you. txs and LieGrue, strub --- On Wed, 6/1/11, Arne Limburg wrote:

OWB-575

2011-06-01 Thread Arne Limburg
Hi, is anybody working on OWB-575? This bug is annoying, since it unhinges exception handling in the application code. One is not able to catch application exceptions but needs to catch InvocationTargetExceptions instead... The proposed fix from Rohit is simple and seems to be valid... Regards