Stephen Coy created AS7-6132:
--------------------------------
Summary:
JDBCCMRFieldBridge2.CollectionValuedFieldState.cascadeDelete(CmpEntityBeanContext)
downcasts toArray() result to javax.ejb.EJBLocalObject[]
Key: AS7-6132
URL:
https://issues.jboss.org/browse/AS7-6132
Project: Application Server 7
Issue Type: Bug
Components: EJB
Affects Versions: 7.2.0.Alpha1
Environment: N/A
Reporter: Stephen Coy
Assignee: jaikiran pai
The downcast to EJBLocalObject[] below:
Collection value = (Collection) getValue(ctx);
if (!value.isEmpty()) {
EJBLocalObject[] locals = (EJBLocalObject[]) value.toArray();
will result in a ClassCastException.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira