This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 108509 - Incorrect XSLT generated when creating Service Bridge
Summary: Incorrect XSLT generated when creating Service Bridge
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: XSLT (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Vitaly Bychkov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-29 11:25 UTC by kozlov
Modified: 2007-07-26 13:26 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kozlov 2007-06-29 11:25:11 UTC
REGRESSION

Reproduced in build070628.

Steps to reproduce:
- create Service (inSchema, outSchema, WSDL);
- create Service Bridge (inProxySchema, outProxySchema, ProxyWSDL); 
- create XSL Transformation Bridge: inProxySchema -> inSchema, outSchema ->
outProxySchema.

Two XSL files where generated: inProxySchema -> outProxySchema, intSchema -> outSchema.
Comment 1 Vitaly Bychkov 2007-07-05 15:50:50 UTC
Fixed.
Comment 2 kozlov 2007-07-26 13:26:18 UTC
Verified in buld070726.