Return-Path: Delivered-To: apmail-ws-tuscany-commits-archive@locus.apache.org Received: (qmail 51122 invoked from network); 24 Aug 2007 13:23:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Aug 2007 13:23:09 -0000 Received: (qmail 61644 invoked by uid 500); 24 Aug 2007 13:23:05 -0000 Delivered-To: apmail-ws-tuscany-commits-archive@ws.apache.org Received: (qmail 61627 invoked by uid 500); 24 Aug 2007 13:23:05 -0000 Mailing-List: contact tuscany-commits-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: tuscany-dev@ws.apache.org Delivered-To: mailing list tuscany-commits@ws.apache.org Received: (qmail 61618 invoked by uid 99); 24 Aug 2007 13:23:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2007 06:23:05 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2007 13:23:08 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 785631A983E; Fri, 24 Aug 2007 06:22:48 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r569379 - /incubator/tuscany/java/sca/samples/helloworld-dojo/src/main/webapp/HelloWorldJSONRPC.html Date: Fri, 24 Aug 2007 13:22:48 -0000 To: tuscany-commits@ws.apache.org From: antelder@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070824132248.785631A983E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: antelder Date: Fri Aug 24 06:22:47 2007 New Revision: 569379 URL: http://svn.apache.org/viewvc?rev=569379&view=rev Log: TUSCANY-1589, fix Pre-built helloworld-dojo webapp doesn't work Modified: incubator/tuscany/java/sca/samples/helloworld-dojo/src/main/webapp/HelloWorldJSONRPC.html Modified: incubator/tuscany/java/sca/samples/helloworld-dojo/src/main/webapp/HelloWorldJSONRPC.html URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-dojo/src/main/webapp/HelloWorldJSONRPC.html?rev=569379&r1=569378&r2=569379&view=diff ============================================================================== --- incubator/tuscany/java/sca/samples/helloworld-dojo/src/main/webapp/HelloWorldJSONRPC.html (original) +++ incubator/tuscany/java/sca/samples/helloworld-dojo/src/main/webapp/HelloWorldJSONRPC.html Fri Aug 24 06:22:47 2007 @@ -83,7 +83,7 @@ handlerNode.innerHTML = "

" + result + "

" ; } - var helloWorldService = new dojo.rpc.JsonService("SCA/SCADomain/HelloWorldService?smd"); + var helloWorldService = new dojo.rpc.JsonService("SCA/HelloWorldService?smd"); --------------------------------------------------------------------- To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org For additional commands, e-mail: tuscany-commits-help@ws.apache.org