Return-Path: Delivered-To: apmail-ws-scout-dev-archive@www.apache.org Received: (qmail 47805 invoked from network); 19 Jul 2007 17:29:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jul 2007 17:29:01 -0000 Received: (qmail 73467 invoked by uid 500); 19 Jul 2007 17:28:37 -0000 Delivered-To: apmail-ws-scout-dev-archive@ws.apache.org Received: (qmail 73447 invoked by uid 500); 19 Jul 2007 17:28:37 -0000 Mailing-List: contact scout-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: scout-dev@ws.apache.org List-Id: Delivered-To: mailing list scout-dev@ws.apache.org Received: (qmail 73436 invoked by uid 99); 19 Jul 2007 17:28:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jul 2007 10:28:37 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of markus.reis@researchstudio.at designates 62.218.44.114 as permitted sender) Received: from [62.218.44.114] (HELO idefix.researchstudio.at) (62.218.44.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jul 2007 10:28:34 -0700 Received: from localhost (localhost [127.0.0.1]) by idefix.researchstudio.at (Server (Research_Studios_MailService)) with ESMTP id B7D8A472D4 for ; Thu, 19 Jul 2007 19:28:11 +0200 (CEST) Received: from idefix.researchstudio.at ([127.0.0.1]) by localhost (idefix.researchstudio.at [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id femrgsyYIdxW for ; Thu, 19 Jul 2007 19:27:35 +0200 (CEST) Received: from [90.152.157.185] (mk090152157185.a1.net [90.152.157.185]) by idefix.researchstudio.at (Server (Research_Studios_MailService)) with ESMTP id 833E3472D0 for ; Thu, 19 Jul 2007 19:27:34 +0200 (CEST) Message-ID: <469F9EF1.4070301@researchstudio.at> Date: Thu, 19 Jul 2007 19:27:13 +0200 From: Markus Reis User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: scout-dev@ws.apache.org Subject: JAXR<->UDDI incompliances Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I wondered whether there are any incompliances between the Scout API (being an implementation of JAXR) and the jUDDI API (being an implementation of the UDDI2.0 specification) - Does anybody have a list that summarizes incompliances (where methods cannot be mapped for 100%)? I came to this when we tried to get all Organizations for a certain user (namely the one currently logged in) by using the method getRegistryObjects(String objectType) of interface javax.xml.registry.BusinessQueryManager (the JAXR apidoc says, that this method 'Gets the RegistryObjects owned by the caller, that are of the specified type. The objects are returned as their concrete type (e.g. Organization, User etc.).'). The "problem" was that all organizations were returned (not only those that were created by the user that fired the query) - according to the apidocs we expected to get only those according to the user credentials that were passed to the Connection the BusinessQueryManager was obtained from). When I then had a look a the UDDI specification I couldn't find any methods that would have allowed one to get only those businesses/organizations that were created by a certain user - If this is correct (and I haven't overseen those inquiry methods - please tell me if I did), I wonder how it would be possible to implement this method if the underlying repository was a UDDI based one. I therefore conclude that we misused this method, because we were not aware that our underlying repository simply didn't support this method - Please correct me if I am mistaken or tell me whether this is correct. Any help and feedback would be highly appreciated, kind regards, Markus --------------------------------------------------------------------- To unsubscribe, e-mail: scout-dev-unsubscribe@ws.apache.org For additional commands, e-mail: scout-dev-help@ws.apache.org