Tuscany problem

2008-04-29 Thread Jose Miguel Alcaraz
Hi, I´m implementing a web service whith tuscany but I´ve problems with Security in definition.xml. When I run my client implemented with tuscany too, and with security options set, throw this exception: org.apache.tuscany.sca.interfacedef.util.FaultException: Must Understand check fail

Re: Is there are simple straightforward way of creating a Compoisite

2008-04-29 Thread Simon Laws
On Mon, Apr 28, 2008 at 6:27 PM, Simon Laws <[EMAIL PROTECTED]> wrote: > > > On Mon, Apr 28, 2008 at 5:36 PM, Marian, Radu < > [EMAIL PROTECTED]> wrote: > > > Simon, > > > > Thanks for your prompt response. I hope the following api will let me > > do what I need - compositeContent : > > /** >

RE: Is there are simple straightforward way of creating a Compoisite

2008-04-29 Thread Marian, Radu
Simon, Thanks for your reply. I have actually changed the code to: SCANode2Factory nodeFactory = SCANode2Factory.newInstance(); SCANode2Factory.SCAContribution contribution = new SCANode2Factory.SCAContribution("Service Provider Classes", urlServiceProviderClassesDir.toString());

svn build error?

2008-04-29 Thread Eugeny N Dzhurinsky
Hello, everybody! I recently updated from SVN and found I can't build Tuscany anymore! It complains it can't find latest sql-maven-plugin: [INFO] [INFO] [clean:clean] [INFO] -

Re: Is there are simple straightforward way of creating a Compoisite

2008-04-29 Thread Simon Laws
On Tue, Apr 29, 2008 at 4:49 PM, Marian, Radu <[EMAIL PROTECTED]> wrote: > Simon, > > Thanks for your reply. I have actually changed the code to: >SCANode2Factory nodeFactory = SCANode2Factory.newInstance(); >SCANode2Factory.SCAContribution contribution = new > SCANode2Factory.SCA

RE: SDO 1.1.1 RC1

2008-04-29 Thread Altaf Muneer
Hi, I am still having a problem when I reference a SCA native service in an SCA Java service. >Is p0:sdoArgName a global element in your XSD? If not, the xsi:type seems to be appropriate. What problem are you experiencing w/ the xsi:type? The SCA native service is not able to parse the XML it giv

RE: Is there are simple straightforward way of creating a Compoisite

2008-04-29 Thread Marian, Radu
Simon, Thanks for all your help again - very timely too! As far as web app contributions. Our intent is to separated business metadata as much as possible from infrastructure metadata. By business metadata I mean - xsd, wsdl, xq, sql, bpel - basically anything dealing with business message st

Tuscany Dashboard - Getting Started Portal

2008-04-29 Thread Luciano Resende
Inspired by my iGoogle browser homepage, I have started putting together a portal page that students, developers and SCA enthusiasts can use as a place to come and research, and learn more about SCA and Tuscany in general. For now, I'm calling this "Tuscany Dashboard", but I'm open for suggestions.

Re: noobie wsdl location question

2008-04-29 Thread Abraham Washington
got it working.  i took the calculator example, stripped it down, then built it back up with my implementation.  not sure what was the problem, but that's for another day. thx for helping out! abe - Original Message From: Abraham Washington <[EMAIL PROTECTED]> To: tuscany-user@ws.apac

wsdl reference question

2008-04-29 Thread Abraham Washington
hi all, i have a service that has a reference to another service.  so, in my impl class there's a setter method for the reference.   when the app is deployed, the wsdl generates the setter method operation, thus making it available to be invoked (not a good thing).  is there a way around this ?

tuscany web app deployed on jboss

2008-04-29 Thread 谷雨
I copy all jars in “tuscany-sca-1.2-incubating /lib” and tuscany-host-webapp-1.2-incubating.jar in “tuscany-sca-1.2-incubating/modules/” into jboss-4.2.2GA/server/default/lib. Then I copy the Tuscany sample calculator-webapp.war into jboss-4.2.2GA/server/default/deploy. I start jboss, there are