You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by wi...@apache.org on 2005/08/31 20:21:31 UTC

svn commit: r265541 - in /webservices/muse/trunk/src/examples/client: project.properties project.xml

Author: wire
Date: Wed Aug 31 11:21:28 2005
New Revision: 265541

URL: http://svn.apache.org/viewcvs?rev=265541&view=rev
Log:
This now is updated to use muse 1.0 dependencies

Modified:
    webservices/muse/trunk/src/examples/client/project.properties
    webservices/muse/trunk/src/examples/client/project.xml

Modified: webservices/muse/trunk/src/examples/client/project.properties
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/project.properties?rev=265541&r1=265540&r2=265541&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/client/project.properties (original)
+++ webservices/muse/trunk/src/examples/client/project.properties Wed Aug 31 11:21:28 2005
@@ -7,7 +7,7 @@
 # MAVEN CORE
 ##############
 # URL of JAR repository
-maven.repo.remote = http://www.apache.org/dist/java-repository/, http://cvs.apache.org/repository/, http://mirrors.sunsite.dk/maven/
+maven.repo.remote = http://www.apache.org/dist/java-repository/, http://cvs.apache.org/repository/, http://mirrors.sunsite.dk/maven/, http://people.apache.org/~wire/maven/
 
 #http://cvs.apache.org/repository/muse/jars/incubating-muse-0.5-SNAPSHOT.jar
 

Modified: webservices/muse/trunk/src/examples/client/project.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/project.xml?rev=265541&r1=265540&r2=265541&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/client/project.xml (original)
+++ webservices/muse/trunk/src/examples/client/project.xml Wed Aug 31 11:21:28 2005
@@ -1,17 +1,17 @@
 <project>
     <pomVersion>3</pomVersion>
-    <artifactId>wsdmclient</artifactId>
-    <name>wsdmclient</name>
-    <groupId>wsdmclient</groupId>
+    <artifactId>museclient</artifactId>
+    <name>museclient</name>
+    <groupId>museclient</groupId>
     <currentVersion>1.0</currentVersion>
     <organization>
         <name>Apache</name>
         <url>http://www.apache.org</url>
     </organization>
-    <inceptionYear>2004</inceptionYear>
+    <inceptionYear>2005</inceptionYear>
     <package>org.apache.ws</package>
     <logo>/images/logo.gif</logo>
-    <shortDescription>A client library for WSDM.</shortDescription>
+    <shortDescription>A client library for Muse.</shortDescription>
     <url>http://incubator.apache.org/muse</url>
     <issueTrackingUrl>https://ws-rp.hpsen.com/servlets/ProjectIssues</issueTrackingUrl>
     
@@ -34,20 +34,19 @@
             </roles>
             <timezone>-5</timezone>
         </developer>
+        <developer>
+            <name>Simeon Pinder</name>
+            <id>1</id>
+            <email>simeon.pinder@hp.com</email>
+            <organization>HP</organization>
+            <roles>
+                <role>Developer</role>
+            </roles>
+            <timezone>-5</timezone>
+        </developer>
     </developers>
-    <dependencies>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>muse-disk-types</artifactId>
-      <version>SNAPSHOT</version>
-      <url>http://incubator.apache.org/muse/</url>
-      <properties>
-        <license>ApacheLicense-2.0.txt</license>
-        <war.bundle>true</war.bundle>
-        <usage>Needed for Unit Tests. This "could" be eliminated and generated on the fly, but it would make the builds longer.</usage>
-      </properties>
-    </dependency>
 
+    <dependencies>
    <dependency>
       <groupId>addressing</groupId>
       <artifactId>addressing</artifactId>
@@ -55,50 +54,123 @@
       <url>http://ws.apache.org/ws-fx/addressing/</url>
       <properties>
         <license>ApacheLicense-2.0.txt</license>
-        <war.bundle>true</war.bundle>
         <usage>Provides support for WS-Addressing</usage>
+        <war.bundle>true</war.bundle>        
       </properties>
     </dependency>
-
+    
     <dependency>
       <groupId>ant</groupId>
       <artifactId>ant</artifactId>
       <version>1.6.2</version>
       <url>http://ant.apache.org/</url>
       <properties>
- 
+        <license>ApacheLicense-2.0.txt</license>
+        <usage>Needed for custom Ant tasks we've written for updating a Wsdd and running WsdmWsdl2Java</usage>
         <war.bundle>true</war.bundle>
       </properties>
     </dependency>
 
     <dependency>
-      <groupId>axis</groupId>
-      <artifactId>axis</artifactId>
-      <version>1.2-RC2</version>
-      <url>http://ws.apache.org/axis/</url>
+      <groupId>wsrf</groupId>
+      <artifactId>commonj-twm-api</artifactId>
+      <version>1.1</version>
+      <url>http://dev2dev.bea.com/technologies/commonj/twm/</url>
       <properties>
         <license>ApacheLicense-2.0.txt</license>
+        <usage>Timer APIs used for scheduled resource termination</usage>
         <war.bundle>true</war.bundle>
-        <usage>Needed for compiling Axis-specific impls in our codebase.  It is also needed for unit tests, etc.</usage>
+      </properties>
+    </dependency>
+        
+    <dependency>
+      <groupId>wsrf</groupId>
+      <artifactId>wsrf</artifactId>
+      <version>1.0</version>    
+      <url>http://ws.apache.org/ws-fx/wsrf/</url>
+      <properties>
+	<license>ApacheLicense-2.0.txt</license>
+	<usage>WSRF impl</usage>
+	<war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>wsrf</groupId>
+      <artifactId>wsa-xbeans</artifactId>
+      <version>SNAPSHOT</version>
+      <url>http://ws.apache.org/ws-fx/wsrf/</url>
+      <properties>
+	<license>ApacheLicense-2.0.txt</license>
+	<usage>Needed for handling requests. This contains the XmlBeans-generated code from the WSA XSDs. This "could" be eliminated and generated on the fly, but it would make the builds longer.</usage>
+	<war.bundle>true</war.bundle>
       </properties>
     </dependency>
 
     <dependency>
+      <groupId>wsrf</groupId>
+      <artifactId>wsrf-xbeans</artifactId>
+      <version>SNAPSHOT</version>
+      <url>http://ws.apache.org/ws-fx/wsrf/</url>
+      <properties>
+	<license>ApacheLicense-2.0.txt</license>
+	<usage>Needed for handling requests. This contains the XmlBeans-generated code from the WSRF WSDLs/XSDs. This "could" be eliminated and generated on the fly, but it would make the builds longer.</usage>
+	<war.bundle>true</war.bundle>
+       </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>1.2.8</version>
+      <url>http://logging.apache.org/log4j/</url>
+      <properties>
+        <license>ApacheLicense-2.0.txt</license>
+        <war.bundle>true</war.bundle>
+        <usage>Needed by Velocity.</usage>
+      </properties>
+    </dependency>
+    
+    <dependency>
+          <groupId>velocity</groupId>
+          <artifactId>velocity</artifactId>
+          <version>1.4</version>
+          <url>http://jakarta.apache.org/velocity/</url>
+          <properties>
+            <license>ApacheLicense-2.0.txt</license>
+            <usage>Templating engine used by Wsdl2Java,</usage>
+            <war.bundle>true</war.bundle>
+          </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>wsrf</groupId>
+      <artifactId>wsrf-jndi-config</artifactId>
+      <version>SNAPSHOT</version>
+      <url>http://ws.apache.org/ws-fx/wsrf/</url>
+      <properties>
+	<license>ApacheLicense-2.0.txt</license>
+	<war.bundle>true</war.bundle>
+	<usage>Needed for handling our JNDI XML config file via XmlBeans. This "could" be removed, but then we'd probably replace it with commons-config.  The reason we avoided that approach is that we leveredge XmlBeans extensively in our codebase.</usage>
+      </properties>
+    </dependency>
+    
+    <dependency>
       <groupId>axis</groupId>
-      <artifactId>axis-saaj</artifactId>
-      <version>1.2-RC2</version>
+      <artifactId>axis</artifactId>
+      <version>1.2.1</version>
       <url>http://ws.apache.org/axis/</url>
       <properties>
-        <license>BinaryCodeLicense-SaajApi.txt</license>
+        <license>ApacheLicense-2.0.txt</license>
         <war.bundle>true</war.bundle>
-        <usage>Needed for building classes that reference SAAJ APIs.</usage>
+        <usage>Needed for compiling Axis-specific impls in our codebase.  It is also needed for unit tests, etc.</usage>
       </properties>
     </dependency>
-
+    
     <dependency>
       <groupId>axis</groupId>
       <artifactId>axis-jaxrpc</artifactId>
-      <version>1.2-RC2</version>
+      <version>1.2</version>
       <url>http://ws.apache.org/axis/</url>
       <properties>
         <license>BinaryCodeLicense-JaxRpcApi.txt</license>
@@ -106,7 +178,41 @@
         <usage>Needed for building classes that reference JAX-RPC APIs.</usage>
       </properties>
     </dependency>
-
+    
+    <dependency>
+      <groupId>axis</groupId>
+      <artifactId>axis-saaj</artifactId>
+      <version>1.2</version>
+      <url>http://ws.apache.org/axis/</url>
+      <properties>
+        <license>BinaryCodeLicense-SaajApi.txt</license>
+        <war.bundle>true</war.bundle>
+        <usage>Needed for building classes that reference SAAJ APIs.</usage>
+      </properties>
+    </dependency>
+        
+       <dependency>
+          <groupId>commons-cli</groupId>
+          <artifactId>commons-cli</artifactId>
+          <version>1.0</version>
+          <url>http://jakarta.apache.org/commons/cli/</url>
+          <properties>
+            <license>ApacheLicense-2.0.txt</license>
+            <war.bundle>true</war.bundle>
+          </properties>
+    </dependency>
+    
+       <dependency>
+          <groupId>commons-collections</groupId>
+          <artifactId>commons-collections</artifactId>
+          <version>3.1</version>
+          <url>http://jakarta.apache.org/commons/collections/</url>
+          <properties>
+            <license>ApacheLicense-2.0.txt</license>
+            <war.bundle>true</war.bundle>
+          </properties>
+    </dependency>
+        
     <dependency>
       <groupId>commons-discovery</groupId>
       <artifactId>commons-discovery</artifactId>
@@ -115,11 +221,85 @@
       <properties>
         <license>ApacheLicense-2.0.txt</license>
         <war.bundle>true</war.bundle>
+        <usage>Needed by Axis.</usage>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-digester</groupId>
+      <artifactId>commons-digester</artifactId>
+      <version>1.6</version>
+      <url>http://jakarta.apache.org/commons/digester/</url>
+      <properties>
+        <license>ApacheLicense-2.0.txt</license>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-id</groupId>
+      <artifactId>commons-id</artifactId>
+      <version>0.1-dev</version>
+      <url>http://jakarta.apache.org/commons/sandbox/id/</url>
+      <properties>
+         <license>ApacheLicense-2.0.txt</license>
+         <usage>Library for generating UUIDs</usage>
+         <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>1.0</version>
+      <url>http://jakarta.apache.org/commons/io/</url>
+      <properties>
+         <license>ApacheLicense-2.0.txt</license>
+         <usage>Needed for general IO operations.</usage>
+         <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>directory-naming</groupId>
+      <artifactId>naming-core</artifactId>
+      <version>0.8</version>
+      <url>http://incubator.apache.org/directory/subprojects/naming/</url>
+      <properties>
+        <license>ApacheLicense-2.0.txt</license>
+        <scope>runtime-only</scope>
+        <usage>Provides an in-memory JNDI provider.</usage>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>directory-naming</groupId>
+      <artifactId>naming-factory</artifactId>
+      <version>0.8</version>
+      <url>http://incubator.apache.org/directory/subprojects/naming/</url>
+      <properties>
         <license>ApacheLicense-2.0.txt</license>
+        <scope>runtime-only</scope>
+        <usage>Provides an in-memory JNDI provider.</usage>
+        <war.bundle>true</war.bundle>
       </properties>
     </dependency>
 
     <dependency>
+      <groupId>directory-naming</groupId>
+      <artifactId>naming-java</artifactId>
+      <version>0.8</version>
+      <url>http://incubator.apache.org/directory/subprojects/naming/</url>
+      <properties>
+        <license>ApacheLicense-2.0.txt</license>
+        <scope>runtime, test</scope>
+        <usage>Provides an in-memory JNDI provider.</usage>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>        
+    
+    <dependency>
       <groupId>commons-httpclient</groupId>
       <artifactId>commons-httpclient</artifactId>
       <version>2.0.2</version>
@@ -130,7 +310,7 @@
         <usage>Needed for sending HTTP requests, i.e. Notifications.</usage>
       </properties>
     </dependency>
-
+    
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
@@ -143,7 +323,7 @@
         <usage>Needed for utility classes like StringUtils, ExceptionUtils etc.</usage>
       </properties>
     </dependency>
-
+    
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
@@ -152,10 +332,10 @@
       <properties>
         <license>ApacheLicense-2.0.txt</license>
         <war.bundle>true</war.bundle>
-       <usage>Needed for logging purposes.</usage>
+        <usage>Needed for logging purposes.</usage>
       </properties>
     </dependency>
-
+    
     <dependency>
       <groupId>concurrent</groupId>
       <artifactId>concurrent</artifactId>
@@ -167,57 +347,82 @@
         <usage>Needed for threading.</usage>
       </properties>
     </dependency>
-
-
-        <!-- dependency>
-            <groupId>hewlett-packard</groupId>
-            <artifactId>muws</artifactId>
-            <version>SNAPSHOT</version>
-            <type>jar</type>
-            <url>https://ws-rp.hpsen.com/</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency -->
-        
-   <dependency>
-      <groupId>ws-fx</groupId>
-      <artifactId>wsfx-xmlbeans</artifactId>
+    
+    <dependency>
+      <groupId>muse</groupId>
+      <artifactId>wsdm-xbeans</artifactId>
       <version>SNAPSHOT</version>
-      <url>http://ws.apache.org/ws-fx/</url>
+      <url>http://ws.apache.org/ws-fx/muse/</url>
       <properties>
         <license>ApacheLicense-2.0.txt</license>
         <war.bundle>true</war.bundle>
-        <usage>Needed for handling requests. This contains the XmlBean types generated from the spec WSDLs.  This "could" be eliminated and generated on the fly, but it would make the builds longer.</usage>
-     </properties>
+        <usage>Needed for Unit Tests. This "could" be eliminated and generated on the fly, but it would make the builds longer.</usage>
+      </properties>
     </dependency>
-        
+    
     <dependency>
-      <groupId>ws-fx</groupId>
-      <artifactId>wsfx-axis-types</artifactId>
+      <groupId>muse</groupId>
+      <artifactId>advertiser-xbeans</artifactId>
       <version>SNAPSHOT</version>
-      <url>http://ws.apache.org/ws-fx/</url>
+      <url>http://ws.apache.org/ws-fx/muse/</url>
       <properties>
         <license>ApacheLicense-2.0.txt</license>
         <war.bundle>true</war.bundle>
-        <usage>Needed for handling Axis requests. This contains the Axis-generated code from the spec wsdls.  This "could" be eliminated and generated on the fly, but it would make the builds longer.</usage>
+        <usage>Needed for Unit Tests. This "could" be eliminated and generated on the fly, but it would make the builds longer.</usage>
       </properties>
+    </dependency>    
+    
+    <dependency> 
+	<groupId>pubscribe</groupId>
+	<artifactId>wsn-xbeans</artifactId>
+	<version>SNAPSHOT</version>
+	<url>http://ws.apache.org/ws-fx/pubscribe/</url>
+	<properties>
+	    <license>ApacheLicense-2.0.txt</license>
+	    <usage>XMLBeans for WSN spec types</usage>
+	    <war.bundle>true</war.bundle>
+	</properties>
     </dependency>
-        
-     <dependency>
+    
+    <dependency> 
+	<groupId>pubscribe</groupId>
+	<artifactId>pubscribe</artifactId>
+	<version>1.0</version>
+	<url>http://ws.apache.org/ws-fx/pubscribe/</url>
+	<properties>
+	    <license>ApacheLicense-2.0.txt</license>
+	    <usage>Pubscribe WSN/WSE implementation</usage>
+	    <war.bundle>true</war.bundle>
+	</properties>
+    </dependency>    
+    
+    <dependency>
       <groupId>jaxen</groupId>
       <artifactId>jaxen</artifactId>
-      <version>1.1-beta-4</version>
+      <version>1.1-beta-3</version>
       <url>http://jaxen.org/</url>
       <properties>
         <license>WerkenPublicLicense-1.3.txt</license>
-        <war.bundle>true</war.bundle>
         <usage>Needed for handling XPath queries with XmlBeans.</usage>
+        <war.bundle>true</war.bundle>
+        <comment>We are maintaining beta-2 because -> beta-6 had an OutOfMemoryError when interacting with XmlCursor.select(..) when using our sushi ResourcePropSet</comment>
       </properties>
     </dependency>
 
-	<!-- dependency>
-       <groupId>junit</groupId>
+    <dependency>
+      <groupId>jetty</groupId>
+      <artifactId>org.mortbay.jetty</artifactId>
+      <version>4.2.24</version>
+      <url>http://jetty.mortbay.org/</url>
+      <properties>
+        <license>ApacheLicense-2.0.txt</license>
+        <war.bundle>false</war.bundle>
+        <usage>required by the JettyAxisServer class</usage>
+      </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>
       <url>http://www.junit.org/</url>
@@ -227,8 +432,8 @@
         <war.bundle>true</war.bundle>
         <usage>Needed for running unit tests.</usage>
       </properties>
-    </dependency -->
-
+    </dependency>
+    
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
@@ -240,14 +445,13 @@
         <usage>Needed (at runtime) for logging.</usage>
       </properties>
     </dependency>
-
+    
     <dependency>
       <groupId>servletapi</groupId>
       <artifactId>servletapi</artifactId>
       <version>2.3</version>
       <url>http://java.sun.com/products/servlet/</url>
-      <properties>
-        <license>BinaryCodeLicense-ServletApi.txt</license>
+      <properties>        
         <war.bundle>false</war.bundle>
         <usage>Needed to compile our servlet.</usage>
       </properties>
@@ -264,8 +468,8 @@
         <usage>Needed for working with WSDL files as objects.</usage>
       </properties>
     </dependency>
-
-   <dependency>
+        
+    <dependency>
       <groupId>xalan</groupId>
       <artifactId>xalan</artifactId>
       <version>2.4.1</version>
@@ -280,7 +484,7 @@
     <dependency>
       <groupId>xmlbeans</groupId>
       <artifactId>xbean</artifactId>
-      <version>v1HEAD-SNAPSHOT-20041129</version>
+      <version>2.0.0</version>
       <url>http://xmlbeans.apache.org/</url>
       <properties>
         <license>ApacheLicense-2.0.txt</license>
@@ -291,29 +495,39 @@
 
     <dependency>
       <groupId>xmlbeans</groupId>
-      <artifactId>xbean_xpath</artifactId>
-      <version>v1HEAD-SNAPSHOT-20041129</version>
+      <artifactId>xmlbeans-jsr173-api</artifactId>
+      <version>2.0-dev</version>
       <url>http://xmlbeans.apache.org/</url>
       <properties>
         <license>ApacheLicense-2.0.txt</license>
         <war.bundle>true</war.bundle>
-        <usage>XMLBeans - used throughout code base.</usage>
+        <usage>Needed for handling XML types in a platform agnostic way.</usage>
+      </properties>
+    </dependency>
+           
+    <dependency>
+      <groupId>muse</groupId>
+      <artifactId>muse</artifactId>
+      <version>1.0</version>    
+      <url>http://ws.apache.org/ws-fx/muse/</url>
+      <properties>
+	<license>ApacheLicense-2.0.txt</license>
+	<usage>Muse impl</usage>
+	<war.bundle>true</war.bundle>
       </properties>
     </dependency>
 
-	<dependency>
-	    <groupId>muse</groupId>
-	    <artifactId>incubating-muse</artifactId>
-	    <version>0.5-SNAPSHOT</version>
-	    <url>http://incubator.apache.org/muse/</url>
-	    <properties>
-	     <license>ApacheLicense-2.0.txt</license>
-	     <war.bundle>true</war.bundle>
-	     <usage>Needed for building disk-types.jar and client.</usage>
-	    </properties>
-	  </dependency>
+    <dependency>
+        <groupId>museclient</groupId>
+        <artifactId>testresource-xbeans</artifactId>
+        <version>1.0</version>
+        <type>jar</type>
+        <url>http://www.apache.org</url>
+    </dependency>
+
 
     </dependencies>
+
     <build>
         <sourceDirectory>src/java</sourceDirectory>
         <unitTestSourceDirectory>src/test</unitTestSourceDirectory>