[DAS] Relationship info using DBMS Metadata getCrossReference() - pros and cons?

2007-08-13 Thread Amita Vadhavkar
(Prev mail thread:- http://www.mail-archive.com/[EMAIL PROTECTED]/msg20770.html) More on this... Looks like, single table registry approach was taken to dump all rows fetcted from database without linking DataObjects, as there is no relationship information in DAS Config. So, from the above mail

Re: [DAS] Transaction support

2007-08-13 Thread Amita Vadhavkar
-When connection is provider by caller(say container), there is no meaning of managedtx attribute, and it is better to let the caller handle the transactionality of the operations. So, when DAS is instantiated using external connection - mandate managedtx = false. Also, expose getConnection()

Re: Nightly download server performance issues

2007-08-13 Thread Ron Gavlin
Luciano, Thanks for the update. Your plan sounds good to me. Any status updates you can provide as this effort moves forward is much appreciated. Regards, - Ron - Original Message From: Luciano Resende [EMAIL PROTECTED] To: tuscany-user@ws.apache.org Sent: Sunday, August 12, 2007

Re: [DAS] Transaction support

2007-08-13 Thread Luciano Resende
I think that the main goal of DAS, is to be an heterogeneous API that could be used to implement support for various backends (rdb, ldap, xml etc). Starting to add various semantics that might be specific to RDB might take us out of this direction. So, for this issue, let's take a step back and

Re: Services and WSDL files

2007-08-13 Thread Radim Kolarik
Hi, is there any on the fly WSDL generation functionality available for testing in nightly builds? If not, could you please give me any idea when it would be available for testing? Thanks, Radim On 8/9/07, Radim Kolarik [EMAIL PROTECTED] wrote: I think you are right Raymond, my thinking was

Re: Services and WSDL files

2007-08-13 Thread ant elder
A start of it is available since the 11th so any build since then will have it in which you could give a try. ...ant On 8/13/07, Radim Kolarik [EMAIL PROTECTED] wrote: Hi, is there any on the fly WSDL generation functionality available for testing in nightly builds? If not, could you

RE: SCA distribution is really big now

2007-08-13 Thread Anderson, Jeff T (CA - Toronto)
I like having the samples, in the absence of extensive documentation these are key to understanding Tuscany... I like the idea of packaging the samples as simple SCA contribution jar's. I think keeping the footprint as little as possible is important, both in terms of optics and managing the

sample news page....

2007-08-13 Thread haleh mahbod
Hi, Here is a sample of SCA news page that I had proposed last week[1]. This news page includes information about both Java SCA and Native SCA. It is a live page that reflects what's going on in the project (no old news). This page is created on TuscanyWiki so that everyone can add

Re: SCA distribution is really big now

2007-08-13 Thread Jean-Sebastien Delfino
Anderson, Jeff T (CA - Toronto) wrote: I like having the samples, in the absence of extensive documentation these are key to understanding Tuscany... I like the idea of packaging the samples as simple SCA contribution jar's. I think keeping the footprint as little as possible is important,

Re: [DAS] Transaction support

2007-08-13 Thread Luciano Resende
Comments inline On 8/13/07, Amita Vadhavkar [EMAIL PROTECTED] wrote: Below is what is happening today:- managedtx(default-true) - config attribute in ConnectionInfo element to control transactions managedtx database conn. supplied effect on transaction