Re: DAS C++ Status

2007-05-28 Thread Adriano Crestani
Added support to set up the framework via config xml under revision 542124. Adriano Crestani On 5/22/07, haleh mahbod [EMAIL PROTECTED] wrote: Thank you for the explanation. On 5/21/07, Adriano Crestani [EMAIL PROTECTED] wrote: Yes, it's intergrated with Tuscany SDO C++. Next step is to

[Java Sca]-Parse two interface error.

2007-05-28 Thread Tony Wang
hi, when a componentImpl implementation two interface,tuscany parse error. public interface CalculatorService1 { double add(double n1, double n2); double subtract(double n1, double n2); } public interface CalculatorService2 { double multiply(double n1, double n2); double

[jira] Created: (TUSCANY-1304) DAS does not allow multiple updates on same table in one applyChanges()

2007-05-28 Thread Amita Vadhavkar (JIRA)
DAS does not allow multiple updates on same table in one applyChanges() --- Key: TUSCANY-1304 URL: https://issues.apache.org/jira/browse/TUSCANY-1304 Project: Tuscany Issue

Re: companyweb and dbconfig integration

2007-05-28 Thread Amita Vadhavkar
Yes, what I meant is simply multiple updates on same table in one transaction. _ Analyzed - ChangeFactory.getUpdateCommand() in JAVA DAS, has logic like this - if (updateCommand == null) { ...do something to create a new

Re: companyweb and dbconfig integration

2007-05-28 Thread Amita Vadhavkar
Oops, I did not see JIRA-1300 before, we can delete JIRA-1304 and continue with JIRA-1300 or otherwise. On 5/28/07, Amita Vadhavkar [EMAIL PROTECTED] wrote: Yes, what I meant is simply multiple updates on same table in one transaction.

Re: DAS M3 Release

2007-05-28 Thread Amita Vadhavkar
Hi , FAQs in place, please check and give comments/add to it http://cwiki.apache.org/confluence/display/TUSCANY/RDB+DAS+Java+-+FAQ Regards, Amita On 5/23/07, Amita Vadhavkar [EMAIL PROTECTED] wrote: Hi, Please take a look at the section Ongoing work items on page

[jira] Resolved: (TUSCANY-1302) Changesummary of datagraph does not log changes for dataobject contained by the rootObject

2007-05-28 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Budinsky resolved TUSCANY-1302. - Resolution: Invalid Fix Version/s: Java-M1 The problem is in the test program.

Re: Wiki cleanup : was : Website / Wiki was:Tuscany Logo..

2007-05-28 Thread Hernan Cunico
this is a glitch in the autoexport plugin. I was wondering why I wasn't seeing the changes after you updated the css. if I upload a file with the exact name as the one already attached (simple file overwrite) the autoexport plugin won't pick the update. That is there is one version on

Re: Wiki cleanup : was : Website / Wiki was:Tuscany Logo..

2007-05-28 Thread Hernan Cunico
Done! Cheers! Hernan Venkata Krishnan wrote: Hi Hernan, I have updated the template to include the 'incubator' log and have attached it to the wiki - http://cwiki.apache.org/confluence/download/attachments/55047/TUSCANY_template_2007_5_25_v3.zip I have tested this locally to be working

Re: Wiki cleanup : was : Website / Wiki was:Tuscany Logo..

2007-05-28 Thread Venkata Krishnan
Thanks yet again. I see the incubator logo now :) - Venkat On 5/28/07, Hernan Cunico [EMAIL PROTECTED] wrote: Done! Cheers! Hernan Venkata Krishnan wrote: Hi Hernan, I have updated the template to include the 'incubator' log and have attached it to the wiki -

Re: Wiki cleanup : was : Website / Wiki was:Tuscany Logo..

2007-05-28 Thread Venkata Krishnan
Hi, Going after Ant's suggestion on ways to include Release information in our home I have tried something at http://cwiki.apache.org/TUSCANY/test-home.html. I could not figure out a way to hide the border of the table there and also vertically align the panel of Release information to the top

[jira] Created: (TUSCANY-1305) Changesummary of datagraph using static interfaces.

2007-05-28 Thread Steffen Glomb (JIRA)
Changesummary of datagraph using static interfaces. --- Key: TUSCANY-1305 URL: https://issues.apache.org/jira/browse/TUSCANY-1305 Project: Tuscany Issue Type: Bug Components: Java

[jira] Commented: (TUSCANY-1305) Changesummary of datagraph using static interfaces.

2007-05-28 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499631 ] Frank Budinsky commented on TUSCANY-1305: - Hi Steffen, What version of the SDO code are you using? I

Re: Wiki cleanup : was : Website / Wiki was:Tuscany Logo..

2007-05-28 Thread Hernan Cunico
Check this one out, that should take care of the alignment and table borders. http://cwiki.apache.org/TUSCANY/test-home-2.html I'm using an include of a page that uses {seciton} and {column}. I also forced a space on top of the {panel} but it can be removed to get the panel aligned with the

Re: Wiki cleanup : was : Website / Wiki was:Tuscany Logo..

2007-05-28 Thread Hernan Cunico
btw, did you have the chance to update the css. it is still not picking up the changes to spacing and padding. Cheers! Hernan Hernan Cunico wrote: Check this one out, that should take care of the alignment and table borders. http://cwiki.apache.org/TUSCANY/test-home-2.html I'm using an

Build break - databinding test case error

2007-05-28 Thread Jean-Sebastien Delfino
Building revision r542376 gives me the following error: testMap(org.apache.tuscany.sca.databinding.extension.SimpleTypeMapperExtensionTestCase) Time elapsed: 0.067 sec ERROR! java.lang.IllegalArgumentException: --02 at

Re: Build break - databinding test case error

2007-05-28 Thread Raymond Feng
Hi, I'm sorry that a local change slipped into the commit and it hit a bug in SUN JDK. I fixed it under r542409. Raymond - Original Message - From: Jean-Sebastien Delfino [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Monday, May 28, 2007 7:53 PM Subject: Build break -

Re: Wiki cleanup : was : Website / Wiki was:Tuscany Logo..

2007-05-28 Thread Venkata Krishnan
Hey thanks!. I tried this stuff but from with the same page embedding sections within columns and just went awry - so gave up... this looks good :) - Venkat On 5/29/07, Hernan Cunico [EMAIL PROTECTED] wrote: Check this one out, that should take care of the alignment and table borders.

Re: Build break - databinding test case error

2007-05-28 Thread Jean-Sebastien Delfino
[snip] Raymond Feng wrote: Hi, I'm sorry that a local change slipped into the commit and it hit a bug in SUN JDK. I fixed it under r542409. Raymond I checked out r542409 and got a successful build. Thanks. -- Jean-Sebastien