Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 369733 - DBWSBuilder incorrectly handles default 'IN' arguments
Summary: DBWSBuilder incorrectly handles default 'IN' arguments
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Eclipselink (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Mike Norman CLA
QA Contact: Project Inbox CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-25 14:54 EST by Mike Norman CLA
Modified: 2022-06-09 10:02 EDT (History)
0 users

See Also:


Attachments
handle args with null direction as IN by default (3.17 KB, patch)
2012-01-25 15:00 EST, Mike Norman CLA
no flags Details | Diff
handle args with null direction as IN by default (798 bytes, patch)
2012-01-25 15:09 EST, Mike Norman CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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