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

Bug 369733

Summary: DBWSBuilder incorrectly handles default 'IN' arguments
Product: z_Archived Reporter: Mike Norman <michael.norman>
Component: EclipselinkAssignee: Mike Norman <michael.norman>
Status: RESOLVED FIXED QA Contact: Project Inbox <eclipselink.dbws-inbox>
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
handle args with null direction as IN by default
none
handle args with null direction as IN by default none

Description Mike Norman CLA 2012-01-25 14:54:27 EST
(found in TRUNK a.k.a. the 2.4.0 stream)

A StoredProcedure in a PL/SQL package can specify its parameters
without any direction:
CREATE PACKAGE FOO_PACKAGE AS
    FUNCTION foo(P1 NUMBER ) RETURN DATE;
END FOO_PACKAGE;

In the above example, P1 is an 'IN' argument
Comment 1 Mike Norman CLA 2012-01-25 15:00:25 EST
Created attachment 210080 [details]
handle args with null direction as IN by default
Comment 2 Mike Norman CLA 2012-01-25 15:09:03 EST
Created attachment 210081 [details]
handle args with null direction as IN by default
Comment 3 Mike Norman CLA 2012-01-25 15:18:56 EST
fixed in SVN revision: 10743
Comment 4 Eclipse Webmaster CLA 2022-06-09 10:02:40 EDT
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink