[jira] Created: (OWB-454) ClassUtil.callInstanceMethod() doesn't propogate original exception

2010-09-19 Thread Eric Covener (JIRA)
ClassUtil.callInstanceMethod()  doesn't propogate original exception


 Key: OWB-454
 URL: https://issues.apache.org/jira/browse/OWB-454
 Project: OpenWebBeans
  Issue Type: Bug
  Components: Core
Affects Versions: 1.0.0-alpha-2
Reporter: Eric Covener
Assignee: Eric Covener


ClassUtil.callInstanceMethod() doesn't propogate original exception up the stack

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (OWB-454) ClassUtil.callInstanceMethod() doesn't propogate original exception

2010-09-19 Thread Eric Covener (JIRA)

 [ 
https://issues.apache.org/jira/browse/OWB-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Covener resolved OWB-454.
--

Resolution: Fixed

 ClassUtil.callInstanceMethod()  doesn't propogate original exception
 

 Key: OWB-454
 URL: https://issues.apache.org/jira/browse/OWB-454
 Project: OpenWebBeans
  Issue Type: Bug
  Components: Core
Affects Versions: 1.0.0-alpha-2
Reporter: Eric Covener
Assignee: Eric Covener
   Original Estimate: 0.25h
  Remaining Estimate: 0.25h

 ClassUtil.callInstanceMethod() doesn't propogate original exception up the 
 stack

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OWB-455) IllegalArgument method calling remove method of EJB during destroy

2010-09-19 Thread Eric Covener (JIRA)
IllegalArgument method calling remove method of EJB during destroy
--

 Key: OWB-455
 URL: https://issues.apache.org/jira/browse/OWB-455
 Project: OpenWebBeans
  Issue Type: Bug
  Components: Java EE Integration
Affects Versions: 1.0.0-alpha-2
Reporter: Eric Covener
Assignee: Eric Covener
Priority: Minor
 Fix For: 1.0.0-alpha-3


Caused by: java.lang.IllegalArgumentException: object is not an instance of 
declaring class

Some incompatability between the way we scan for remove methods up front vs. 
what's present in the EJB proxy we get.

Long-term, we shouldn't call these anyway, but we can at least try to find the 
corresponding remove method on the EJB reference.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.