Extension to PosAsnLineIntfVO
Has anyone been successful in extending the ASN Lines Create VO: PosAsnLineIntfVO?
I am attempting to extend the VO by adding the Attribute Columns from the Entity Object behind the VO: PosRcvTrxIntfEO.
My extension works fine in JDeveloper. I am able to create a new ASN, populate the DFF fields for a line (added via Personalization), and create the ASN with the RCV_SHIPMENT_LINES table's attribute fields being populated with my entries.
However, when I deploy the extension and substitution to the development server (normal deployment with JPXImporter, and bounce), I receive the following error:
I did create the RowImpl file, and have tried using the default setters and getters created when using the New VO Wizard, and also I have tried using the base VO's RowImpl code (with the addition of the new attributes.