| Summary: | DBWSBuilder incorrectly computes Oracle StoredProcedure name as 'catalog.schema.procedureName' | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Mike Norman <michael.norman> |
| Component: | Eclipselink | Assignee: | 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: | |||
fixed in svn revision: 10557 The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink |
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) {