History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: WS-17
Type: Bug Bug
Status: Open Open
Priority: Blocker Blocker
Assignee: Chad Brandon
Reporter: JB B
Votes: (View)
Watchers: (View)
Operations

If you were logged in you would be able to see more operations.
WebService Cartridge

Array of Array generate duplicate type definition in WSDL !

Created: 13/Nov/07 06:23 PM   Updated: 13/Nov/07 06:23 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Environment: AndroMDA 3.2, XFire


 Description   
Say you've got a type like Example[][], the andromda webservice cartridge will generate two entries for the type ArrayOfExample whereas it should generate one for ArrayOfArrayOfExample and one other for ArrayOfExample (ie, prefixing according to the correct level).

This is preventing full cartridge webservice usage on our application. Only known workaround is to update the WSDL generated file manually each time the model is generated == blocks the usage of the contiunous build of the project (using maven and hudson).

The problem is IMHO comming from the type.getSchemaType(boolean,boolean) ...

Rgs,
JB

 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.