You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2007/12/11 19:05:43 UTC

svn commit: r603317 - in /webservices/juddi/branches/v2.0rc5: ./ juddi-client/ juddi-web-lean/ juddi-web-lean/src/main/webapp/META-INF/ juddi-web/ juddi-web/src/main/webapp/META-INF/ juddi/ src/main/resources/META-INF/ src/site/xdoc/

Author: kstam
Date: Tue Dec 11 10:05:39 2007
New Revision: 603317

URL: http://svn.apache.org/viewvc?rev=603317&view=rev
Log:
Prep work for the 2.0rc5 release

Added:
    webservices/juddi/branches/v2.0rc5/juddi-web-lean/src/main/webapp/META-INF/
    webservices/juddi/branches/v2.0rc5/juddi-web-lean/src/main/webapp/META-INF/LICENSE
    webservices/juddi/branches/v2.0rc5/juddi-web/src/main/webapp/META-INF/
    webservices/juddi/branches/v2.0rc5/juddi-web/src/main/webapp/META-INF/LICENSE
    webservices/juddi/branches/v2.0rc5/src/main/resources/META-INF/
    webservices/juddi/branches/v2.0rc5/src/main/resources/META-INF/LICENSE
Modified:
    webservices/juddi/branches/v2.0rc5/README
    webservices/juddi/branches/v2.0rc5/juddi-client/pom.xml
    webservices/juddi/branches/v2.0rc5/juddi-web-lean/pom.xml
    webservices/juddi/branches/v2.0rc5/juddi-web/pom.xml
    webservices/juddi/branches/v2.0rc5/juddi/pom.xml
    webservices/juddi/branches/v2.0rc5/pom.xml
    webservices/juddi/branches/v2.0rc5/src/site/xdoc/releases.xml

Modified: webservices/juddi/branches/v2.0rc5/README
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v2.0rc5/README?rev=603317&r1=603316&r2=603317&view=diff
==============================================================================
--- webservices/juddi/branches/v2.0rc5/README (original)
+++ webservices/juddi/branches/v2.0rc5/README Tue Dec 11 10:05:39 2007
@@ -14,7 +14,78 @@
   
   
 jUDDI RELEASE NOTES
-                          
+         
+  Release Notes - jUDDI - Version 2.0rc5
+
+** Bug
+    * [JUDDI-5] - Incomplete FindQualifiers processing in queries
+    * [JUDDI-6] - find_business by tModelBag returns unexpected results
+    * [JUDDI-10] - Null ptr exception with find_service
+    * [JUDDI-12] - FindServiceByNameQuery doesn't obey findQualifiers
+    * [JUDDI-14] - possible issue with find_service using CategoryBag
+    * [JUDDI-30] - jUDDI fails to deploy on JOnAS 4.1
+    * [JUDDI-31] - Automatically generated discoveryURL is incorrect
+    * [JUDDI-33] - findTModel returns unexpected results when trying to filter results with categoryBag
+    * [JUDDI-35] - The bindingTemplate element does contain a categoryBag element but should not.
+    * [JUDDI-36] - jaxax.xml.registry.JAXRException:javax.xml.bind.UnmarshalException:Unexpected Element {urn:uddi-org:api_v2}:description
+    * [JUDDI-37] - Updating an existing tModel fails, and causes it to be removed from registry
+    * [JUDDI-41] - getTModelDetail bug
+    * [JUDDI-42] - FindRelatedBusinesses function miss businessKey
+    * [JUDDI-43] - IdentifierBag and CategoryBag should not be empty
+    * [JUDDI-50] - Pb with appendOrderBy() method of juddi/datastore/jdbc/FindServiceByNameQuery?
+    * [JUDDI-57] - delete_business | service | binding do not return problem keys in error text
+    * [JUDDI-58] - SOAP Fault Element is not qualified with the SOAP Envelope namespace
+    * [JUDDI-60] - Database tables accomodate only 2-character language codes
+    * [JUDDI-62] - LANG_CODE columns in Database DDL is too short
+    * [JUDDI-63] - jUDDI responses are missing XML heading: <?xml version="1.0" encoding="utf-8"?>
+    * [JUDDI-64] - bindingTemplate does not check empty description
+    * [JUDDI-65] - Searching for Business & Service by LANG_CODE shouldn't require exact match
+    * [JUDDI-66] - Ambiguous DispositionReport returned when invalid XML is sent in SOAP request.
+    * [JUDDI-67] - find_service should return matches when only businessKey is provided.
+    * [JUDDI-68] - ErrInfo element not found in E_success messages.
+    * [JUDDI-69] - The SharedRelationship class is missing support for the 'direction' attribute.
+    * [JUDDI-70] - FindBindingByTModelQuery returns bindingTemplates based on logical OR of tModel keys
+    * [JUDDI-76] - The acquireConnection method in ConnectionManager is spelled incorrectly
+    * [JUDDI-81] - UDDI v2-compliant registry should come with tModels preloaded
+    * [JUDDI-83] - jUDDI and MySQL 4.1 ubuntu release
+    * [JUDDI-97] - invoking a juddi method from a web service
+    * [JUDDI-98] - Result of sort by date is in reversed order in searching function.
+    * [JUDDI-103] -  Transient registry errors caused by jUDDI race condition
+    * [JUDDI-106] - xml:lang attribute is serialized without namespace
+    * [JUDDI-107] - Language code of the name attribute of the TModel is not handled correctly
+    * [JUDDI-111] - PUBLISHER table definition uses NULL in DB2 Database Script
+    * [JUDDI-112] - jUDDI console - saveBinding pulls up the wrong XML; saveBinding XML is incomplete
+    * [JUDDI-113] - jUDDI error in a transacted environment
+    * [JUDDI-114] - Classcast Exception on JBoss, Tomcat 6 on geronimo
+    * [JUDDI-115] - Problems with JUDDI Oracle scripts 
+    * [JUDDI-116] - Drop statements in create_database.sql scripts should be prefixed
+    * [JUDDI-117] - juddi / JBossESB MySQL/PostGres ACCESS_POINT_URL size
+    * [JUDDI-118] - Create two wars - one with axis jars (tomcat) one without (jboss)
+    * [JUDDI-119] - happyjuddi.jsp looking for stale dependencies
+
+** Improvement
+    * [JUDDI-59] - Rename ADMIN column of PUBLISHER table to support Firebird SQL
+
+** New Feature
+    * [JUDDI-52] - Make Registry Specific Request in JAXR
+    * [JUDDI-82] - Scripts to create a jUDDI DataSource using Informix Dynamic Server
+    * [JUDDI-101] - Axis2 Support
+    * [JUDDI-108] - Add ability to configure MessageFactory from juddi.properties
+
+
+
+** Task
+    * [JUDDI-102] - Convert site generation to Maven
+    * [JUDDI-104] - Add Maven2 support
+    * [JUDDI-105] - Adding option to create the database at runtime
+    * [JUDDI-120] - Update the docs, to reflect changes in setup
+    * [JUDDI-121] - Update settings from 0.9rc4 to 2.0rc5
+    * [JUDDI-123] - Rolling back Axis2 until we get a good axis2 build
+
+
+
+** Wish
+    * [JUDDI-74] - Make the Database tables used by jUDDI to be configurable                 
   Changes From 0.9.0rc1 to 0.9.0rc4
 
   X. It's been such a long time since 0.9rc1 

Modified: webservices/juddi/branches/v2.0rc5/juddi-client/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v2.0rc5/juddi-client/pom.xml?rev=603317&r1=603316&r2=603317&view=diff
==============================================================================
--- webservices/juddi/branches/v2.0rc5/juddi-client/pom.xml (original)
+++ webservices/juddi/branches/v2.0rc5/juddi-client/pom.xml Tue Dec 11 10:05:39 2007
@@ -7,20 +7,25 @@
   <parent>
     <groupId>org.apache.juddi</groupId>
     <artifactId>juddi-parent</artifactId>
-    <version>SNAPSHOT</version>
+    <version>2.0rc5</version>
   </parent>
 
   <artifactId>juddi-client</artifactId>
   <name>jUDDI-client</name>
   <groupId>org.apache.juddi</groupId>
-  <version>SNAPSHOT</version>
+  <version>2.0rc5</version>
   <description>The JAXR API</description>
   
   <packaging>jar</packaging>
   
   <build>
     <sourceDirectory>../src/main/java</sourceDirectory>
-    
+    <resources>
+      <resource>
+        <directory>../src/main/resources/META-INF</directory>
+        <targetPath>META-INF</targetPath>
+      </resource>
+    </resources>
     <plugins>
       <plugin>
         <artifactId>maven-install-plugin</artifactId>

Modified: webservices/juddi/branches/v2.0rc5/juddi-web-lean/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v2.0rc5/juddi-web-lean/pom.xml?rev=603317&r1=603316&r2=603317&view=diff
==============================================================================
--- webservices/juddi/branches/v2.0rc5/juddi-web-lean/pom.xml (original)
+++ webservices/juddi/branches/v2.0rc5/juddi-web-lean/pom.xml Tue Dec 11 10:05:39 2007
@@ -4,14 +4,14 @@
   <groupId>org.apache.juddi</groupId>
   <artifactId>juddi-web-lean</artifactId>
   <packaging>war</packaging>
-  <version>SNAPSHOT</version>
+  <version>2.0rc5</version>
   <name>juddi-web-lean Maven Webapp</name>
   <url>http://maven.apache.org</url>
   <dependencies>
     <dependency>
       <artifactId>juddi</artifactId>
       <groupId>org.apache.juddi</groupId>
-      <version>SNAPSHOT</version> 
+      <version>2.0rc5</version> 
       <exclusions>
         <exclusion>
           <groupId>commons-logging</groupId>
@@ -42,6 +42,22 @@
     </dependency> 
    
   </dependencies>
+    <distributionManagement>
+    <repository>
+      <id>apache-repo</id>
+      <name>Maven Central Repository</name>
+      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+    </repository>
+    <snapshotRepository>
+      <id>apache-snapshots</id>
+      <name>Apache Development Repository</name>
+      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+    </snapshotRepository>
+    <site>
+      <id>website</id>
+      <url>scpexe://people.apache.org/www/ws.apache.org/juddi/</url>
+    </site>
+  </distributionManagement>
   <build>
   <plugins>
 	<plugin>

Added: webservices/juddi/branches/v2.0rc5/juddi-web-lean/src/main/webapp/META-INF/LICENSE
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v2.0rc5/juddi-web-lean/src/main/webapp/META-INF/LICENSE?rev=603317&view=auto
==============================================================================
--- webservices/juddi/branches/v2.0rc5/juddi-web-lean/src/main/webapp/META-INF/LICENSE (added)
+++ webservices/juddi/branches/v2.0rc5/juddi-web-lean/src/main/webapp/META-INF/LICENSE Tue Dec 11 10:05:39 2007
@@ -0,0 +1,15 @@
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
\ No newline at end of file

Modified: webservices/juddi/branches/v2.0rc5/juddi-web/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v2.0rc5/juddi-web/pom.xml?rev=603317&r1=603316&r2=603317&view=diff
==============================================================================
--- webservices/juddi/branches/v2.0rc5/juddi-web/pom.xml (original)
+++ webservices/juddi/branches/v2.0rc5/juddi-web/pom.xml Tue Dec 11 10:05:39 2007
@@ -4,14 +4,14 @@
   <groupId>org.apache.juddi</groupId>
   <artifactId>juddi-web</artifactId>
   <packaging>war</packaging>
-  <version>SNAPSHOT</version>
+  <version>2.0rc5</version>
   <name>juddi-web Maven Webapp</name>
   <url>http://maven.apache.org</url>
   <dependencies>
    <dependency>
       <artifactId>juddi</artifactId>
       <groupId>org.apache.juddi</groupId>
-      <version>SNAPSHOT</version> 
+      <version>2.0rc5</version> 
        <exclusions>
        <exclusion>
            <groupId>javax.servlet</groupId>
@@ -262,7 +262,23 @@
     </dependency>
      -->
     
-  </dependencies>
+  </dependencies>
+   <distributionManagement>
+    <repository>
+      <id>apache-repo</id>
+      <name>Maven Central Repository</name>
+      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+    </repository>
+    <snapshotRepository>
+      <id>apache-snapshots</id>
+      <name>Apache Development Repository</name>
+      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+    </snapshotRepository>
+    <site>
+      <id>website</id>
+      <url>scpexe://people.apache.org/www/ws.apache.org/juddi/</url>
+    </site>
+  </distributionManagement>
   <build>
     <finalName>juddi</finalName>
   </build>

Added: webservices/juddi/branches/v2.0rc5/juddi-web/src/main/webapp/META-INF/LICENSE
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v2.0rc5/juddi-web/src/main/webapp/META-INF/LICENSE?rev=603317&view=auto
==============================================================================
--- webservices/juddi/branches/v2.0rc5/juddi-web/src/main/webapp/META-INF/LICENSE (added)
+++ webservices/juddi/branches/v2.0rc5/juddi-web/src/main/webapp/META-INF/LICENSE Tue Dec 11 10:05:39 2007
@@ -0,0 +1,15 @@
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
\ No newline at end of file

Modified: webservices/juddi/branches/v2.0rc5/juddi/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v2.0rc5/juddi/pom.xml?rev=603317&r1=603316&r2=603317&view=diff
==============================================================================
--- webservices/juddi/branches/v2.0rc5/juddi/pom.xml (original)
+++ webservices/juddi/branches/v2.0rc5/juddi/pom.xml Tue Dec 11 10:05:39 2007
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.apache.juddi</groupId>
     <artifactId>juddi-parent</artifactId>
-    <version>SNAPSHOT</version>
+    <version>2.0rc5</version>
   </parent>
   
   <name>jUDDI</name>
@@ -14,7 +14,7 @@
   <url>http://ws.apache.org/juddi/</url>
   <artifactId>juddi</artifactId>
   <groupId>org.apache.juddi</groupId>
-  <version>SNAPSHOT</version>
+  <version>2.0rc5</version>
   
   <packaging>jar</packaging>
    
@@ -24,6 +24,10 @@
       <resource>
         <directory>../src/main/resources</directory>
       </resource>
+      <resource>
+        <directory>../src/main/resources/META-INF</directory>
+        <targetPath>META-INF</targetPath>
+      </resource>
     </resources>
     <plugins>
       <plugin>
@@ -45,29 +49,6 @@
       <plugin>
         <artifactId>maven-clean-plugin</artifactId>
         <version>2.1</version>
-      </plugin>
-      <plugin>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <version>1.1</version>
-        <executions>
-          <execution>
-            <id>prepareLicenseFiles</id>
-            <phase>generate-resources</phase>
-            <goals>
-              <goal>run</goal>
-            </goals>
-            <configuration>
-              <tasks>
-                <copy todir="${project.build.outputDirectory}/META-INF">
-                  <fileset dir="${basedir}">
-                    <include name="LICENSE.txt"></include>
-                    <include name="NOTICE.txt"></include>
-                  </fileset>
-                </copy>
-              </tasks>
-            </configuration>
-          </execution>
-        </executions>
       </plugin>
       <plugin>
         <artifactId>maven-one-plugin</artifactId>

Modified: webservices/juddi/branches/v2.0rc5/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v2.0rc5/pom.xml?rev=603317&r1=603316&r2=603317&view=diff
==============================================================================
--- webservices/juddi/branches/v2.0rc5/pom.xml (original)
+++ webservices/juddi/branches/v2.0rc5/pom.xml Tue Dec 11 10:05:39 2007
@@ -6,7 +6,7 @@
   <packaging>pom</packaging>
   <groupId>org.apache.juddi</groupId>
   <artifactId>juddi-parent</artifactId>
-  <version>SNAPSHOT</version>
+  <version>2.0rc5</version>
   <name>jUDDI-parent</name>
   
   <description>jUDDI (pronounced "Judy") is an open source Java implementation of the Universal Description, Discovery, and Integration (UDDI) specification for Web Services.</description>
@@ -111,7 +111,6 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>jdepend-maven-plugin</artifactId>
-        <version>2.0-beta-1-SNAPSHOT</version>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>

Added: webservices/juddi/branches/v2.0rc5/src/main/resources/META-INF/LICENSE
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v2.0rc5/src/main/resources/META-INF/LICENSE?rev=603317&view=auto
==============================================================================
--- webservices/juddi/branches/v2.0rc5/src/main/resources/META-INF/LICENSE (added)
+++ webservices/juddi/branches/v2.0rc5/src/main/resources/META-INF/LICENSE Tue Dec 11 10:05:39 2007
@@ -0,0 +1,15 @@
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
\ No newline at end of file

Modified: webservices/juddi/branches/v2.0rc5/src/site/xdoc/releases.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v2.0rc5/src/site/xdoc/releases.xml?rev=603317&r1=603316&r2=603317&view=diff
==============================================================================
--- webservices/juddi/branches/v2.0rc5/src/site/xdoc/releases.xml (original)
+++ webservices/juddi/branches/v2.0rc5/src/site/xdoc/releases.xml Tue Dec 11 10:05:39 2007
@@ -15,13 +15,14 @@
           <td><strong>Description</strong></td>
         </tr>
 
-        <!--
-        <tr>
-          <td><link href="http://www.apache.org/dyn/closer.cgi/ws/juddi/0_9/">0.9</link></td>
-          <td>July 1, 2005</td>
-          <td>Final Version 0.9</td>
+		<tr>
+          <td><a href="http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/juddi/juddi/2.0rc5/juddi-2.0rc5.jar">juddi-2.0rc5.jar</a><br/>
+              <a href="http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/juddi/juddi-client/2.0rc5/juddi-client-2.0rc5.jar">juddi-client-2.0rc5.jar</a><br/>
+              <a href="http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/juddi/juddi-web/2.0rc5/juddi-web-2.0rc5.war">juddi-web-2.0rc5.war</a><br/>
+              <a href="http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/juddi/juddi-web-lean/2.0rc5/juddi-web-lean-2.0rc5.war">juddi-web-lean-2.0rc5.war</a></td>
+          <td>Dec 11, 2007</td>
+          <td>Release Candidate #5 for Version 2.0.(previously version 0.9)</td>
         </tr>
-        -->
 
         <tr>
           <td><a href="http://www.apache.org/dyn/closer.cgi/ws/juddi/0_9RC4/">0.9rc4</a></td>



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org