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 97113 - GAVOTTE: Unable to deploy Composite App containing XSLT Project
Summary: GAVOTTE: Unable to deploy Composite App containing XSLT Project
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: XSLT (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Alexey Yarmolenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-02 15:38 UTC by dante
Modified: 2007-05-17 10:58 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
XSLT Module (10.00 KB, application/octet-stream)
2007-03-02 15:39 UTC, dante
Details
Composite App (11.15 KB, application/octet-stream)
2007-03-02 15:40 UTC, dante
Details
Gavotte Version (21.71 KB, application/octet-stream)
2007-03-02 16:44 UTC, dante
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dante 2007-03-02 15:38:36 UTC
When attempting to deploy a Composite App (See Attached) containing an XSLT
project the deployment fails with 'Required component sun-xslt-engine is not
installed on target server' but checking the Deployed Service Engines the
com.sun.xslte-1.0.2 is deployed and running.


run-jbi-deploy:
[deploy-service-assembly]
    Deploying a service assembly...
        host=localhost
        port=4848
        file=C:\Development\Gavotte\CompositeApp1/dist/CompositeApp1.zip
Failed execution of Deploy
ERROR: (JBIMA1407) Required component sun-xslt-engine is not installed on target
server.
C:\Development\Gavotte\CompositeApp1\nbproject\build-impl.xml:237: Service
assembly deployment failed.
BUILD FAILED (total time: 1 second)


---------------------------------

KEYWORDS

VERSION: ALASKA 200703010600 (GAVOTTE)
TEAM: FAST
Comment 1 dante 2007-03-02 15:39:59 UTC
Created attachment 39135 [details]
XSLT Module
Comment 2 dante 2007-03-02 15:40:23 UTC
Created attachment 39136 [details]
Composite App
Comment 3 Sergey Lunegov 2007-03-02 16:20:14 UTC
How did you created XSLT project ?
What build did you use ?
Comment 4 dante 2007-03-02 16:43:31 UTC
Gavotte Build 200703010600 - see attached png

I built the project as follows:

1. new XSLT Module
2. New XML Schema to build the two xsd files
3. New WSDL to build Request Response SOAP WSDL, Document Literal, elements
defined in the xsd as input & output
4. New XLST Service using the WSDL from 3
5. Simple mapping in XLST
6. Build
7. Create new Comp App
8. Set JBI Module as the XSLT 
9. Build & Deploy Comp App

Comment 5 dante 2007-03-02 16:44:46 UTC
Created attachment 39141 [details]
Gavotte Version
Comment 6 Sergey Lunegov 2007-03-02 16:52:04 UTC
So it's not Beta build. It's from release551 branch.
Alexey, looks like JBI naming was already changed
Comment 7 dante 2007-03-02 16:56:30 UTC
My understanding is that KENAI is the Beta build and that GAVOTTE post beta. 

These are internal downloads but my understanding was that all issues etc were
to be done through this site, keep it central.
Comment 8 Alexey Yarmolenko 2007-03-05 12:29:01 UTC
Already fixed by jqian in release551 branch
Comment 9 nrsunil 2007-05-17 10:58:00 UTC
Verified in the build 200705160000 and am able to deploy Composite App
containing XSLT Project successfully. Hence marking the bug status as verified.