Re: tuscany example

2008-01-08 Thread marceloeboxspam
Hello, That's working, it was fixed by removing the "/" at these lines: shoppingCart = new AtomClient("../ShoppingCart/"); catalog = (new JSONRpcClient("../Catalog/")).Catalog; in the store.html thank you On Dec 20, 2007 8:33 PM, Luciano Resende <[EMAIL PROTECTED]> wrote: > Are you still hav

Re: tuscany example

2007-12-20 Thread Luciano Resende
Are you still having problems ? I came across the following JIRA that might help you... I'm going to review the store PDF for our current release, but you could also check against the current store sample available in trunk : sca/samples/store [1] https://issues.apache.org/jira/browse/TUSCANY-194

Re: tuscany example

2007-12-14 Thread marceloeboxspam
Hello, I'm using this version tuscany-sca-1.0.1-incubating. I created the project following the instructions available in the tutorial (copy/paste) and the URL I'm using is http://localhost:8080/ufs/store.htmlwhich is mapped in the composite.store Thank you On Dec 13, 2007 6:20 PM, Luciano Rese

Re: tuscany example

2007-12-13 Thread Luciano Resende
Using latest trunk code, I have run src/launch/Launch trough eclipse and accessed the application from http://localhost:8080/store/store.html. The catalog items are showing ok for me. Are you using trunk or a specific release ? Did you start the application from scratch or used the existing sample

Re: tuscany example

2007-12-13 Thread eu mesmo
Hi Luciano, I tried using Firefox 2.0.0.11 and IE 6.0.2900. I ran the class src/launch/Launch inside Eclipse vs 3.3.0 I dont get any error. I believe that the class CatalogImpl is not being called, I added some logs at this class to check it. by the way, I saw your presentation this week at IB

Re: tuscany example

2007-12-13 Thread Luciano Resende
Couple questions : What browser version are you using ? Do you get any javascript error ? Did you try to run the sample application from : java/sca/samples/store On Dec 13, 2007 10:42 AM, eu mesmo <[EMAIL PROTECTED]> wrote: > Hello, > > Build your first SCA application in 10 minutes! Give it a >

tuscany example

2007-12-13 Thread eu mesmo
Hello, Build your first SCA application in 10 minutes! Give it a try I'm trying to run this example but I'm not able, I dont get any error but the list of products doesnt populate I tried to debug with no lu