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/06/01 04:25:57 UTC

[VOTE] jUDDI release 3.0.0.beta

Hi guys,

I have parked the 3.0.0.beta release artifacts at

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

Please check them out and cast your vote. The vote will be open for the 
next 72 hours. This release implements the Subscription API.

My vote: +1

Cheers,

--Kurt

Sub-task

    * [JUDDI-205] - add subscription notification
    * [JUDDI-206] - Implement save_subscription method of API
    * [JUDDI-207] - Subscription model itself (durations / point in time 
/ coverage / etc)
    * [JUDDI-208] - Implement get_subscriptions method of API
    * [JUDDI-209] - Implement delete_subscription method of API
    * [JUDDI-210] - Implement get_subscriptionResults method of API
    * [JUDDI-211] - Allow subscription results to be chunked
    * [JUDDI-212] - Allow the option to request "brief" versus full 
results with subscription result requests
    * [JUDDI-213] - Handle "virtually deleted" entities of subscription 
results

Bug

    * [JUDDI-100] - jUDDI does not work with Java 6
    * [JUDDI-166] - Need review persistence.xml setup
    * [JUDDI-175] - resources are not on the eclipse classpath by default
    * [JUDDI-193] - Fix path bug with manual installation
    * [JUDDI-194] - We only want the exploded webapps/juddi directory
    * [JUDDI-195] - OpenJPA does not work in alpha
    * [JUDDI-214] - Implement getOperationalInfo method
    * [JUDDI-216] - 18/19 tests fail under openjpa configuration
    * [JUDDI-223] - juddi-cxf missing root_BusinessEntity.xml
    * [JUDDI-227] - SOAP error missing required element 'coveragePeriod'
    * [JUDDI-228] - SOAP error missing required element 'tModelKey'
    * [JUDDI-229] - Persistence issue with subscription with CLOB on Derby
    * [JUDDI-231] - Fix potential db connection leaks
    * [JUDDI-232] - root_BusinessEntity.xml should not be in WAR
    * [JUDDI-235] - Adjust "approximate match" searching to comply with spec
    * [JUDDI-236] - update the editable XML install files for new APIs 
and add some commented help text

Improvement

    * [JUDDI-234] - More dynamic registration of our own jUDDI endpoints

New Feature

    * [JUDDI-244] - Add inVM transport for client-server communication 
to allow embedded jUDDI

Task

    * [JUDDI-131] - Figure out what to do with the samples and the test 
directories.
    * [JUDDI-136] - How to deal with a table prefix (JUDDI_) when using JPA
    * [JUDDI-147] - Create test data in the form of input XML files
    * [JUDDI-149] - BusinessEntities require serviceProjections collection
    * [JUDDI-150] - Implement service projections in the publish API
    * [JUDDI-153] - Build Subscription API
    * [JUDDI-177] - Adding debug level logging
    * [JUDDI-178] - Perform necessary authentication logic
    * [JUDDI-181] - Add scalability tests
    * [JUDDI-182] - Investigate using the maven release plugin.
    * [JUDDI-196] - Implement subscriptionListener API
    * [JUDDI-238] - Create Integration test for Subscription
    * [JUDDI-239] - Go over the docs - add info on Subcription


Re: [VOTE] jUDDI release 3.0.0.beta

Posted by Steve Viens <st...@viens.net>.
+1

On Mon, Jun 1, 2009 at 12:16 PM, Tom Cunningham <tc...@redhat.com> wrote:

>
> +1
>
>
> Jeff Faath wrote:
>
>> +1
>>
>> -----Original Message-----
>> From: Kurt T Stam [mailto:kurt.stam@gmail.com] Sent: Sunday, May 31, 2009
>> 9:26 PM
>> To: juddi-dev@ws.apache.org
>> Subject: [VOTE] jUDDI release 3.0.0.beta
>>
>> Hi guys,
>>
>> I have parked the 3.0.0.beta release artifacts at
>>
>> http://people.apache.org/~kstam/releases/juddi-3.0.0.beta/
>>
>> Please check them out and cast your vote. The vote will be open for the
>> next 72 hours. This release implements the Subscription API.
>>
>> My vote: +1
>>
>> Cheers,
>>
>> --Kurt
>>
>> Sub-task
>>
>>    * [JUDDI-205] - add subscription notification
>>    * [JUDDI-206] - Implement save_subscription method of API
>>    * [JUDDI-207] - Subscription model itself (durations / point in time /
>> coverage / etc)
>>    * [JUDDI-208] - Implement get_subscriptions method of API
>>    * [JUDDI-209] - Implement delete_subscription method of API
>>    * [JUDDI-210] - Implement get_subscriptionResults method of API
>>    * [JUDDI-211] - Allow subscription results to be chunked
>>    * [JUDDI-212] - Allow the option to request "brief" versus full results
>> with subscription result requests
>>    * [JUDDI-213] - Handle "virtually deleted" entities of subscription
>> results
>>
>> Bug
>>
>>    * [JUDDI-100] - jUDDI does not work with Java 6
>>    * [JUDDI-166] - Need review persistence.xml setup
>>    * [JUDDI-175] - resources are not on the eclipse classpath by default
>>    * [JUDDI-193] - Fix path bug with manual installation
>>    * [JUDDI-194] - We only want the exploded webapps/juddi directory
>>    * [JUDDI-195] - OpenJPA does not work in alpha
>>    * [JUDDI-214] - Implement getOperationalInfo method
>>    * [JUDDI-216] - 18/19 tests fail under openjpa configuration
>>    * [JUDDI-223] - juddi-cxf missing root_BusinessEntity.xml
>>    * [JUDDI-227] - SOAP error missing required element 'coveragePeriod'
>>    * [JUDDI-228] - SOAP error missing required element 'tModelKey'
>>    * [JUDDI-229] - Persistence issue with subscription with CLOB on Derby
>>    * [JUDDI-231] - Fix potential db connection leaks
>>    * [JUDDI-232] - root_BusinessEntity.xml should not be in WAR
>>    * [JUDDI-235] - Adjust "approximate match" searching to comply with
>> spec
>>    * [JUDDI-236] - update the editable XML install files for new APIs and
>> add some commented help text
>>
>> Improvement
>>
>>    * [JUDDI-234] - More dynamic registration of our own jUDDI endpoints
>>
>> New Feature
>>
>>    * [JUDDI-244] - Add inVM transport for client-server communication to
>> allow embedded jUDDI
>>
>> Task
>>
>>    * [JUDDI-131] - Figure out what to do with the samples and the test
>> directories.
>>    * [JUDDI-136] - How to deal with a table prefix (JUDDI_) when using JPA
>>    * [JUDDI-147] - Create test data in the form of input XML files
>>    * [JUDDI-149] - BusinessEntities require serviceProjections collection
>>    * [JUDDI-150] - Implement service projections in the publish API
>>    * [JUDDI-153] - Build Subscription API
>>    * [JUDDI-177] - Adding debug level logging
>>    * [JUDDI-178] - Perform necessary authentication logic
>>    * [JUDDI-181] - Add scalability tests
>>    * [JUDDI-182] - Investigate using the maven release plugin.
>>    * [JUDDI-196] - Implement subscriptionListener API
>>    * [JUDDI-238] - Create Integration test for Subscription
>>    * [JUDDI-239] - Go over the docs - add info on Subcription
>>
>>
>>
>>
>
>

Re: [VOTE] jUDDI release 3.0.0.beta

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

Jeff Faath wrote:
> +1
>
> -----Original Message-----
> From: Kurt T Stam [mailto:kurt.stam@gmail.com] 
> Sent: Sunday, May 31, 2009 9:26 PM
> To: juddi-dev@ws.apache.org
> Subject: [VOTE] jUDDI release 3.0.0.beta
>
> Hi guys,
>
> I have parked the 3.0.0.beta release artifacts at
>
> http://people.apache.org/~kstam/releases/juddi-3.0.0.beta/
>
> Please check them out and cast your vote. The vote will be open for the 
> next 72 hours. This release implements the Subscription API.
>
> My vote: +1
>
> Cheers,
>
> --Kurt
>
> Sub-task
>
>     * [JUDDI-205] - add subscription notification
>     * [JUDDI-206] - Implement save_subscription method of API
>     * [JUDDI-207] - Subscription model itself (durations / point in time 
> / coverage / etc)
>     * [JUDDI-208] - Implement get_subscriptions method of API
>     * [JUDDI-209] - Implement delete_subscription method of API
>     * [JUDDI-210] - Implement get_subscriptionResults method of API
>     * [JUDDI-211] - Allow subscription results to be chunked
>     * [JUDDI-212] - Allow the option to request "brief" versus full 
> results with subscription result requests
>     * [JUDDI-213] - Handle "virtually deleted" entities of subscription 
> results
>
> Bug
>
>     * [JUDDI-100] - jUDDI does not work with Java 6
>     * [JUDDI-166] - Need review persistence.xml setup
>     * [JUDDI-175] - resources are not on the eclipse classpath by default
>     * [JUDDI-193] - Fix path bug with manual installation
>     * [JUDDI-194] - We only want the exploded webapps/juddi directory
>     * [JUDDI-195] - OpenJPA does not work in alpha
>     * [JUDDI-214] - Implement getOperationalInfo method
>     * [JUDDI-216] - 18/19 tests fail under openjpa configuration
>     * [JUDDI-223] - juddi-cxf missing root_BusinessEntity.xml
>     * [JUDDI-227] - SOAP error missing required element 'coveragePeriod'
>     * [JUDDI-228] - SOAP error missing required element 'tModelKey'
>     * [JUDDI-229] - Persistence issue with subscription with CLOB on Derby
>     * [JUDDI-231] - Fix potential db connection leaks
>     * [JUDDI-232] - root_BusinessEntity.xml should not be in WAR
>     * [JUDDI-235] - Adjust "approximate match" searching to comply with spec
>     * [JUDDI-236] - update the editable XML install files for new APIs 
> and add some commented help text
>
> Improvement
>
>     * [JUDDI-234] - More dynamic registration of our own jUDDI endpoints
>
> New Feature
>
>     * [JUDDI-244] - Add inVM transport for client-server communication 
> to allow embedded jUDDI
>
> Task
>
>     * [JUDDI-131] - Figure out what to do with the samples and the test 
> directories.
>     * [JUDDI-136] - How to deal with a table prefix (JUDDI_) when using JPA
>     * [JUDDI-147] - Create test data in the form of input XML files
>     * [JUDDI-149] - BusinessEntities require serviceProjections collection
>     * [JUDDI-150] - Implement service projections in the publish API
>     * [JUDDI-153] - Build Subscription API
>     * [JUDDI-177] - Adding debug level logging
>     * [JUDDI-178] - Perform necessary authentication logic
>     * [JUDDI-181] - Add scalability tests
>     * [JUDDI-182] - Investigate using the maven release plugin.
>     * [JUDDI-196] - Implement subscriptionListener API
>     * [JUDDI-238] - Create Integration test for Subscription
>     * [JUDDI-239] - Go over the docs - add info on Subcription
>
>
>   


RE: [VOTE] jUDDI release 3.0.0.beta

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

-----Original Message-----
From: Kurt T Stam [mailto:kurt.stam@gmail.com] 
Sent: Sunday, May 31, 2009 9:26 PM
To: juddi-dev@ws.apache.org
Subject: [VOTE] jUDDI release 3.0.0.beta

Hi guys,

I have parked the 3.0.0.beta release artifacts at

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

Please check them out and cast your vote. The vote will be open for the 
next 72 hours. This release implements the Subscription API.

My vote: +1

Cheers,

--Kurt

Sub-task

    * [JUDDI-205] - add subscription notification
    * [JUDDI-206] - Implement save_subscription method of API
    * [JUDDI-207] - Subscription model itself (durations / point in time 
/ coverage / etc)
    * [JUDDI-208] - Implement get_subscriptions method of API
    * [JUDDI-209] - Implement delete_subscription method of API
    * [JUDDI-210] - Implement get_subscriptionResults method of API
    * [JUDDI-211] - Allow subscription results to be chunked
    * [JUDDI-212] - Allow the option to request "brief" versus full 
results with subscription result requests
    * [JUDDI-213] - Handle "virtually deleted" entities of subscription 
results

Bug

    * [JUDDI-100] - jUDDI does not work with Java 6
    * [JUDDI-166] - Need review persistence.xml setup
    * [JUDDI-175] - resources are not on the eclipse classpath by default
    * [JUDDI-193] - Fix path bug with manual installation
    * [JUDDI-194] - We only want the exploded webapps/juddi directory
    * [JUDDI-195] - OpenJPA does not work in alpha
    * [JUDDI-214] - Implement getOperationalInfo method
    * [JUDDI-216] - 18/19 tests fail under openjpa configuration
    * [JUDDI-223] - juddi-cxf missing root_BusinessEntity.xml
    * [JUDDI-227] - SOAP error missing required element 'coveragePeriod'
    * [JUDDI-228] - SOAP error missing required element 'tModelKey'
    * [JUDDI-229] - Persistence issue with subscription with CLOB on Derby
    * [JUDDI-231] - Fix potential db connection leaks
    * [JUDDI-232] - root_BusinessEntity.xml should not be in WAR
    * [JUDDI-235] - Adjust "approximate match" searching to comply with spec
    * [JUDDI-236] - update the editable XML install files for new APIs 
and add some commented help text

Improvement

    * [JUDDI-234] - More dynamic registration of our own jUDDI endpoints

New Feature

    * [JUDDI-244] - Add inVM transport for client-server communication 
to allow embedded jUDDI

Task

    * [JUDDI-131] - Figure out what to do with the samples and the test 
directories.
    * [JUDDI-136] - How to deal with a table prefix (JUDDI_) when using JPA
    * [JUDDI-147] - Create test data in the form of input XML files
    * [JUDDI-149] - BusinessEntities require serviceProjections collection
    * [JUDDI-150] - Implement service projections in the publish API
    * [JUDDI-153] - Build Subscription API
    * [JUDDI-177] - Adding debug level logging
    * [JUDDI-178] - Perform necessary authentication logic
    * [JUDDI-181] - Add scalability tests
    * [JUDDI-182] - Investigate using the maven release plugin.
    * [JUDDI-196] - Implement subscriptionListener API
    * [JUDDI-238] - Create Integration test for Subscription
    * [JUDDI-239] - Go over the docs - add info on Subcription