Re: New using Tuscany

2007-10-12 Thread Simon Laws
On 10/11/07, b anton.etra-id [EMAIL PROTECTED] wrote: 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

strange dependency change

2007-10-12 Thread Radim Kolarik
Hi, our web service build using SCA is implemented as a WAR application. Our WAR pom.xml (Maven) file has the following dependencies: dependency groupIdorg.apache.tuscany.sca/groupId artifactIdtuscany-host-webapp/artifactId version1.0-incubating/version /dependency dependency

Re: Tuscany service with bea WebLogic

2007-10-12 Thread ant elder
I should have added that there is a work around already suggested by Nishant - just move the .composite files out of the classes folder, eg to the meta-inf folder next to the sca-contribution.xml works fine. And having the .composite files in the meta-inf folder works fine in Tomcat too. Anyone

TuscanyServletFilter in debug mode

2007-10-12 Thread Karol
Hello. I have got one question. How to run TuscanyServletFilter in debug mode to view debug pages in browser (on address /SCADomain/index.html)? My web.xml contains: filter filter-nametuscany/filter-name filter-class org.apache.tuscany.sca.host.webapp.TuscanyServletFilter

TuscanyServletFilter in debug mode

2007-10-12 Thread Karol Kopacz
Hello. I have got one question. How to run TuscanyServletFilter in debug mode to view debug pages in browser (on address /SCADomain/index.html)? My web.xml contains: filter filter-nametuscany/filter-name filter-class org.apache.tuscany.sca.host.webapp.TuscanyServletFilter

Re: Tuscany service with bea WebLogic

2007-10-12 Thread ant elder
I've been doing a bit of debugging of this on a friends WebLogic install. This is a real issue, none of the Tuscany webapp samples work on WebLogic. The problem is that when the installed war gets exploded onto the file system the contents of the classes folder is not included, thats where the

Re: strange dependency change

2007-10-12 Thread Jean-Sebastien Delfino
[snip] Radim Kolarik wrote: Hi, our web service build using SCA is implemented as a WAR application. Our WAR pom.xml (Maven) file has the following dependencies: dependency groupIdorg.apache.tuscany.sca/groupId artifactIdtuscany-host-webapp/artifactId version1.0-incubating/version

Re: SCA C++ : WS Exception example

2007-10-12 Thread Andrew Borley
Hi Nitin, AFAIR we don't currently handle exceptions from web services in the SCA Native code. Any exceptions thrown in a SCA composite exported via the WS binding are caught in the WS service code and simply printed to the log. In the future it might b good to support exceptions via the use of

Promote?

2007-10-12 Thread Jason Clark
Hello all. I am trying to understand what the promote keyword in the composite file means? I've so far been able to find a definition of that, and the composite file in general. Thanks, Jason

Re: Promote?

2007-10-12 Thread Raymond Feng
Hi, A SCA composite can be used as an implementation (implementation.composite) for a component. This is so-called recursive composition. It allows pre-assembled composites to be reused. promote can be used to make services or references declared on a component inside the composite visible

RE: Promote?

2007-10-12 Thread Jason Clark
That makes sense. Thanks for the reply. My follow-up question is regarding the composite file in the user's guide on the Tuscany website regarding the calculator example. In the file: composite xmlns=http://www.osoa.org/xmlns/sca/1.0; name=Calculator service

Re: Tuscany and Websphere

2007-10-12 Thread Jean-Sebastien Delfino
Matthew Peters wrote: I am trying to understand how a contribution that contains a mix of artifacts, including JEE artifacts, should be handled by Tuscany and the runtime into which it is being deployed. SCA-enabling of a JEE runtime and the scenarios that this will address are introduced

Re: [DISCUSS] Tuscany SCA Roadmap and next releases

2007-10-12 Thread Jean-Sebastien Delfino
Matthew Peters wrote: As you'll guess from the post on Websphere and Tuscany that I put up a couple of days ago, My response: http://marc.info/?l=tuscany-userm=119223827124704 I would like to see where you want to go in the area of - Webapp and EJB module integration I'd like to track