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 2009/02/05 16:14:00 UTC

svn commit: r741127 - in /webservices/juddi/trunk: ./ docs/ juddi-client/ juddi-distribution/ juddi-distribution/docs/ juddi-tomcat/

Author: kstam
Date: Thu Feb  5 15:13:59 2009
New Revision: 741127

URL: http://svn.apache.org/viewvc?rev=741127&view=rev
Log:
Keeping the trunk up2date with the changes on the 2.0rc6 branch

Added:
    webservices/juddi/trunk/juddi-distribution/LICENSE   (contents, props changed)
      - copied, changed from r736886, webservices/juddi/trunk/LICENSE
    webservices/juddi/trunk/juddi-distribution/MAVEN2-README
    webservices/juddi/trunk/juddi-distribution/RELEASE-NOTES-v0.9.txt   (with props)
    webservices/juddi/trunk/juddi-distribution/RELEASE-NOTES-v2.0.html
    webservices/juddi/trunk/juddi-distribution/docs/   (props changed)
      - copied from r736886, webservices/juddi/trunk/docs/
Removed:
    webservices/juddi/trunk/LICENSE
    webservices/juddi/trunk/README
    webservices/juddi/trunk/docs/
    webservices/juddi/trunk/gump.xml
Modified:
    webservices/juddi/trunk/juddi-client/pom.xml
    webservices/juddi/trunk/juddi-distribution/README
    webservices/juddi/trunk/juddi-distribution/assembly.xml
    webservices/juddi/trunk/juddi-distribution/pom.xml
    webservices/juddi/trunk/juddi-tomcat/build.xml
    webservices/juddi/trunk/juddi-tomcat/pom.xml

Modified: webservices/juddi/trunk/juddi-client/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-client/pom.xml?rev=741127&r1=741126&r2=741127&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-client/pom.xml (original)
+++ webservices/juddi/trunk/juddi-client/pom.xml Thu Feb  5 15:13:59 2009
@@ -22,6 +22,20 @@
     <sourceDirectory>../src/main/java</sourceDirectory>
     
     <plugins>
+       <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <version>2.0</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <attach>true</attach>
+        </configuration>
+      </plugin>
       <plugin>
         <artifactId>maven-install-plugin</artifactId>
         <version>2.1</version>

Copied: webservices/juddi/trunk/juddi-distribution/LICENSE (from r736886, webservices/juddi/trunk/LICENSE)
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-distribution/LICENSE?p2=webservices/juddi/trunk/juddi-distribution/LICENSE&p1=webservices/juddi/trunk/LICENSE&r1=736886&r2=741127&rev=741127&view=diff
==============================================================================
--- webservices/juddi/trunk/LICENSE (original)
+++ webservices/juddi/trunk/juddi-distribution/LICENSE Thu Feb  5 15:13:59 2009
@@ -1,5 +1,5 @@
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2009 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.

Propchange: webservices/juddi/trunk/juddi-distribution/LICENSE
------------------------------------------------------------------------------
    cvs2svn:cvs-rev = 1.5

Propchange: webservices/juddi/trunk/juddi-distribution/LICENSE
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: webservices/juddi/trunk/juddi-distribution/LICENSE
------------------------------------------------------------------------------
    svn:executable = *

Propchange: webservices/juddi/trunk/juddi-distribution/LICENSE
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: webservices/juddi/trunk/juddi-distribution/LICENSE
------------------------------------------------------------------------------
    svn:mergeinfo = 

Added: webservices/juddi/trunk/juddi-distribution/MAVEN2-README
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-distribution/MAVEN2-README?rev=741127&view=auto
==============================================================================
--- webservices/juddi/trunk/juddi-distribution/MAVEN2-README (added)
+++ webservices/juddi/trunk/juddi-distribution/MAVEN2-README Thu Feb  5 15:13:59 2009
@@ -0,0 +1,5 @@
+This module builds a zip that includes the WARs and JARs that are
+built within the jUDDI project.     Please run the following to package
+up the dependencies: 
+
+mvn assembly:attached

Modified: webservices/juddi/trunk/juddi-distribution/README
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-distribution/README?rev=741127&r1=741126&r2=741127&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-distribution/README (original)
+++ webservices/juddi/trunk/juddi-distribution/README Thu Feb  5 15:13:59 2009
@@ -1,5 +1,14 @@
-This module builds a zip that includes the WARs and JARs that are
-built within the jUDDI project.     Please run the following to package
-up the dependencies: 
+WELCOME TO jUDDI!  
 
-mvn assembly:attached
+  You'll find documentation in the docs/ directory.
+
+  Please read the RELEASE NOTES for details 
+  on the current release.
+
+  Thanks from the jUDDI development team for downloading 
+  the package; help us make it better by sending comments 
+  to juddi-dev@ws.apache.org. Subscribe to this list
+  by sending a message to the following email address:
+
+    juddi-dev-subscribe@ws.apache.org
+  
\ No newline at end of file

Added: webservices/juddi/trunk/juddi-distribution/RELEASE-NOTES-v0.9.txt
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-distribution/RELEASE-NOTES-v0.9.txt?rev=741127&view=auto
==============================================================================
--- webservices/juddi/trunk/juddi-distribution/RELEASE-NOTES-v0.9.txt (added)
+++ webservices/juddi/trunk/juddi-distribution/RELEASE-NOTES-v0.9.txt Thu Feb  5 15:13:59 2009
@@ -0,0 +1,287 @@
+  
+jUDDI RELEASE NOTES
+                          
+  Changes From 0.9.0rc1 to 0.9.0rc4
+
+  X. It's been such a long time since 0.9rc1 
+     was cut that there are simply way too many 
+     changes and improvements to list here.  We 
+     believe that virtually all of UDDI v2 is 
+     supported at this point.  
+     
+     Moving foreward, more the jUDDI project will
+     be releasing much more often and will include
+     careful tracking and reporting of changes and 
+     features will begin with the 0.9rc4 release.
+
+     If you would like to see a complete list of 
+     fixes and feature requests that have been 
+     addressed since jUDDI moved to the Apache
+     Web Services Project visit the issue 
+     tracker which can be found at the following URL:
+     
+     http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10401
+     
+  Changes From 0.8.0 to 0.9.0rc1
+
+  1. Added CategoryBag support to BindingTemplate
+     per UDDI v3 specification.
+
+  2. Addressed bug# 784297 by replacing use of JDBC
+     Statement with PreparedStatement so that all
+     SQL values are escaped by the JDBC driver.
+
+  3. Table creation scripts (DDL) have been added
+     for PostgreSQL DBMS. Contributed by Glenn
+     Bullock. (http://www.postgresql.org)
+
+  4. Table creation scripts (DDL) have been added
+     for the TotalXML XML Database. Contributed by
+     B. Subrahmanya Nayak (http://www.totalxml.net/)
+
+  5. Fixed bug# 796725, discarded authTokens
+     can be used to update the registry. A new
+     query is added to AuthTokenTable.java;
+     JDBCDataStore.java calls this query to
+     validate the authToken's state.
+
+  6. Replaced jUDDI's internal ConnectionPooling
+     with Jakarta Commons DBCP package. This type
+     of connection pooling is useful when using
+     the jUDDI WebApp (or simply the RegistryEngine)
+     in an environment where JNDI is not available.
+  
+  7. Moved Anou's encryption code into a new 
+     org.apache.juddi.cryptor package (from the
+     org.apache.juddi.auth.crypt package) so that
+     the functionality could be used elsewhere.
+     
+  8. Eliminated the need to subclass AuthenticatorFactory
+     and moved all Authenticator implementations 
+     up into the org.apache.juddi.auth package.
+     
+  9. Renamed SimpleAuthenticator to DefaultAuthenticator
+     to coincide with the "DefaultXxxx" naming 
+     convention used in other packages.
+     
+ 10. Renamed the default UUIDGen implementation 
+     from org.apache.juddi.uuidgen.QuickUUIDGen to 
+     DefaultUUIDGen (it remains in the same package).
+    
+ 11. Renamed the org.apache.juddi.client package to 
+     org.apache.juddi.proxy.
+     
+ 12. Eliminated the unimplemented org.apache.juddi.monitor.http
+     package.
+     
+ 13. Removed unimplemented links to jUDDI Admin 
+     and Browser from the jUDDI home page (index.html).
+     
+ 14. More bug fixes: http://ws.apache.org/juddi/bugs.html
+   
+ 15. Eliminated the need to subclass DataStoreFactory. Only
+     required to subclass DataStore. Updated JDBCDataStore and
+     removed the now-unneccessary JDBCDataStoreFactory.
+     
+ 16. Calls to the delete_tModel function no longer remove
+     the TModel from the TMODEL table, it is now simply 
+     marked as removed (see bug# 11) per the UDDI 
+     specification(s).
+     
+ 17. Updated underlying Axis implementation to ver 1.2 beta.
+ 
+ 18. Added a JBossAuthenticator donated by Antoni Reus
+ 
+ 19. HTTP GET requests to the three jUDDI endpoints (inquiry,
+     publish and admin) now return HTTP 405 Method Not 
+     Allowed error messages according to the HTTP 1.1 
+     specification. (see bug# JUDDI-23 for more info)
+ 
+ 20. Added functionality to support retreival of 
+     UDDI artifacts (business entity, business 
+     service, binding template and/or tmodel) via
+     http with calls to:
+     
+      http://host:port/juddi/uddiget.jsp?businesskey=
+      http://host:port/juddi/uddiget.jsp?servicekey=
+      http://host:port/juddi/uddiget.jsp?bindingkey=
+      http://host:port/juddi/uddiget.jsp?tmodelkey=    
+
+  Changes From 0.7.2 to 0.8.0
+
+  1. The version of Axis included with jUDDI is now
+     Axis 1.1 Final. The 'log4j.properties' file
+     that is bundled within axis.jar has been removed
+     to avoid conflicts with the log4j.properties
+     file in jUDDI's WEB-INF/classes directory.
+
+  2. Log4j is now accessed through Jakarta's
+     commons-logging package.
+
+  3. &lt;env-entry&gt; values for juddi.propsFile
+     and log4j.propsFile are no longer requred.
+     Instead the juddi.properties and
+     log4j.properties files are looked up in
+     the classpath.
+
+     This means that for the jUDDI webapp these
+     files should be located in the WEB-INF/lib
+     directory (they are copied from juddi/conf
+     into this directory the build process).
+
+  4. A jUDDI client has been added bringing
+     jUDDI full-circle back to being a UDDI
+     toolkit (beginnings of one). Take a look
+     at org.apache.juddi.registry.RegistryProxy
+     and also take a look at the contents of
+     the juddi/samples directory.
+
+  5. The beginnings of an admin API has been
+     introduced with the addition of four
+     jUDDI-proprietary API calls (which are
+     still under construction).
+
+         save_publisher
+         get_publisherDetail
+         delete_publisher
+         find_publisher
+
+     This introduced several new classes:
+
+       org.apache.juddidatatype.request.SavePublisher
+       org.apache.juddidatatype.request.GetPublisherDetail
+       org.apache.juddidatatype.request.DeletePublisher
+       org.apache.juddidatatype.request.FindPublisher
+       org.apache.juddidatatype.publisher.PublisherID
+       org.apache.juddidatatype.response.PublisherList
+       org.apache.juddidatatype.response.PublisherDetail
+       org.apache.juddidatatype.response.PublisherInfo
+       org.apache.juddidatatype.response.PublisherInfos
+
+	Handlers for each of the classes above have
+	also been created in the org.apache.juddihandlers
+	package.
+
+
+  6. Added support for the 'generic' attribute
+     to the UDDI Response messages (this was
+     being handled in the AxixRequestHandler).
+     Also updated all associated Handler
+     classes to marshal/unmarshal this value.
+
+  7. The org.apache.juddiregistry.functions package
+     was moved/renamted to org.apache.juddifunctions.
+
+  8. (bug-fix) Added a default constructor to
+     org.apache.juddidatatype.response.PublisherAssertions
+
+  9. (bug-fix) Added support for mashalling &
+     unmarshalling the 'operator' value to
+     org.apache.juddihandler.PublisherAssertionsHandler.
+
+ 10. Expanded the PUBLISHER table to support the
+     new jUDDI Admin API
+
+     *** THIS IS IMPORTANT TO NOTE AS ANY EXISTING
+     jUDDI IMPLEMENTATION WILL NEED TO MAKE THIS
+     CHANGE BEFORE USING THE MOST MOST RECENT JUDDI
+     SOURCE!!!
+
+     The 0.7.0 and 0.7.1 PUBLISHER table:
+
+	  CREATE TABLE PUBLISHER
+	  (
+	    PUBLISHER_ID VARCHAR(20) NOT NULL,
+	    PUBLISHER_NAME VARCHAR(255) NOT NULL,
+	    ADMIN VARCHAR(5) NULL,
+	    PRIMARY KEY (PUBLISHER_ID)
+	  );
+
+     The new PUBLISHER table:
+     (from ddl/juddi_mysql.ddl)
+
+	  CREATE TABLE PUBLISHER
+	  (
+	    PUBLISHER_ID VARCHAR(20) NOT NULL,
+	    PUBLISHER_NAME VARCHAR(255) NOT NULL,
+	    LAST_NAME VARCHAR(150) NULL,
+	    FIRST_NAME VARCHAR(100) NULL,
+	    MIDDLE_INIT VARCHAR(5) NULL,
+	    WORK_PHONE VARCHAR(50) NULL,
+	    MOBILE_PHONE VARCHAR(50) NULL,
+	    PAGER VARCHAR(50) NULL,
+	    EMAIL_ADDRESS VARCHAR(255) NULL,
+	    ADMIN VARCHAR(5) NULL,
+	    ENABLED VARCHAR(5) NULL,
+	    PRIMARY KEY (PUBLISHER_ID)
+	  );
+
+ 11. The following two methods have been removed
+     from the abstract 'Handler' class and all
+     subclasses (lots of them) and any imports
+     that were required by these methods.
+
+      RegistryObject unmarshal(SOAPElement e)
+      void marshal(RegistryObject o,SOAPElement e)
+
+     These were never completely implemented
+     or used by jUDDI.
+
+ 12. Added new 'test' and 'checkstyle' Ant
+     tasks.
+
+ 13. The happyjuddi.jsp page has been updated
+     with several great new 'debugging' features.
+
+ 14. When specifying a JNDI name for a JDBC
+     DataSource in jUDDI's juddi.properties file
+     you must now use a fully qualified name.
+
+      Old way (0.7.2 and earlier):
+
+        juddi.dataSource=jdbc/juddiDB
+
+      New way: (0.8.0 and later):
+
+        juddi.dataSource=java:comp/env/jdbc/juddiDB
+
+ 15. Both getGeneric() and setGeneric() methods were
+     added to the following list of classes in the
+     org.apache.juddidatatype.response package:
+
+	  AssertionStatusReport
+	  AuthToken
+	  BindingDetail
+	  BusinessDetail
+	  BusinessDetailExt
+	  BusinessList
+	  PublisherAssertions
+	  RegisteredInfo
+	  RelatedBusinessList
+	  ServiceDetail
+	  ServiceList
+	  TModelDetail
+	  TModelList
+
+	 The following handler classes from the
+	 the org.apache.juddihandler package were updated
+	 to marshal/unmarshal the new generic value.
+
+	  AssertionStatusReportHandler
+	  AuthTokenHandler
+	  BindingDetailHandler
+	  BusinessDetailHandler
+	  BusinessDetailExtHandler
+	  BusinessListHandler
+	  PublisherAssertionsHandler
+	  RegisteredInfoHandler
+	  RelatedBusinessListHandler
+	  ServiceDetailHandler
+	  ServiceListHandler
+	  TModelDetailHandler
+	  TModelListHandler
+
+   This value was being set in the AxisProcessor
+   (in org.apache.judditransport.axis). All associated
+   unit test methods within the XxxxHandler classes
+   were updated as well. 
\ No newline at end of file

Propchange: webservices/juddi/trunk/juddi-distribution/RELEASE-NOTES-v0.9.txt
------------------------------------------------------------------------------
    svn:executable = *

Added: webservices/juddi/trunk/juddi-distribution/RELEASE-NOTES-v2.0.html
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-distribution/RELEASE-NOTES-v2.0.html?rev=741127&view=auto
==============================================================================
--- webservices/juddi/trunk/juddi-distribution/RELEASE-NOTES-v2.0.html (added)
+++ webservices/juddi/trunk/juddi-distribution/RELEASE-NOTES-v2.0.html Thu Feb  5 15:13:59 2009
@@ -0,0 +1,186 @@
+
+     <h1>   Release Notes - jUDDI - Version 2.0rc6</h1>
+        
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-109'>JUDDI-109</a>] -         jUDDI server does not work with Axis2 libraries
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-110'>JUDDI-110</a>] -         jUDDI console does not with Axis2 libraries
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-126'>JUDDI-126</a>] -         Issues publishing an external taxonomy
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-128'>JUDDI-128</a>] -         Connections leak at org.apache.juddi.registry.RegistryEngine.initializeDatabase(RegistryEngine.java:249)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-129'>JUDDI-129</a>] -         Paths in juddi-web to servlets is wrong.
+</li>
+</ul>
+    
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-125'>JUDDI-125</a>] -         Please reference Subversion source repository on project web page http://ws.apache.org/juddi/source-repository.html
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-127'>JUDDI-127</a>] -         Add mssql database schema files to juddi
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-130'>JUDDI-130</a>] -         Add tomcat bundle w/juddi
+</li>
+</ul>
+    
+<h2>        New Feature
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-48'>JUDDI-48</a>] -         Ant tasks for managing juddi repository
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-169'>JUDDI-169</a>] -         Add support the Ingres RDBMS
+</li>
+</ul>
+                
+<h2>        Task
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-124'>JUDDI-124</a>] -         Remove ant scripts from the project
+</li>
+</ul>
+            
+
+
+
+     <h1>   Release Notes - jUDDI - Version 2.0rc5</h1>
+        
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-5'>JUDDI-5</a>] -         Incomplete FindQualifiers processing in queries
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-6'>JUDDI-6</a>] -         find_business by tModelBag returns unexpected results
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-10'>JUDDI-10</a>] -         Null ptr exception with find_service
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-12'>JUDDI-12</a>] -         FindServiceByNameQuery doesn't obey findQualifiers
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-14'>JUDDI-14</a>] -         possible issue with find_service using CategoryBag
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-30'>JUDDI-30</a>] -         jUDDI fails to deploy on JOnAS 4.1
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-31'>JUDDI-31</a>] -         Automatically generated discoveryURL is incorrect
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-33'>JUDDI-33</a>] -         findTModel returns unexpected results when trying to filter results with categoryBag
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-35'>JUDDI-35</a>] -         The bindingTemplate element does contain a categoryBag element but should not.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-36'>JUDDI-36</a>] -         jaxax.xml.registry.JAXRException:javax.xml.bind.UnmarshalException:Unexpected Element {urn:uddi-org:api_v2}:description
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-37'>JUDDI-37</a>] -         Updating an existing tModel fails, and causes it to be removed from registry
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-41'>JUDDI-41</a>] -         getTModelDetail bug
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-42'>JUDDI-42</a>] -         FindRelatedBusinesses function miss businessKey
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-43'>JUDDI-43</a>] -         IdentifierBag and CategoryBag should not be empty
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-50'>JUDDI-50</a>] -         Pb with appendOrderBy() method of juddi/datastore/jdbc/FindServiceByNameQuery?
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-57'>JUDDI-57</a>] -         delete_business | service | binding do not return problem keys in error text
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-58'>JUDDI-58</a>] -         SOAP Fault Element is not qualified with the SOAP Envelope namespace
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-60'>JUDDI-60</a>] -         Database tables accomodate only 2-character language codes
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-62'>JUDDI-62</a>] -         LANG_CODE columns in Database DDL is too short
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-63'>JUDDI-63</a>] -         jUDDI responses are missing XML heading: &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-64'>JUDDI-64</a>] -         bindingTemplate does not check empty description
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-65'>JUDDI-65</a>] -         Searching for Business &amp; Service by LANG_CODE shouldn't require exact match
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-66'>JUDDI-66</a>] -         Ambiguous DispositionReport returned when invalid XML is sent in SOAP request.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-67'>JUDDI-67</a>] -         find_service should return matches when only businessKey is provided.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-68'>JUDDI-68</a>] -         ErrInfo element not found in E_success messages.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-69'>JUDDI-69</a>] -         The SharedRelationship class is missing support for the 'direction' attribute.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-70'>JUDDI-70</a>] -         FindBindingByTModelQuery returns bindingTemplates based on logical OR of tModel keys
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-76'>JUDDI-76</a>] -         The acquireConnection method in ConnectionManager is spelled incorrectly
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-81'>JUDDI-81</a>] -         UDDI v2-compliant registry should come with tModels preloaded
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-83'>JUDDI-83</a>] -         jUDDI and MySQL 4.1 ubuntu release
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-97'>JUDDI-97</a>] -         invoking a juddi method from a web service
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-98'>JUDDI-98</a>] -         Result of sort by date is in reversed order in searching function.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-103'>JUDDI-103</a>] -          Transient registry errors caused by jUDDI race condition
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-106'>JUDDI-106</a>] -         xml:lang attribute is serialized without namespace
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-107'>JUDDI-107</a>] -         Language code of the name attribute of the TModel is not handled correctly
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-111'>JUDDI-111</a>] -         PUBLISHER table definition uses NULL in DB2 Database Script
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-112'>JUDDI-112</a>] -         jUDDI console - saveBinding pulls up the wrong XML; saveBinding XML is incomplete
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-113'>JUDDI-113</a>] -         jUDDI error in a transacted environment
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-114'>JUDDI-114</a>] -         Classcast Exception on JBoss, Tomcat 6 on geronimo
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-115'>JUDDI-115</a>] -         Problems with JUDDI Oracle scripts 
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-116'>JUDDI-116</a>] -         Drop statements in create_database.sql scripts should be prefixed
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-117'>JUDDI-117</a>] -         juddi / JBossESB MySQL/PostGres ACCESS_POINT_URL size
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-118'>JUDDI-118</a>] -         Create two wars - one with axis jars (tomcat) one without (jboss)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-119'>JUDDI-119</a>] -         happyjuddi.jsp looking for stale dependencies
+</li>
+</ul>
+    
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-59'>JUDDI-59</a>] -         Rename ADMIN column of PUBLISHER table to support Firebird SQL
+</li>
+</ul>
+    
+<h2>        New Feature
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-52'>JUDDI-52</a>] -         Make Registry Specific Request in JAXR
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-82'>JUDDI-82</a>] -         Scripts to create a jUDDI DataSource using Informix Dynamic Server
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-101'>JUDDI-101</a>] -         Axis2 Support
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-108'>JUDDI-108</a>] -         Add ability to configure MessageFactory from juddi.properties
+</li>
+</ul>
+                
+<h2>        Task
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-102'>JUDDI-102</a>] -         Convert site generation to Maven
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-104'>JUDDI-104</a>] -         Add Maven2 support
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-105'>JUDDI-105</a>] -         Adding option to create the database at runtime
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-120'>JUDDI-120</a>] -         Update the docs, to reflect changes in setup
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-121'>JUDDI-121</a>] -         Update settings from 0.9rc4 to 2.0rc5
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-123'>JUDDI-123</a>] -         Rolling back Axis2 until we get a good axis2 build
+</li>
+</ul>
+            
+<h2>        Wish
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-74'>JUDDI-74</a>] -         Make the Database tables used by jUDDI to be configurable
+</li>
+</ul>

Modified: webservices/juddi/trunk/juddi-distribution/assembly.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-distribution/assembly.xml?rev=741127&r1=741126&r2=741127&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-distribution/assembly.xml (original)
+++ webservices/juddi/trunk/juddi-distribution/assembly.xml Thu Feb  5 15:13:59 2009
@@ -10,4 +10,14 @@
 		</includes>
 	</dependencySet>
   </dependencySets>
+   <fileSets>
+    <fileSet>
+      <includes>
+        <include>LICENSE</include>
+        <include>README</include>
+        <include>RELEASE-NOTES*.*</include>
+        <include>docs/**</include>
+      </includes>
+    </fileSet>
+  </fileSets>
 </assembly>

Propchange: webservices/juddi/trunk/juddi-distribution/docs/
------------------------------------------------------------------------------
    svn:mergeinfo = 

Modified: webservices/juddi/trunk/juddi-distribution/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-distribution/pom.xml?rev=741127&r1=741126&r2=741127&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-distribution/pom.xml (original)
+++ webservices/juddi/trunk/juddi-distribution/pom.xml Thu Feb  5 15:13:59 2009
@@ -9,7 +9,7 @@
   <groupId>org.apache.juddi</groupId>
   <artifactId>juddi-distribution</artifactId>
   <version>2.0rc6</version>
-  <name>juddi-tomcat Maven Packaging</name>
+  <name>jUDDI binary distro</name>
   <url>http://maven.apache.org</url>
   <dependencies>
     <dependency>

Modified: webservices/juddi/trunk/juddi-tomcat/build.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-tomcat/build.xml?rev=741127&r1=741126&r2=741127&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-tomcat/build.xml (original)
+++ webservices/juddi/trunk/juddi-tomcat/build.xml Thu Feb  5 15:13:59 2009
@@ -35,7 +35,7 @@
 	</target>
 	
 	<target name="package-tomcat" depends="copy-resources">
-		<zip destfile="target/juddi-tomcat-bundle.zip" 
+		<zip destfile="target/juddi-tomcat.zip" 
 			basedir="target/tomcat"/>
 			
 	</target>

Modified: webservices/juddi/trunk/juddi-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-tomcat/pom.xml?rev=741127&r1=741126&r2=741127&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-tomcat/pom.xml (original)
+++ webservices/juddi/trunk/juddi-tomcat/pom.xml Thu Feb  5 15:13:59 2009
@@ -9,7 +9,7 @@
   <groupId>org.apache.juddi</groupId>
   <artifactId>juddi-tomcat</artifactId>
   <version>SNAPSHOT</version>
-  <name>juddi-tomcat Maven Packaging</name>
+  <name>juddi-tomcat packaging</name>
   <url>http://maven.apache.org</url>
   <dependencies>
     <dependency>



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