You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by Kurt T Stam <ku...@gmail.com> on 2009/02/11 22:58:03 UTC

[VOTE] jUDDI-3.0.0.alpha preview release

This is a vote for releasing jUDDI-3.0.0.alpha preview release. This 
vote will be open for 72 hours.

The project branch lives in SVN under:

http://svn.apache.org/repos/asf/webservices/juddi/branches/v3_trunk/

or using viewvc

http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk

The release artifacts can be found at:

http://people.apache.org/~kstam/releases/juddi-3.0.0.alpha

Major features:

    - UDDIv3 support; this release implements the Inquiry, Publish and 
Security APIs
    - JPA in the backend (plugin your favorite persistence provider, 
Hibernate, OpenJPA)
    - JAX-WS and JAXB on the frontend (plugin your favorite WS stack, 
CXF, Axis2)
    - jUDDI-tomcat bundle with CXF and Derby embedded database.
    - UDDI-client library.
    - User and Developer Documention guides.


Release Notes - jUDDI - Version 3.0.0.alpha

Bug

    * [JUDDI-142] - JPA retrievals result in sporadic ordering of 
collections
    * [JUDDI-162] - Block off unimplemented API's with 
DispositionFaultReports
    * [JUDDI-163] - Need to do something about v2 requests received by v3
    * [JUDDI-165] - Remove juddi-web, add juddi-axis
    * [JUDDI-167] - Modify pom.xml, move hibernate/openjpa profiles to 
top level, remove top level dependencies
    * [JUDDI-173] - WS marshalling exception
    * [JUDDI-179] - Building jUDDI Tomcat Packaging fails on build machine
    * [JUDDI-186] - Failing unittests on the uddi-client module

Improvement

    * [JUDDI-18] - Reduce the use of the Singleton pattern
    * [JUDDI-47] - Make juddi a J2EE 1.4 compliant Web Service
    * [JUDDI-71] - Integrating JUDDI in a managed environment
    * [JUDDI-176] - configure derby to create it's database files in the 
target directory

New Feature

    * [JUDDI-171] - Add uddi-client
    * [JUDDI-172] - In the juddi-client - convert cargo to use the 
juddi-tomcat module.

Task

    * [JUDDI-122] - After Axis2 goes in go through a dependency check
    * [JUDDI-132] - Add persistenceManager
    * [JUDDI-135] - Create a tomcat bundle
    * [JUDDI-137] - Add unittest frame work which can use the 
persistence layer
    * [JUDDI-143] - Add documentation on Dev and user Setup, and features
    * [JUDDI-145] - Adjust model to meet UDD v3 requirements
    * [JUDDI-154] - Create launcher for tests
    * [JUDDI-155] - Create installation process
    * [JUDDI-158] - Need a profile so that we can switch between testing 
hibernate and OpenJPA
    * [JUDDI-159] - Implement category searching
    * [JUDDI-160] - Need release metadata
    * [JUDDI-168] - Clean up UUID code
    * [JUDDI-174] - Switch cargo to different port
    * [JUDDI-180] - Add release profile to the maven build for signing 
our release artifacts
    * [JUDDI-187] - Updating AuthenticationTest and Adding documentation 
on the new Authentication Approach



My Vote +1

Cheers

Kurt

kstam@apache.org





Re: [VOTE] jUDDI-3.0.0.alpha preview release

Posted by Marcos Vinícius de Paiva Célio <vi...@gmail.com>.
My vote is +1 definitely.

2009/2/11 Steve Viens <st...@viens.net>

> +1 from me as well.
>
>
> On 2/11/09, Kurt T Stam <ku...@gmail.com> wrote:
>>
>> This is a vote for releasing jUDDI-3.0.0.alpha preview release. This vote
>> will be open for 72 hours.
>>
>> The project branch lives in SVN under:
>>
>> http://svn.apache.org/repos/asf/webservices/juddi/branches/v3_trunk/
>>
>> or using viewvc
>>
>> http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk
>>
>> The release artifacts can be found at:
>>
>> http://people.apache.org/~kstam/releases/juddi-3.0.0.alpha
>>
>> Major features:
>>
>>   - UDDIv3 support; this release implements the Inquiry, Publish and
>> Security APIs
>>   - JPA in the backend (plugin your favorite persistence provider,
>> Hibernate, OpenJPA)
>>   - JAX-WS and JAXB on the frontend (plugin your favorite WS stack, CXF,
>> Axis2)
>>   - jUDDI-tomcat bundle with CXF and Derby embedded database.
>>   - UDDI-client library.
>>   - User and Developer Documention guides.
>>
>>
>> Release Notes - jUDDI - Version 3.0.0.alpha
>>
>> Bug
>>
>>   * [JUDDI-142] - JPA retrievals result in sporadic ordering of
>> collections
>>   * [JUDDI-162] - Block off unimplemented API's with
>> DispositionFaultReports
>>   * [JUDDI-163] - Need to do something about v2 requests received by v3
>>   * [JUDDI-165] - Remove juddi-web, add juddi-axis
>>   * [JUDDI-167] - Modify pom.xml, move hibernate/openjpa profiles to top
>> level, remove top level dependencies
>>   * [JUDDI-173] - WS marshalling exception
>>   * [JUDDI-179] - Building jUDDI Tomcat Packaging fails on build machine
>>   * [JUDDI-186] - Failing unittests on the uddi-client module
>>
>> Improvement
>>
>>   * [JUDDI-18] - Reduce the use of the Singleton pattern
>>   * [JUDDI-47] - Make juddi a J2EE 1.4 compliant Web Service
>>   * [JUDDI-71] - Integrating JUDDI in a managed environment
>>   * [JUDDI-176] - configure derby to create it's database files in the
>> target directory
>>
>> New Feature
>>
>>   * [JUDDI-171] - Add uddi-client
>>   * [JUDDI-172] - In the juddi-client - convert cargo to use the
>> juddi-tomcat module.
>>
>> Task
>>
>>   * [JUDDI-122] - After Axis2 goes in go through a dependency check
>>   * [JUDDI-132] - Add persistenceManager
>>   * [JUDDI-135] - Create a tomcat bundle
>>   * [JUDDI-137] - Add unittest frame work which can use the persistence
>> layer
>>   * [JUDDI-143] - Add documentation on Dev and user Setup, and features
>>   * [JUDDI-145] - Adjust model to meet UDD v3 requirements
>>   * [JUDDI-154] - Create launcher for tests
>>   * [JUDDI-155] - Create installation process
>>   * [JUDDI-158] - Need a profile so that we can switch between testing
>> hibernate and OpenJPA
>>   * [JUDDI-159] - Implement category searching
>>   * [JUDDI-160] - Need release metadata
>>   * [JUDDI-168] - Clean up UUID code
>>   * [JUDDI-174] - Switch cargo to different port
>>   * [JUDDI-180] - Add release profile to the maven build for signing our
>> release artifacts
>>   * [JUDDI-187] - Updating AuthenticationTest and Adding documentation on
>> the new Authentication Approach
>>
>>
>>
>> My Vote +1
>>
>> Cheers
>>
>> Kurt
>>
>> kstam@apache.org
>>
>>
>>
>>
>>
>


-- 
At.
Marcos Vinícius
55 19 93545207

Re: [VOTE] jUDDI-3.0.0.alpha preview release

Posted by Steve Viens <st...@viens.net>.
+1 from me as well.

On 2/11/09, Kurt T Stam <ku...@gmail.com> wrote:
>
> This is a vote for releasing jUDDI-3.0.0.alpha preview release. This vote
> will be open for 72 hours.
>
> The project branch lives in SVN under:
>
> http://svn.apache.org/repos/asf/webservices/juddi/branches/v3_trunk/
>
> or using viewvc
>
> http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk
>
> The release artifacts can be found at:
>
> http://people.apache.org/~kstam/releases/juddi-3.0.0.alpha
>
> Major features:
>
>   - UDDIv3 support; this release implements the Inquiry, Publish and
> Security APIs
>   - JPA in the backend (plugin your favorite persistence provider,
> Hibernate, OpenJPA)
>   - JAX-WS and JAXB on the frontend (plugin your favorite WS stack, CXF,
> Axis2)
>   - jUDDI-tomcat bundle with CXF and Derby embedded database.
>   - UDDI-client library.
>   - User and Developer Documention guides.
>
>
> Release Notes - jUDDI - Version 3.0.0.alpha
>
> Bug
>
>   * [JUDDI-142] - JPA retrievals result in sporadic ordering of collections
>   * [JUDDI-162] - Block off unimplemented API's with
> DispositionFaultReports
>   * [JUDDI-163] - Need to do something about v2 requests received by v3
>   * [JUDDI-165] - Remove juddi-web, add juddi-axis
>   * [JUDDI-167] - Modify pom.xml, move hibernate/openjpa profiles to top
> level, remove top level dependencies
>   * [JUDDI-173] - WS marshalling exception
>   * [JUDDI-179] - Building jUDDI Tomcat Packaging fails on build machine
>   * [JUDDI-186] - Failing unittests on the uddi-client module
>
> Improvement
>
>   * [JUDDI-18] - Reduce the use of the Singleton pattern
>   * [JUDDI-47] - Make juddi a J2EE 1.4 compliant Web Service
>   * [JUDDI-71] - Integrating JUDDI in a managed environment
>   * [JUDDI-176] - configure derby to create it's database files in the
> target directory
>
> New Feature
>
>   * [JUDDI-171] - Add uddi-client
>   * [JUDDI-172] - In the juddi-client - convert cargo to use the
> juddi-tomcat module.
>
> Task
>
>   * [JUDDI-122] - After Axis2 goes in go through a dependency check
>   * [JUDDI-132] - Add persistenceManager
>   * [JUDDI-135] - Create a tomcat bundle
>   * [JUDDI-137] - Add unittest frame work which can use the persistence
> layer
>   * [JUDDI-143] - Add documentation on Dev and user Setup, and features
>   * [JUDDI-145] - Adjust model to meet UDD v3 requirements
>   * [JUDDI-154] - Create launcher for tests
>   * [JUDDI-155] - Create installation process
>   * [JUDDI-158] - Need a profile so that we can switch between testing
> hibernate and OpenJPA
>   * [JUDDI-159] - Implement category searching
>   * [JUDDI-160] - Need release metadata
>   * [JUDDI-168] - Clean up UUID code
>   * [JUDDI-174] - Switch cargo to different port
>   * [JUDDI-180] - Add release profile to the maven build for signing our
> release artifacts
>   * [JUDDI-187] - Updating AuthenticationTest and Adding documentation on
> the new Authentication Approach
>
>
>
> My Vote +1
>
> Cheers
>
> Kurt
>
> kstam@apache.org
>
>
>
>
>

RE: [VOTE] jUDDI-3.0.0.alpha preview release

Posted by Jeff Faath <jf...@apache.org>.
+1.  Great work team.

-----Original Message-----
From: Kurt T Stam [mailto:kurt.stam@gmail.com] 
Sent: Wednesday, February 11, 2009 3:58 PM
To: juddi-dev@ws.apache.org; general@ws.apache.org
Subject: [VOTE] jUDDI-3.0.0.alpha preview release

This is a vote for releasing jUDDI-3.0.0.alpha preview release. This 
vote will be open for 72 hours.

The project branch lives in SVN under:

http://svn.apache.org/repos/asf/webservices/juddi/branches/v3_trunk/

or using viewvc

http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk

The release artifacts can be found at:

http://people.apache.org/~kstam/releases/juddi-3.0.0.alpha

Major features:

    - UDDIv3 support; this release implements the Inquiry, Publish and 
Security APIs
    - JPA in the backend (plugin your favorite persistence provider, 
Hibernate, OpenJPA)
    - JAX-WS and JAXB on the frontend (plugin your favorite WS stack, 
CXF, Axis2)
    - jUDDI-tomcat bundle with CXF and Derby embedded database.
    - UDDI-client library.
    - User and Developer Documention guides.


Release Notes - jUDDI - Version 3.0.0.alpha

Bug

    * [JUDDI-142] - JPA retrievals result in sporadic ordering of 
collections
    * [JUDDI-162] - Block off unimplemented API's with 
DispositionFaultReports
    * [JUDDI-163] - Need to do something about v2 requests received by v3
    * [JUDDI-165] - Remove juddi-web, add juddi-axis
    * [JUDDI-167] - Modify pom.xml, move hibernate/openjpa profiles to 
top level, remove top level dependencies
    * [JUDDI-173] - WS marshalling exception
    * [JUDDI-179] - Building jUDDI Tomcat Packaging fails on build machine
    * [JUDDI-186] - Failing unittests on the uddi-client module

Improvement

    * [JUDDI-18] - Reduce the use of the Singleton pattern
    * [JUDDI-47] - Make juddi a J2EE 1.4 compliant Web Service
    * [JUDDI-71] - Integrating JUDDI in a managed environment
    * [JUDDI-176] - configure derby to create it's database files in the 
target directory

New Feature

    * [JUDDI-171] - Add uddi-client
    * [JUDDI-172] - In the juddi-client - convert cargo to use the 
juddi-tomcat module.

Task

    * [JUDDI-122] - After Axis2 goes in go through a dependency check
    * [JUDDI-132] - Add persistenceManager
    * [JUDDI-135] - Create a tomcat bundle
    * [JUDDI-137] - Add unittest frame work which can use the 
persistence layer
    * [JUDDI-143] - Add documentation on Dev and user Setup, and features
    * [JUDDI-145] - Adjust model to meet UDD v3 requirements
    * [JUDDI-154] - Create launcher for tests
    * [JUDDI-155] - Create installation process
    * [JUDDI-158] - Need a profile so that we can switch between testing 
hibernate and OpenJPA
    * [JUDDI-159] - Implement category searching
    * [JUDDI-160] - Need release metadata
    * [JUDDI-168] - Clean up UUID code
    * [JUDDI-174] - Switch cargo to different port
    * [JUDDI-180] - Add release profile to the maven build for signing 
our release artifacts
    * [JUDDI-187] - Updating AuthenticationTest and Adding documentation 
on the new Authentication Approach



My Vote +1

Cheers

Kurt

kstam@apache.org






Re: [VOTE - passed] jUDDI-3.0.0.alpha preview release

Posted by Kurt T Stam <ku...@gmail.com>.
Thanks guys, looks like the vote passed 5-0. I will announce the release 
on the user list shortly.

--Kurt

Anil Saldhana wrote:
> Nice work.  +1.
>
>
> --- On *Thu, 2/12/09, Tom Cunningham /<tc...@redhat.com>/* wrote:
>
>     From: Tom Cunningham <tc...@redhat.com>
>     Subject: Re: [VOTE] jUDDI-3.0.0.alpha preview release
>     To: juddi-dev@ws.apache.org
>     Date: Thursday, February 12, 2009, 8:11 AM
>
>     +1!
>
>     Kurt T Stam wrote:
>     > This is a vote for releasing jUDDI-3.0.0.alpha preview release. This vote
>     will be open for 72 hours.
>     > 
>     > The project branch lives in SVN under:
>     > 
>     > http://svn.apache.org/repos/asf/webservices/juddi/branches/v3_trunk/
>     > 
>     > or using viewvc
>     > 
>     > http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk
>     > 
>     > The release artifacts can be found
>      at:
>     > 
>     > http://people.apache.org/~kstam/releases/juddi-3.0.0.alpha
>     > 
>     > Major features:
>     > 
>     >    - UDDIv3 support; this release implements the Inquiry, Publish and
>     Security APIs
>     >    - JPA in the backend (plugin your favorite persistence provider,
>     Hibernate, OpenJPA)
>     >    - JAX-WS and JAXB on the frontend (plugin your favorite WS stack, CXF,
>     Axis2)
>     >    - jUDDI-tomcat bundle with CXF and Derby embedded database.
>     >    - UDDI-client library.
>     >    - User and Developer Documention guides.
>     > 
>     > 
>     > Release Notes - jUDDI - Version 3.0.0.alpha
>     > 
>     > Bug
>     > 
>     >    * [JUDDI-142] - JPA retrievals result in sporadic ordering of
>     collections
>     >    * [JUDDI-162] - Block off unimplemented API's with
>     DispositionFaultReports
>     >    * [JUDDI-163] - Need to do something about v2 requests received by v3
>     >    * [JUDDI-165] - Remove juddi-web,
>      add juddi-axis
>     >    * [JUDDI-167] - Modify pom.xml, move hibernate/openjpa profiles to top
>     level, remove top level dependencies
>     >    * [JUDDI-173] - WS marshalling exception
>     >    * [JUDDI-179] - Building jUDDI Tomcat Packaging fails on build machine
>     >    * [JUDDI-186] - Failing unittests on the uddi-client module
>     > 
>     > Improvement
>     > 
>     >    * [JUDDI-18] - Reduce the use of the Singleton pattern
>     >    * [JUDDI-47] - Make juddi a J2EE 1.4 compliant Web Service
>     >    * [JUDDI-71] - Integrating JUDDI in a managed environment
>     >    * [JUDDI-176] - configure derby to create it's database files in
>     the target directory
>     > 
>     > New Feature
>     > 
>     >    * [JUDDI-171] - Add uddi-client
>     >    * [JUDDI-172] - In the juddi-client - convert cargo to use the
>     juddi-tomcat module.
>     > 
>     > Task
>     > 
>     >    * [JUDDI-122] - After Axis2 goes in go through a dependency
>      check
>     >    * [JUDDI-132] - Add persistenceManager
>     >    * [JUDDI-135] - Create a tomcat bundle
>     >    * [JUDDI-137] - Add unittest frame work which can use the persistence
>     layer
>     >    * [JUDDI-143] - Add documentation on Dev and user Setup, and features
>     >    * [JUDDI-145] - Adjust model to meet UDD v3 requirements
>     >    * [JUDDI-154] - Create launcher for tests
>     >    * [JUDDI-155] - Create installation process
>     >    * [JUDDI-158] - Need a profile so that we can switch between testing
>     hibernate and OpenJPA
>     >    * [JUDDI-159] - Implement category searching
>     >    * [JUDDI-160] - Need release metadata
>     >    * [JUDDI-168] - Clean up UUID code
>     >    * [JUDDI-174] - Switch cargo to different port
>     >    * [JUDDI-180] - Add release profile to the maven build for signing our
>     release artifacts
>     >    * [JUDDI-187] - Updating AuthenticationTest and Adding documentation on
>     the new
>      Authentication Approach
>     > 
>     > 
>     > 
>     > My Vote +1
>     > 
>     > Cheers
>     > 
>     > Kurt
>     > 
>     > kstam@apache.org
>     > 
>     > 
>     > 
>     > 
>
>               
>
>


Re: [VOTE] jUDDI-3.0.0.alpha preview release

Posted by Anil Saldhana <an...@yahoo.com>.
Nice work.  +1.


--- On Thu, 2/12/09, Tom Cunningham <tc...@redhat.com> wrote:
From: Tom Cunningham <tc...@redhat.com>
Subject: Re: [VOTE] jUDDI-3.0.0.alpha  preview release
To: juddi-dev@ws.apache.org
Date: Thursday, February 12, 2009, 8:11 AM

+1!

Kurt T Stam wrote:
> This is a vote for releasing jUDDI-3.0.0.alpha preview release. This vote
will be open for 72 hours.
> 
> The project branch lives in SVN under:
> 
> http://svn.apache.org/repos/asf/webservices/juddi/branches/v3_trunk/
> 
> or using viewvc
> 
> http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk
> 
> The release artifacts can be found at:
> 
> http://people.apache.org/~kstam/releases/juddi-3.0.0.alpha
> 
> Major features:
> 
>    - UDDIv3 support; this release implements the Inquiry, Publish and
Security APIs
>    - JPA in the backend (plugin your favorite persistence provider,
Hibernate, OpenJPA)
>    - JAX-WS and JAXB on the frontend (plugin your favorite WS stack, CXF,
Axis2)
>    - jUDDI-tomcat bundle with CXF and Derby embedded database.
>    - UDDI-client library.
>    - User and Developer Documention guides.
> 
> 
> Release Notes - jUDDI - Version 3.0.0.alpha
> 
> Bug
> 
>    * [JUDDI-142] - JPA retrievals result in sporadic ordering of
collections
>    * [JUDDI-162] - Block off unimplemented API's with
DispositionFaultReports
>    * [JUDDI-163] - Need to do something about v2 requests received by v3
>    * [JUDDI-165] - Remove juddi-web, add juddi-axis
>    * [JUDDI-167] - Modify pom.xml, move hibernate/openjpa profiles to top
level, remove top level dependencies
>    * [JUDDI-173] - WS marshalling exception
>    * [JUDDI-179] - Building jUDDI Tomcat Packaging fails on build machine
>    * [JUDDI-186] - Failing unittests on the uddi-client module
> 
> Improvement
> 
>    * [JUDDI-18] - Reduce the use of the Singleton pattern
>    * [JUDDI-47] - Make juddi a J2EE 1.4 compliant Web Service
>    * [JUDDI-71] - Integrating JUDDI in a managed environment
>    * [JUDDI-176] - configure derby to create it's database files in
the target directory
> 
> New Feature
> 
>    * [JUDDI-171] - Add uddi-client
>    * [JUDDI-172] - In the juddi-client - convert cargo to use the
juddi-tomcat module.
> 
> Task
> 
>    * [JUDDI-122] - After Axis2 goes in go through a dependency check
>    * [JUDDI-132] - Add persistenceManager
>    * [JUDDI-135] - Create a tomcat bundle
>    * [JUDDI-137] - Add unittest frame work which can use the persistence
layer
>    * [JUDDI-143] - Add documentation on Dev and user Setup, and features
>    * [JUDDI-145] - Adjust model to meet UDD v3 requirements
>    * [JUDDI-154] - Create launcher for tests
>    * [JUDDI-155] - Create installation process
>    * [JUDDI-158] - Need a profile so that we can switch between testing
hibernate and OpenJPA
>    * [JUDDI-159] - Implement category searching
>    * [JUDDI-160] - Need release metadata
>    * [JUDDI-168] - Clean up UUID code
>    * [JUDDI-174] - Switch cargo to different port
>    * [JUDDI-180] - Add release profile to the maven build for signing our
release artifacts
>    * [JUDDI-187] - Updating AuthenticationTest and Adding documentation on
the new Authentication Approach
> 
> 
> 
> My Vote +1
> 
> Cheers
> 
> Kurt
> 
> kstam@apache.org
> 
> 
> 
> 




      

Re: [VOTE] jUDDI-3.0.0.alpha preview release

Posted by Tom Cunningham <tc...@redhat.com>.
+1!

Kurt T Stam wrote:
> This is a vote for releasing jUDDI-3.0.0.alpha preview release. This 
> vote will be open for 72 hours.
>
> The project branch lives in SVN under:
>
> http://svn.apache.org/repos/asf/webservices/juddi/branches/v3_trunk/
>
> or using viewvc
>
> http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk
>
> The release artifacts can be found at:
>
> http://people.apache.org/~kstam/releases/juddi-3.0.0.alpha
>
> Major features:
>
>    - UDDIv3 support; this release implements the Inquiry, Publish and 
> Security APIs
>    - JPA in the backend (plugin your favorite persistence provider, 
> Hibernate, OpenJPA)
>    - JAX-WS and JAXB on the frontend (plugin your favorite WS stack, 
> CXF, Axis2)
>    - jUDDI-tomcat bundle with CXF and Derby embedded database.
>    - UDDI-client library.
>    - User and Developer Documention guides.
>
>
> Release Notes - jUDDI - Version 3.0.0.alpha
>
> Bug
>
>    * [JUDDI-142] - JPA retrievals result in sporadic ordering of 
> collections
>    * [JUDDI-162] - Block off unimplemented API's with 
> DispositionFaultReports
>    * [JUDDI-163] - Need to do something about v2 requests received by v3
>    * [JUDDI-165] - Remove juddi-web, add juddi-axis
>    * [JUDDI-167] - Modify pom.xml, move hibernate/openjpa profiles to 
> top level, remove top level dependencies
>    * [JUDDI-173] - WS marshalling exception
>    * [JUDDI-179] - Building jUDDI Tomcat Packaging fails on build machine
>    * [JUDDI-186] - Failing unittests on the uddi-client module
>
> Improvement
>
>    * [JUDDI-18] - Reduce the use of the Singleton pattern
>    * [JUDDI-47] - Make juddi a J2EE 1.4 compliant Web Service
>    * [JUDDI-71] - Integrating JUDDI in a managed environment
>    * [JUDDI-176] - configure derby to create it's database files in 
> the target directory
>
> New Feature
>
>    * [JUDDI-171] - Add uddi-client
>    * [JUDDI-172] - In the juddi-client - convert cargo to use the 
> juddi-tomcat module.
>
> Task
>
>    * [JUDDI-122] - After Axis2 goes in go through a dependency check
>    * [JUDDI-132] - Add persistenceManager
>    * [JUDDI-135] - Create a tomcat bundle
>    * [JUDDI-137] - Add unittest frame work which can use the 
> persistence layer
>    * [JUDDI-143] - Add documentation on Dev and user Setup, and features
>    * [JUDDI-145] - Adjust model to meet UDD v3 requirements
>    * [JUDDI-154] - Create launcher for tests
>    * [JUDDI-155] - Create installation process
>    * [JUDDI-158] - Need a profile so that we can switch between 
> testing hibernate and OpenJPA
>    * [JUDDI-159] - Implement category searching
>    * [JUDDI-160] - Need release metadata
>    * [JUDDI-168] - Clean up UUID code
>    * [JUDDI-174] - Switch cargo to different port
>    * [JUDDI-180] - Add release profile to the maven build for signing 
> our release artifacts
>    * [JUDDI-187] - Updating AuthenticationTest and Adding 
> documentation on the new Authentication Approach
>
>
>
> My Vote +1
>
> Cheers
>
> Kurt
>
> kstam@apache.org
>
>
>
>