New using Tuscany

2007-10-11 Thread Ana Belén Antón Gironés
Dear all, I am new using SCA and using TUSCANY and I am a little lost. I have download apache-tuscany-sca-1.0-incubating and I am working with Java [jre 1.5.0_11]. I would like use SCA for my application but I would like to kow before if it is possible that my "service implementation" returns

Re: New using Tuscany

2007-10-11 Thread Simon Laws
On 10/11/07, Ana Belén Antón Gironés <[EMAIL PROTECTED]> wrote: > > Dear all, > > I am new using SCA and using TUSCANY and I am a little lost. > > I have download apache-tuscany-sca-1.0-incubating and I am working with > Java > [jre 1.5.0_11]. I would like use SCA for my application but I would lik

Re: New using Tuscany

2007-10-11 Thread Ana Belén Antón Gironés
Hi Simon! First of all, thank you very much for your help. I have some problems running my application. When I run my isClient.java I get this exception: Starting ... 11-oct-2007 16:45:23 org.apache.tuscany.sca.assembly.builder.impl.CompositeBuilderImpl$1 problem ADVERTENCIA: [WARNING] No tar

Re: New using Tuscany

2007-10-11 Thread Simon Laws
On 10/11/07, Ana Belén Antón Gironés <[EMAIL PROTECTED]> wrote: > > Hi Simon! > > First of all, thank you very much for your help. > > I have some problems running my application. When I run my isClient.java I > get this exception: > > Starting ... > 11-oct-2007 16:45:23 > org.apache.tuscany.sca.as

Re: New using Tuscany

2007-10-11 Thread Raymond Feng
some check in our code to report these kind of illegal usages. Thanks, Raymond - Original Message - From: "Simon Laws" <[EMAIL PROTECTED]> To: Sent: Thursday, October 11, 2007 9:17 AM Subject: Re: New using Tuscany On 10/11/07, Ana Belén Antón Gironés <[EMAIL PROTE

Re: New using Tuscany

2007-10-11 Thread b anton.etra-id
che.org Date: Thu, 11 Oct 2007 17:17:20 +0100 Subject: Re: New using Tuscany On 10/11/07, Ana Belén Antón Gironés <[EMAIL PROTECTED]> wrote: > > Hi Simon! > > First of all, thank you very much for your help. > > I have some problems running my application. W

Re: New using Tuscany

2007-10-11 Thread b anton.etra-id
> To: Date: Thu, 11 Oct 2007 09:22:20 -0700 Subject: Re: New using Tuscany Another issue is that you should use @Reference against public/protected fields or setter methods to receive the proxy by injection. In your case, the following is invalid: @Reference public List getAllI

Re: New using Tuscany

2007-10-11 Thread Raymond Feng
From: "b anton.etra-id" <[EMAIL PROTECTED]> To: Sent: Thursday, October 11, 2007 2:00 PM Subject: Re: New using Tuscany Dear Raymond, Do you want to say that I am using the @Reference annotation in wrong way? How must I use it? It is obvious that I have a problem with t

Re: New using Tuscany

2007-10-12 Thread Simon Laws
gt; at > ... > > Thanks, > > Ana Belen > > -Original Message- > > From: "Simon Laws" <[EMAIL PROTECTED]> > > To: tuscany-user@ws.apache.org > > Date: Thu, 11 Oct 2007 17:17:20 +0100 > > Subject: Re: New using Tuscany > > > >