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

Re: SDO and Complex Content / extension base not working

2008-04-22 Thread Simon Laws
On Tue, Apr 22, 2008 at 10:59 AM, Prashanth Rao [EMAIL PROTECTED] wrote: 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

Re: Query: invocation-time access to reference policies

2008-04-22 Thread Steve Chamberlain
Simon, Raymond, All is clear now. I was missing some initialization of the binding, and did not understand that the policy attach point was actually updated with the results of policy resolution / computation. Now I have the resolved policies on the binding, and can (if necessary) implement

RE: SDO 1.1.1 RC1

2008-04-22 Thread Altaf Muneer
Hi, I tried to use the fixed version, the messages get processed instantaneously which is great. Thanks for the quick response. But I faced some other problems... The previous version used to work well when I had a reference to the native service.. Now the appropriate native service is called but

Re: SDO 1.1.1 RC1

2008-04-22 Thread Raymond Feng
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? Thanks, Raymond -- From: Altaf Muneer [EMAIL PROTECTED] Sent: Tuesday, April 22, 2008 7:50 AM To:

Re: [GSoC] Accepted Student Proposals for 2008 Announced

2008-04-22 Thread Oscar Castaneda
Dear all, I was very excited to see the results yesterday! I would like to thank the Apache Tuscany community, especially the mentors for GSoc. Their help was vital in creating my proposal. I will work hard to complete this project successfully. I'm looking forward to this great opportunity!

Re: svn checkout problem

2008-04-22 Thread Raymond Feng
Hi, We should have published the SNAPSHOT versions more frequently. Anyway, can you try to build the modules folder first and then tutorial? The other option is to build the whole tree under sca using mvn clean install -fn -Dmaven.test.skip=true. Thanks, Raymond From: Marian, Radu Sent:

jboss deployment

2008-04-22 Thread Abraham Washington
hi...is there some special config that needs to be done for the samples to be deployed within jboss. i'm getting the error below... 14:14:53,930 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/ 14:14:58,079 INFO [TomcatDeployer] deploy,

Re: SDO and Complex Content / extension base not working

2008-04-22 Thread Prashanth Rao
Hi There is no XML loading error, except that the AuditTable element does not display any data.. rest of the elements which are defined as basic types are being displayed (Also as Simon pointed out, it was my mistake to quickly type in the sample xml for this mailing list.. which has the wrong