Re: reading in sca-contribution.xml file

2007-09-18 Thread Andrew Mak
Hi, Has anyone else run into this problem I'm seeing with reading in contribution xml files? (please see my original post below) Is there anything wrong with my test program? Thanks in advance. Andrew Andrew Mak/Toronto/[EMAIL PROTECTED] 09/13/2007 08:34 PM Please respond to

Re: reading in sca-contribution.xml file

2007-09-18 Thread Andrew Mak
Thank you for your reply. I am using 0.99 Tuscany release. I am not quite sure where to get 1.0 RC, if you can give me a pointer to it I can sure give it a try. Andrew Luciano Resende [EMAIL PROTECTED] 09/18/2007 11:19 AM Please respond to tuscany-user@ws.apache.org To

Re: reading in sca-contribution.xml file

2007-09-18 Thread Raymond Feng
Hi, I just ran the test case against our trunk and 1.0 branch. It works as expected: {http://mytest.com/}alculatorComposite is printed out. The 1.0 RC2 code is now under review @ http://people.apache.org/~antelder/tuscany/1.0-RC2/. Thanks, Raymond package test; import

tuscany-interface-wsdl-runtime module version 0.99-incubating missing

2007-09-18 Thread Yanyan Wang
I used the tuscany-interface-wsdl-runtime module in my service layer implementation with java sca 0.91-incubating. However, when I upgraded tuscany-sca to 0.99-incubating, the module is unavailable now. I am wondering if it has been merged into some other module? Which artifact I should use

Re: tuscany-interface-wsdl-runtime module version 0.99-incubating missing

2007-09-18 Thread Raymond Feng
If I remember correctly, the module was there to host the module activator to bootstrap the extensions to support interface.wsdl. Now we use the lazy loading and the extensions are registered using service provider files under modules/interface-wsdl-xml/src/main/resources/META-INF/services. So

Frank Budinsky/Toronto/IBM is out of the office.

2007-09-18 Thread Frank Budinsky
I will be out of the office starting 09/18/2007 and will not return until 09/24/2007. I will respond to your message when I return. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[SDO C++] Setting::getDataObjectValue question

2007-09-18 Thread Adriano Crestani
I have the following code: const commonj::sdo::SettingList settings = summary-getOldValues(dataObject); for (int i = 0 ; i settings.size() ; i++) { if (!settings[i].getProperty().getType().isDataType()) { commonj::sdo::DataObjectPtr value =

RE: Agent using SDO remotely

2007-09-18 Thread Eborn, Eric D
The agent actually requests all needed class files form the server that deployed it, so no, the agent isn't using an older version. That is the strange thing here. I'm having an impossible time figuring this out. I searched the source code for references to ModelPacakge and come out with ~15