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 175645 - Failed to deploy SynchronousSample because of missed sun-bpel-engine
Summary: Failed to deploy SynchronousSample because of missed sun-bpel-engine
Status: RESOLVED WONTFIX
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Sergey Lunegov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-29 12:35 UTC by Michael Nazarov
Modified: 2009-12-10 08:34 UTC (History)
2 users (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 Michael Nazarov 2009-10-29 12:35:35 UTC
Steps to reproduce:

1. Install IDE.
2. Install SOA plugins.
3. Create SynchronousSample sample.
4. Build.
5. Deploy.

The problem is missing sun-bpel-engine, so it might be not issue with server
itself.

pre-init:
init-private:
init-userdir:
init-user:
init-project:
do-init:
post-init:
init-check:
init:
init-deploy:
deps-jar:
init:
Building jar: /Users/tester/NetBeansProjects/SynchronousSample/SynchronousSample/build/SEDeployment.jar
dist_se:
Expanding: /Users/tester/NetBeansProjects/SynchronousSample/SynchronousSample/build/SEDeployment.jar into
/Users/tester/NetBeansProjects/SynchronousSample/SynchronousSampleApplication/src/jbiServiceUnits/SynchronousSample
Moving 1 file to
/Users/tester/NetBeansProjects/SynchronousSample/SynchronousSampleApplication/src/jbiServiceUnits/SynchronousSample
Moving 1 file to
/Users/tester/NetBeansProjects/SynchronousSample/SynchronousSampleApplication/src/jbiServiceUnits/META-INF/SynchronousSample
deps-javaee-jar:
jbi-build:
Copying 1 file to /Users/tester/NetBeansProjects/SynchronousSample/SynchronousSampleApplication/src/jbiServiceUnits
Created dir: /Users/tester/NetBeansProjects/SynchronousSample/SynchronousSampleApplication/build/META-INF
Building jar: /Users/tester/NetBeansProjects/SynchronousSample/SynchronousSampleApplication/build/BCDeployment.jar
Validating CompApp project...
Generating Service Engine Service Units...
Resolving connections...
Writing connections out to connections.xml...
Generating Service Assembly jbi.xml...
Merging component projects' catalogs...
Generating Binding Component Service Units...
  creating sun-http-binding.jar
Creating/Updating CASA...
Filtering Java EE Endpoints...
Deleting: /Users/tester/NetBeansProjects/SynchronousSample/SynchronousSampleApplication/build/BCDeployment.jar
Created dir: /Users/tester/NetBeansProjects/SynchronousSample/SynchronousSampleApplication/dist
Building jar:
/Users/tester/NetBeansProjects/SynchronousSample/SynchronousSampleApplication/dist/SynchronousSampleApplication.zip
Building jar:
/Users/tester/NetBeansProjects/SynchronousSample/SynchronousSampleApplication/dist/SynchronousSampleApplication.zip
run-jbi-deploy:
[deploy-service-assembly]
    Deploying a service assembly...
        host=localhost
        port=4848
       
file=/Users/tester/NetBeansProjects/SynchronousSample/SynchronousSampleApplication/dist/SynchronousSampleApplication.zip
ERROR: Failed execution of Deploy:
/Users/tester/NetBeansProjects/SynchronousSample/SynchronousSampleApplication/dist/SynchronousSampleApplication.zip
ERROR: (JBIMA1407) Required component sun-bpel-engine is not installed on target server.
/Users/tester/NetBeansProjects/SynchronousSample/SynchronousSampleApplication/nbproject/build-impl.xml:220: Deployment
failure.
BUILD FAILED (total time: 38 seconds)
Comment 1 Sergey Lunegov 2009-10-29 12:48:08 UTC
Since BPEL SE runtime is not delivered as part of NB 6.8 we'll consider proper fix of this issue in the next release(s).
Comment 2 John Jullion-ceccarelli 2009-11-12 01:06:41 UTC
If the sample doesn't run it should be removed from the plugin and all docs updated accordingly.
Comment 3 Sergey Lunegov 2009-11-12 01:30:38 UTC
John, I don't completely agree. The reason why sample doesn't run is absence of SOA runtimes. If user wants to run SOA sample he/she is aware about need for these runtimes.
Comment 4 Irina Filippova 2009-11-12 02:01:14 UTC
We do not have any 6.8 documents that include mentioning of the SOA functionality (not mentioned in the Release Notes or installation guide).
The tutorials on the web that belonged to the SOA learning trail, are for older NetBeans versions. 
I do not see what docs should be updated.
Comment 5 Sergey Lunegov 2009-12-10 08:34:59 UTC
SOA modules on NB UC don't and will not contain BPEL SE. So this issue will not be fixed. Since there are not docs related to SOA in NB 6.8 I close this as WONTFIX.