Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 366588

Summary: DBWSBuilder incorrectly computes Oracle StoredProcedure name as 'catalog.schema.procedureName'
Product: z_Archived Reporter: Mike Norman <michael.norman>
Component: EclipselinkAssignee: Nobody - feel free to take it <nobody>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: eclipselink.dbws-inbox
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: Windows XP   
Whiteboard:

Description Mike Norman CLA 2011-12-13 12:58:21 EST
It should be 'schema.catalog.procedureName'

In OracleHelper>>getQualifiedProcedureName the error is nicely documented! 

    /**
     * Returns the qualified stored procedure name based on a given ProcedureType
     * and ProcedureOperationModel.
     *
     * The returned string will be in the format: 'catalog.schema.procedureName'
     *
     */
    protected String getQualifiedProcedureName(ProcedureOperationModel procedureOperationModel, ProcedureType storedProcedure) {
Comment 1 Mike Norman CLA 2011-12-13 13:07:05 EST
fixed in svn revision: 10557
Comment 2 Eclipse Webmaster CLA 2022-06-09 10:29:49 EDT
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink