DAS C++ Status

2007-05-20 Thread Adriano Crestani
Actually is being developed the Tuscany DAS C++. So far, the framework can perform the following: - Convetion Over Configuration(COC): - DAS assumes that a column named xxx_id is a FK to the column named id on table xxx. - If no PK column is found on the ResultSet, it sets the column

Re: java/sca sources build impossible?

2007-05-20 Thread Bill Barnhill
Hi Ant, I ran into the same problem I think. Instead of checking out SCA and trying to build that, I got around this by first checking out the java trunk: mkdir org.apache.tuscany cd org.apache.tuscany svn checkout https://svn.apache.org/repos/asf/incubator/tuscany/java java Then building

Re: SDO published Snapshots

2007-05-20 Thread kelvin goodson
Have done that now too. It didn't occur to me that it had changed, but of course we switched from 1.0-incubator-SNAPSHOT to 1.0-incubating-SNAPSHOT Kelvin. On 20/05/07, Jacek Laskowski [EMAIL PROTECTED] wrote: On 5/19/07, kelvin goodson [EMAIL PROTECTED] wrote: done What about

[VOTE] Release Tuscany Java SCA 0.90-incubating

2007-05-20 Thread ant elder
Please review and vote on the 0.90 release artifacts of Tuscany SCA for Java. The artifacts are available for review at: http://people.apache.org/~antelder/tuscany/0.90-rc1/ This includes the binary and source distributions, the RAT reports, and the Maven staging repository. The SVN tag for

[jira] Updated: (TUSCANY-1294) web.xml of sample-calculator-web is invalid wrt web-app_2_3.dtd

2007-05-20 Thread Jacek Laskowski (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacek Laskowski updated TUSCANY-1294: - Attachment: TUSCANY-1294.patch web.xml of sample-calculator-web is invalid wrt

[jira] Created: (TUSCANY-1294) web.xml of sample-calculator-web is invalid wrt web-app_2_3.dtd

2007-05-20 Thread Jacek Laskowski (JIRA)
web.xml of sample-calculator-web is invalid wrt web-app_2_3.dtd --- Key: TUSCANY-1294 URL: https://issues.apache.org/jira/browse/TUSCANY-1294 Project: Tuscany Issue Type: Bug

Re: DAS M3 Release

2007-05-20 Thread Luciano Resende
I have update DAS distributions, as follow : Regular build : mvn - only build das-rdb and samples Distribution build : mvn -Pdistribution - builds das-rdb and generates javadocs, also builds all distributions as well Current distribution layout: Binary : libs and dependencies, javadoc +

Re: DAS M3 Release

2007-05-20 Thread Amita Vadhavkar
Hi Adriano, It is still work-in-progress. Main changes I did are 1) use simple connection pool on Test Cases framework 2) use finalize() in RDB DAS code 3) Do cleanup (removing references) as needed 4) Decouple DatabaseSetup and DasTest - do not share connections With this, there is some success