You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Liu, Jervis" <jl...@iona.com> on 2006/08/14 18:46:44 UTC

[PATCH] Celtix binding improvement and helloworldws sample

Hi, 

Can someone kindly review and apply patch for jira 617 please. https://issues.apache.org/jira/browse/TUSCANY-617. In this patch:

1. Added a Celtix version of helloworldws sample

2. Improved Celtix binding code: initialize Celtix bus

3. Fixed a problem in DirectoryScanExtender.java: should not try to load a component from jars under extension dir that do not contain a valid scdl file

For the time being, we need a hack in order to run helloworldws-celtix sample. 
You need to edit distribution\sca\standalone\pom.xml and distribution\sca\standalone\src\main\assembly\standalone.xml, change any appearance of axis2 to celtix. I will create a seperate jira issue on how to properly create distribution for different bindings.

Thanks,
Jervis