Community
Participate
Working Groups
We currently don't support PL/SQL procedures/functions (in a package) that have both PL/SQL complex arguments and advanced JDBC arguments. We need to modify how we process these - i.e. for producing ORM/OXM projects, schema, service, WSDL, etc. - as well as anonymous PL/SQL code generation.
Created attachment 208195 [details] Proposed fix for mixing VArray and indexed tables
Created attachment 208288 [details] Supporting tests for mixing VArray and indexed tables
Checked in fix part#1, which adds support for mixing VArray and Indexed table types as arguments. Revision: 10547 Reviewed by: michael.norman@oracle.com Tests: all DBWS, MOXY and SDO unit tests pass as expected; core SRG and LRG tests pass; ComplexPLSQLSFTestSuite & ComplexPLSQLSPTestSuite were added
Created attachment 208455 [details] Proposed fix for mixing ObjectTypes and indexed tables
Created attachment 208456 [details] Supporting tests for mixing ObjectType and indexed tables Also contains more testing of mixed IN args, i.e. ObjectType + VArray, ObjectType + PL/SQL Collection, etc.
Checked in fix part#1, which adds support for mixing ObjectType and Indexed table types as arguments. Revision: 10577 Reviewed by: michael.norman@oracle.com Tests: all DBWS, MOXY and SDO unit tests pass as expected; core SRG and LRG tests pass; ComplexPLSQLSFTestSuite & ComplexPLSQLSPTestSuite were modified
Checked in fix part#2, which adds support for mixing ObjectType and Indexed table types as arguments. Revision: 10577 Reviewed by: michael.norman@oracle.com Tests: all DBWS, MOXY and SDO unit tests pass as expected; core SRG and LRG tests pass; ComplexPLSQLSFTestSuite & ComplexPLSQLSPTestSuite were modified
IGNORE THIS - see 'fix part#2' below (In reply to comment #6) > Checked in fix part#1, which adds support for mixing ObjectType and Indexed > table > types as arguments. Revision: 10577 > > Reviewed by: michael.norman@oracle.com > > Tests: all DBWS, MOXY and SDO unit tests pass as expected; core SRG and LRG > tests pass; ComplexPLSQLSFTestSuite & ComplexPLSQLSPTestSuite were modified
Created attachment 208563 [details] Proposed fix for mixing ObjectTables and PL/SQL types.
Created attachment 208564 [details] Supporting tests for mixing ObjectTable types and PL/SQL types
Created attachment 208698 [details] Proposed fix for ObjectTypes with VArray attribute. CustomerType has VArray, VarChar2 and ObjectType attributes. The ObjectType attribute has a nested ObjectType as well (CustomerType -> ContactType -> PhoneType)
Created attachment 208699 [details] Supporting tests for ObjectTypes containing VArray attributes.
Current support: - indexed table + varray - object type + indexed table - pl/sql record + varay - pl/sql record + indexed table - object type table + pl/sql record - object type table + indexed table Closing as fixed.
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink