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 142908 - XSLT Module can't be deployed/run
Summary: XSLT Module can't be deployed/run
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: 2008-08-05 12:28 UTC by Vitaly Bychkov
Modified: 2008-08-09 13:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Sample XSLT Module (39.52 KB, application/x-compressed)
2008-08-05 12:33 UTC, Vitaly Bychkov
Details
New generated sample project using partnerLinkType based transformation descriptor. (52.98 KB, application/x-compressed)
2008-08-07 14:10 UTC, Vitaly Bychkov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Bychkov 2008-08-05 12:28:21 UTC
XSLT Module couldn't be deployed/runned:

------------------------------------------------------------------------
ERROR: Successful execution of Start: TestXSLTSampleApp
WARNING: (JBIMA0405) Start of service assembly TestXSLTSampleApp succeeded partially; some service units failed to start.
    * Component: sun-xslt-engine
      ERROR: () XSLTSE-6008:Service unit "TestXSLTSampleApp-TestXSLTSample" init failed: TRANSL-6024:Failed to parse
service unit descriptor: TRANSL-6001:Transform descriptor parsing failed: TRANSL-6016:Missing required partnerLinkType
attribute!
    * Component: sun-xslt-engine
      ERROR: (UNKNOWN) TRANSL-6024:Failed to parse service unit descriptor: TRANSL-6001:Transform descriptor parsing
failed: TRANSL-6016:Missing required partnerLinkType attribute!
    * Component: sun-xslt-engine
      ERROR: (UNKNOWN) TRANSL-6001:Transform descriptor parsing failed: TRANSL-6016:Missing required partnerLinkType
attribute!
    * Component: sun-http-binding
      INFO: (JBIMA0409) Lifecycle operation start succeeded for Service Unit TestXSLTSampleApp-sun-http-binding.
------------------------------------------------------------------------

The sample XSLT Module is in attachment.
Comment 1 Vitaly Bychkov 2008-08-05 12:33:50 UTC
Created attachment 66582 [details]
Sample XSLT Module
Comment 2 Vitaly Bychkov 2008-08-07 14:07:28 UTC
Fixed in trunk.
Changeset: http://hg.netbeans.org/main?cmd=changeset;node=4ba4ac2a22d7

Now xslt module project and XSLT Service are used partnerLinkType style based transformmation descriptor (transformmap.xml).
Comment 3 Vitaly Bychkov 2008-08-07 14:10:32 UTC
Created attachment 66817 [details]
New generated sample project using partnerLinkType based transformation descriptor.
Comment 4 Alexey Yarmolenko 2008-08-08 17:27:44 UTC
Tested on synchronous example. Partnerlinks in generated transformmap.xml and jbi.xml looks ok.  Marking as verified.
Comment 5 Vitaly Bychkov 2008-08-09 13:30:16 UTC
The fix is trnsplanted into the clone release65_beta.
Changeset: http://hg.netbeans.org/release65_beta?cmd=changeset;node=9325a8cead96