Re: SDO and Complex Content / extension base not working

2008-04-22 Thread Prashanth Rao
Complex Content / extension base not working from tuscany-user@ws.apache.org Archives<http://www.google.com/reader/view/feed/http%3A%2F%2Fmail-archives.apache.org%2Fmod_mbox%2Fws-tuscany-user%2F%3Fformat%3Datom>by "Simon Laws" <[EMAIL PROTECTED]> On Tue, Apr 22, 2008 at 1

SDO and Complex Content / extension base not working

2008-04-22 Thread Prashanth Rao
Hi Can you help me in resoving a issue i am facing with SDO C++ implementation. 1. I have 2 xsd's and I am loading the main XSD (Audit) along with the xml in the SDO C++ program 2. However, when the xml load is done (using xmlhelper) I dont see the data for "AuditTable" element , I see the data

SCA Native - SOAP exception / WSDL faults

2008-04-02 Thread Prashanth Rao
Hi How can i handle SOAP / WSDL faults in the current release of SCA Native container (C++ )? Is there any way i can pass on the exceptions onto the webservice clients? Thanks Prashanth

SCA Native (C++) - Roadmap, next release?

2008-04-02 Thread Prashanth Rao
Hi Can you please tell me about the roadmap of SCA Native release (from M3 to M4?) and when can we expect the release of the same? Also, what are the main changes in the next release? Will the scoped (stateless, composite) resource pattern implemented? Thanks in advance Prashanth

Re: SCA and Stateful resource pattern

2008-03-27 Thread Prashanth Rao
implement this scenario? Thanks Prashanth FromJean-Sebastien Delfino <[EMAIL PROTECTED]> SubjectRe: SCA and Stateful resource pattern DateWed, 26 Mar 2008 18:33:24 GMT Prashanth Rao wrote: > Hi > > I was reading the SCA client and imple

SCA and Stateful resource pattern

2008-03-19 Thread Prashanth Rao
Hi I was reading the SCA client and implementation model specification for C++ . With regards to "Stateless" and "Composite" scope (pg# 4) (Implementing stateful resource pattern), Does Tuscany SCA Native Container support this as yet? If yes, is there any example for the same? Thanks Prashanth

Re: CppCalculator debug error

2008-03-17 Thread Prashanth Rao
Hi Adriano Thanks a lot for the reply.. I am running the binary version of Tuscany SCA CPP and SDO (M3 release) Even if i use the release mode, when i run the client.. the application just crashes with this message. "calculator_client.exe has encountered a problem and needs to close." Regards P

CppCalculator debug error

2008-03-17 Thread Prashanth Rao
Hi I am running the CPPCalculator sample (from the samples/VSexpress folder). When i run the VC++ project in debug mode, I get the following error, when executing this line *osoa::sca::CompositeContext myContext = osoa::sca::CompositeContext::getCurrent(); Calculator *calcService = (Calculator*)

Re: Pls help me in understanding WS bindings- Thanks

2008-03-16 Thread Prashanth Rao
Hi Simon Thanks a lot for your response.. I will test out the steps you mentioned and let you know... Thanks again.. it has helped me in giving confidence that I am in the right direction to achieve what is required.. :) Thanks Prashanth Rao by "Simon Laws" <[EMAIL PROTECTED]&g

Pls help me in understanding WS bindings

2008-03-13 Thread Prashanth Rao
her location? I really appreciate your time for providing answers. i badly need to understand this to create an SCA based pilot work for a customer. Thanks Prashanth Rao

C++ compiler version?

2008-03-12 Thread Prashanth Rao
Hi I am creating a sample C++ SCA component based on CPPcalculator (actually recreating it using VC++ 2008 express edition). I have modified the SCA artifacts (the composite files etc) to point to a different directory/folder. 1. When i run the client.exe .. the system just hangs on me 2. When i

CPP bigbank exception - getting a runtime exception

2008-03-07 Thread Prashanth Rao
Hi Can anyone help me in understanding why I am getting a Runtime error saying "AccountClient.exe - This application has requested the runtime to terminate it in an unusal way. Please contact the applications support team for more information" While running the CPP bigbank sample from the deploy

2 Questions - WSDL deployment and SDO_DAS_XML error

2008-03-07 Thread Prashanth Rao
Hi 1] I am trying SCA C++ implementation on a windows XP platform. I was trying some of the samples and was able to execute the C++ clients for bigBank and the cppCalculator samples.. However, when i try to run the PHP client for bigBank (followed the guidelines in the doc..) First, I could not f

SCA C++ and ESB

2008-03-04 Thread Prashanth Rao
Hi I have couple of questions on Tuscany project and interoperability with any ESB 1. Is there any ESB which is SCA compliant as of now in the industry. 2. If I create a SCA component out of an existing C++ code, and publish it as a webservice, I can consume that service within any ESB using WS

SCA C++ implementation - bindings?

2008-02-21 Thread Prashanth Rao
What are the approaches needed to integrate C++ component with say Java component. Is webservice binding the only way i can wire them together? Thanks Prashanth