You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "ASF subversion and git services (JIRA)" <ju...@ws.apache.org> on 2013/12/21 18:36:11 UTC

[jira] [Commented] (JUDDI-606) Subscription API does not validate on saveSubscription

    [ https://issues.apache.org/jira/browse/JUDDI-606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13854891#comment-13854891 ] 

ASF subversion and git services commented on JUDDI-606:
-------------------------------------------------------

Commit 1552928 from [~spyhunter99] in branch 'juddi/branches/juddi-3.3.x'
[ https://svn.apache.org/r1552928 ]

JUDDI-583 cleaning up some of the remaining test cases to ensure a net zero server effect when running the test cases again a uddi server, business/services are cleaned up. some tmodels still remain though.
JUDDI-606 a number of test cases were commented out for some unknown reason, adding them back in. only test case changes.
JUDDI-644 fixed, all tests pass in windows, ran 10 times 
JUDDI-242 enabling find tmodel, business and service subscription callbacks

> Subscription API does not validate on saveSubscription
> ------------------------------------------------------
>
>                 Key: JUDDI-606
>                 URL: https://issues.apache.org/jira/browse/JUDDI-606
>             Project: jUDDI
>          Issue Type: Bug
>    Affects Versions: 3.1.4
>            Reporter: Alex O'Ree
>            Assignee: Alex O'Ree
>             Fix For: 3.2
>
>
> This is OK with the subscription API. Note the empty business key. The subscription API should validate on all specific time subscriptions that the specified keys do in fact exist.
> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
> <subscription xmlns:ns2="urn:uddi-org:api_v3" xmlns:ns3="urn:uddi-org:sub_v3" brief="false">
>     <ns3:subscriptionKey>uddi:juddi.apache.org:85ad8319-fa23-400a-bcb6-37c439c5cd0f</ns3:subscriptionKey>
>     <ns3:subscriptionFilter>
>         <ns2:get_businessDetail>
>             <ns2:businessKey></ns2:businessKey>
>         </ns2:get_businessDetail>
>     </ns3:subscriptionFilter>
>     <ns3:expiresAfter>2014-05-01T07:15:01.865-04:00</ns3:expiresAfter>
> </subscription>



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)