Re: Tuscany service with bea WebLogic

2007-10-11 Thread ant elder
On 10/11/07, Nishant Joshi <[EMAIL PROTECTED]> wrote: > > Hi Jean-Sebastien, > If i moved .composite file to WAR it was working fine for me. So i need to > change my directory structure as you have mentioned. > thanks for your support > I have one more question about JIRA1562 which i'll open in use

SCA contribution as a WAR, was: Tuscany service with bea WebLogic

2007-10-11 Thread Jean-Sebastien Delfino
Simon Laws wrote: Hi Sebastien Some questions as I'm not clear on the WAR as a contribution point... Simon [snip] On 10/11/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: I investigated a little more and the issue is pretty simple: Tuscany does not scan for .composite files

Re: New using Tuscany

2007-10-11 Thread Raymond Feng
Hi, Yes, that's what I meant. Let's assume you have 2 java components, A and B. A needs to use a service provided by B, say BService. To use dependency injection, you need to annoate the impl class of A as follows. public class AImpl { @Reference protected BService refB; or @Re

Re: New using Tuscany

2007-10-11 Thread b anton.etra-id
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 the references. Could you please help me? Thanks, Ana Belen -Original Message- From: "Raymond Feng" <[EMAIL PROTECTED]> To: Date: T

Re: New using Tuscany

2007-10-11 Thread b anton.etra-id
Dear Simon, I have tried that you propose. I have modified the @Service annotation to @Service(InformationService.class). I had changed some names of classes before and some of them had been missed by me. Sorry. However I am getting the same error: Exception in thread "main" org.osoa.sca.Servi

SCA C++ : WS Exception example

2007-10-11 Thread Taori, Nitin
Hello All, Does any body have an illustrative example for Exceptions from WS in C++ client? Thanks in advance Nitin CENIT AG Systemhaus, Industriestrasse 52-54, 70565 Stuttgart, Tel.: +49 711 7825-30, Fax: +49 711 7825-4000, Internet: www.cenit.de Geschaeftsstellen: Berlin, Duesseldorf, Fra

Re: Tuscany service with bea WebLogic

2007-10-11 Thread Nishant Joshi
Hi Jean-Sebastien, If i moved .composite file to WAR it was working fine for me. So i need to change my directory structure as you have mentioned. thanks for your support I have one more question about JIRA1562 which i'll open in user list soon. again thank you and Simon -- Thanks Nishant Joshi

Re: New using Tuscany

2007-10-11 Thread Raymond Feng
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 getAllInformationObject(List constraintsList) throws ISNotFoundException { ... } I'll add some

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

throws Exception problem

2007-10-11 Thread Nishant Joshi
About jira 1562 , I have one user defined exception class in same directory as my impl. and service, now i have generated wsdl on the fly. but there is a problem with namespace for this exception class and it was creating problem when i was creating client in Eclipse. I am using eclipse's facility

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: > > 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

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: Tuscany service with bea WebLogic

2007-10-11 Thread Simon Laws
Hi Sebastien Some questions as I'm not clear on the WAR as a contribution point... Simon On 10/11/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > Simon Laws wrote: > > On 10/11/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > > >> Nishant Joshi wrote: > >> > >>> I have found o

Re: [DISCUSS] Tuscany SCA Roadmap and next releases

2007-10-11 Thread Matthew Peters
As you'll guess from the post on Websphere and Tuscany that I put up a couple of days ago, I would like to see where you want to go in the area of > - Webapp and EJB module integration > I'd like to track the OASIS work on this and implement it in parallel in > Tuscany. Many users have existin

Re: Tuscany service with bea WebLogic

2007-10-11 Thread Jean-Sebastien Delfino
Simon Laws wrote: On 10/11/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Nishant Joshi wrote: I have found one work around for this problem but i would like to ask one question that if in my WAR file if i put all WEB-INF\classes files in a jar and put

Re: Tuscany service with bea WebLogic

2007-10-11 Thread Simon Laws
On 10/11/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > Nishant Joshi wrote: > > I have found one work around for this problem but i would like to ask > one > > question that if in my WAR file if i put all WEB-INF\classes files in a > jar > > and put it under WEB-INF\lib directory and cl

Re: Tuscany service with bea WebLogic

2007-10-11 Thread Jean-Sebastien Delfino
Nishant Joshi wrote: I have found one work around for this problem but i would like to ask one question that if in my WAR file if i put all WEB-INF\classes files in a jar and put it under WEB-INF\lib directory and clean my classes directory than I can't accesss services. is it bug in tuscany or i