Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Install and run the snapshot build"

Line 50: Line 50:
 
* Apache CXF update site, coming soon...
 
* Apache CXF update site, coming soon...
 
* Apache Tuscany update site. ?
 
* Apache Tuscany update site. ?
 
== All-in-One package ==
 
You can download the STP all in one package from here:[http://www.foomnet.org/stp_all_in_one04092007.zip stp_all_in_one04092007.zip]
 
 
Just copy all plugins from that package to your eclipse3.2 installation.
 
 
Please notice:
 
* We only support eclipse3.2 for now.
 
* Please set the java compiler to jdk 1.5 in preference page (1.4 and 1.6 are not supported)
 
* Need to install [http://people.apache.org/repo/m2-snapshot-repository/org/apache/cxf/cxf-distribution/2.0-incubator-RC-SNAPSHOT/cxf-distribution-2.0-incubator-RC-20070227.144747-7.zip CXF] runtime to test the JAX-WS functions.
 
* The tutorial has been tested with Tomcat 5.5
 
 
Three known issues for the all-in-one package:
 
* Can't set the JAX-WS runtime directory and soap12 binding from project's properties. But set from Preference page  works fine.
 
* The Document/Lit/Bare doesn't work. This is caused by a [https://bugs.eclipse.org/bugs/show_bug.cgi?id=176783 bug] in Apache CXF runtime.
 
So If you are following Tyler's article, please give @SoapBinding(Document/Literal/Wrapped) annotation on web service class.
 
* The HTTP/REST style client has problem, will give HTTP 500 error in the runtime. But the standalone client run from Eclipse works fine.
 

Revision as of 11:30, 24 April 2007

This wiki page is used to explain how to install and use the latest snapshot with Eclipse3.3. Since the current 0.4.0 S-build (http://www.eclipse.org/stp/downloads/downloads.php) has some major problems, we suggest to use the snapshot build instead.

For user's convenience, i created a all-in-one package to download at the end of this wiki page.

(Last updated on Apr 16, 2007)

Where to get stp build

  • STP snapshot from cvs

Setup pre-requisites

  • Eclipse 3.3 M6

Pre-requisites plugins

Plugins from other Eclipse projects

*dtp_1.0M3
*emf-sdk-xsd-SDK2.3.0M6
*emft-query-SDK-1.1M5
*emft-transaction-SDK-1.1M5
*emft-validation-SDK-1.1M5
*GMF-sdk-1.0.3
*JEM-SDK-1.2
*mtd-ocl-SDK-1.1M5
*wtp-sdk-S-2.0M5
*GEF-SDK-3.3M6

3rd-party plugins

  • Apache Tuscany plugin for SCA development:

http://www.eclipse.org/stp/sc/plugins/tuscany-eclipse-plugin-1.0-incubator-M2.zip

Pre-requisites SOA runtime

Run it

Tyler Anderson wrote a good article about Use the Eclipse SOA Tools Platform plug-in to build and deploy a Web service

Eclipse 3.3 runtime

If you are using Eclipse 3.3, please read Eclisep 3.3 runtime options for STP.SC

About the update sites

We are still working on those update sites:

  • Eclipse STP update site, coming soon...
  • Apache CXF update site, coming soon...
  • Apache Tuscany update site. ?

Copyright © Eclipse Foundation, Inc. All Rights Reserved.