I just realized that this change also changed the version of tomcat that is used from 5.5.15 to 5.5.16. The main reason is that 5.5.15 is no longer available from the apache.org mirrors: http://www.ip97.com/apache.org/tomcat/tomcat-5/
I apologize if this broke someone. I didn't mean to commit the change. I can revert it if it causes a problem. However, like I said, 5.5.15 isn't available anymore so I needed a version that I could use to test with. Sorry about that! Dan On Monday 08 May 2006 15:33, [EMAIL PROTECTED] wrote: > Author: dkulp > Date: Mon May 8 12:33:08 2006 > New Revision: 405144 > > URL: http://svn.apache.org/viewcvs?rev=405144&view=rev > Log: > Implement TUSCANY-332 > Update celtix binding to use the 1.0 release of Celtix instead of the > SNAPSHOT version > > > Modified: > incubator/tuscany/java/sca/bindings/binding.celtix/pom.xml > > incubator/tuscany/java/sca/bindings/binding.celtix/src/main/java/org/ap >ache/tuscany/binding/celtix/handler/io/SCADataBindingCallback.java > incubator/tuscany/java/sca/bindings/sunjars/pom.xml > incubator/tuscany/java/testing/tomcat/build.xml > > Modified: incubator/tuscany/java/sca/bindings/binding.celtix/pom.xml > URL: > http://svn.apache.org/viewcvs/incubator/tuscany/java/sca/bindings/bindi >ng.celtix/pom.xml?rev=405144&r1=405143&r2=405144&view=diff > ======================================================================= >======= --- incubator/tuscany/java/sca/bindings/binding.celtix/pom.xml > (original) +++ > incubator/tuscany/java/sca/bindings/binding.celtix/pom.xml Mon May 8 > 12:33:08 2006 @@ -29,19 +29,19 @@ > <version>SNAPSHOT</version> > > <properties> > - <celtix.version>1.0-SNAPSHOT</celtix.version> > + <celtix.version>1.0</celtix.version> > > <compiler.flags>-Xlint:unchecked,deprecation,fallthrough,finally</compi >ler.flags> </properties> > <repositories> > <repository> > - <id>objectweb_snapshots</id> > - <name>ObjectWeb snapshot repo</name> > - <url>http://maven.objectweb.org/maven2-snapshot</url> > + <id>objectweb</id> > + <name>ObjectWeb repo</name> > + <url>http://maven.objectweb.org/maven2</url> > <releases> > <enabled>true</enabled> > </releases> > <snapshots> > - <enabled>true</enabled> > + <enabled>false</enabled> > </snapshots> > </repository> > </repositories> > > Modified: > incubator/tuscany/java/sca/bindings/binding.celtix/src/main/java/org/ap >ache/tuscany/binding/celtix/handler/io/SCADataBindingCallback.java URL: > http://svn.apache.org/viewcvs/incubator/tuscany/java/sca/bindings/bindi >ng.celtix/src/main/java/org/apache/tuscany/binding/celtix/handler/io/SCA >DataBindingCallback.java?rev=405144&r1=405143&r2=405144&view=diff > ======================================================================= >======= --- > incubator/tuscany/java/sca/bindings/binding.celtix/src/main/java/org/ap >ache/tuscany/binding/celtix/handler/io/SCADataBindingCallback.java > (original) +++ > incubator/tuscany/java/sca/bindings/binding.celtix/src/main/java/org/ap >ache/tuscany/binding/celtix/handler/io/SCADataBindingCallback.java Mon > May 8 12:33:08 2006 @@ -6,6 +6,7 @@ > import org.objectweb.celtix.bindings.DataWriter; > import > org.objectweb.celtix.bus.bindings.AbstractWSDLOperationDataBindingCallb >ack; import org.objectweb.celtix.bus.bindings.WSDLOperationInfo; > +import org.objectweb.celtix.context.ObjectMessageContext; > > public class SCADataBindingCallback extends > AbstractWSDLOperationDataBindingCallback { TypeHelper typeHelper; > @@ -48,6 +49,10 @@ > } > //REVISIT - need to figure out what to do with Faults > return null; > + } > + > + public void initObjectContext(ObjectMessageContext octx) { > + //REVISIT - this is only used server side, must be implemented > for server side to work } > > } > > Modified: incubator/tuscany/java/sca/bindings/sunjars/pom.xml > URL: > http://svn.apache.org/viewcvs/incubator/tuscany/java/sca/bindings/sunja >rs/pom.xml?rev=405144&r1=405143&r2=405144&view=diff > ======================================================================= >======= --- incubator/tuscany/java/sca/bindings/sunjars/pom.xml > (original) +++ incubator/tuscany/java/sca/bindings/sunjars/pom.xml Mon > May 8 12:33:08 2006 @@ -30,18 +30,18 @@ > > > <properties> > - <celtix.version>1.0-SNAPSHOT</celtix.version> > + <celtix.version>1.0</celtix.version> > </properties> > <repositories> > <repository> > - <id>objectweb_snapshots</id> > - <name>ObjectWeb snapshot repo</name> > - <url>http://maven.objectweb.org/maven2-snapshot</url> > + <id>objectweb</id> > + <name>ObjectWeb repo</name> > + <url>http://maven.objectweb.org/maven2</url> > <releases> > <enabled>true</enabled> > </releases> > <snapshots> > - <enabled>true</enabled> > + <enabled>false</enabled> > </snapshots> > </repository> > </repositories> > > Modified: incubator/tuscany/java/testing/tomcat/build.xml > URL: > http://svn.apache.org/viewcvs/incubator/tuscany/java/testing/tomcat/bui >ld.xml?rev=405144&r1=405143&r2=405144&view=diff > ======================================================================= >======= --- incubator/tuscany/java/testing/tomcat/build.xml (original) > +++ incubator/tuscany/java/testing/tomcat/build.xml Mon May 8 12:33:08 > 2006 @@ -20,7 +20,7 @@ > <property file="${user.home}/build.properties" /> > <property name="wsbinding" value="axis2"/> > > - <property name="tuscany.acceptance.tomcat.version" > value='5.5.15' /> + <property > name="tuscany.acceptance.tomcat.version" value='5.5.16' /> <condition > property="tuscany.acceptance.tomcat.zipped" > value='apache-tomcat-${tuscany.acceptance.tomcat.version}.zip'> <os > family="windows"/> > </condition> > @@ -117,7 +117,7 @@ > <include > name="**/commons-codec/commons-codec/1.3/commons-codec-1.3.jar" /> > </patternset> > > - <property name="celtix.version" value="1.0-SNAPSHOT"/> > + <property name="celtix.version" value="1.0"/> > <patternset id="tuscany.acceptance.binding.celtix"> > <include > name="**/${tuscany.acceptance.bindings}/tuscany-binding-celtix/${tuscan >y.acceptance.version}/tuscany-binding-celtix-${tuscany.acceptance.versio >n}.jar" /> <include > name="**/org/objectweb/celtix/celtix-rt/${celtix.version}/celtix-rt-${c >eltix.version}.jar"/> -- J. Daniel Kulp [EMAIL PROTECTED]
