Re: New version solves Feature 'ConnectionInfo' not found problem

2007-07-10 Thread Amita Vadhavkar
Hi Enric, I just came across some links from PostgreSQL, relevant to the exception mentioned earlier - Exception in thread main *java.lang.RuntimeException*: * org.postgresql.util.PSQLException*: Returning autogenerated keys is not supported.

Re: New version solves Feature 'ConnectionInfo' not found problem

2007-07-09 Thread Luciano Resende
Hi Enric I was chatting with Amita about this problem, and she found that this might be a problem on our code, I have applied a fix for the issue to trunk under revision #554549. Please let us know if that helps. On 7/6/07, Enric Staromiejski Torregrosa [EMAIL PROTECTED] wrote: BTW, did you

Re: New version solves Feature 'ConnectionInfo' not found problem

2007-07-09 Thread Enric Staromiejski Torregrosa
I'll be absent for three or four days, but i'll try it when i'll be back. Thanks for the effort. Enric 2007/7/9, Luciano Resende [EMAIL PROTECTED]: Hi Enric I was chatting with Amita about this problem, and she found that this might be a problem on our code, I have applied a fix for the

Re: New version solves Feature 'ConnectionInfo' not found problem

2007-07-06 Thread Enric Staromiejski Torregrosa
BTW, did you solve this problem with Oracle? We optionally are allowed to use Oracle instead of PostgreSQL... Regards 2007/7/5, Luciano Resende [EMAIL PROTECTED]: This might be the same issue we have with the Oracle JDBC drive, could you try specifying the resultset shape definition in the

Re: New version solves Feature 'ConnectionInfo' not found problem

2007-07-05 Thread Luciano Resende
Great news Enric Just FYI, I think this was fixed by TUSCANY-1401 [1] [1] https://issues.apache.org/jira/browse/TUSCANY-1401 On 7/5/07, Enric Staromiejski Torregrosa [EMAIL PROTECTED] wrote: The problem i reported in the mail below does not occur any more with the new

Re: New version solves Feature 'ConnectionInfo' not found problem

2007-07-05 Thread Enric Staromiejski Torregrosa
by the way, the database engine i'll have to use is PostgreSQL 8.1, but the configuration has to be a typicall one, isn't it, something like: ConnectionInfo ConnectionProperties driverClass=org.postgresql.Driver

Re: New version solves Feature 'ConnectionInfo' not found problem

2007-07-05 Thread Luciano Resende
The XSD is available here [1]. I would need to give it a try using MySQL, but giving it a quick look on the DAS config files, looks like connection info other then the derby one hasn't been updated recently, and you would need to make some small modifications to it. ConnectionInfo

Re: New version solves Feature 'ConnectionInfo' not found problem

2007-07-05 Thread Enric Staromiejski Torregrosa
Yeah, but the path seems hard, hard. I just discovered the problem is not related with the code, but with the fact that i was trying to use another connection distinct to the derby one. I'm working with the default Customer sample code Tuscany is distributing. When using the derby connection

Re: New version solves Feature 'ConnectionInfo' not found problem

2007-07-05 Thread Enric Staromiejski Torregrosa
i imagined...but even if i get driverClass accepted, Feature user is not i'm really impressed and happy with your presence and collaboration...it's greatly encouraging to a newby ;) Enric 2007/7/5, Luciano Resende [EMAIL PROTECTED]: The XSD is available here [1]. I would need to give it

Re: New version solves Feature 'ConnectionInfo' not found problem

2007-07-05 Thread Luciano Resende
This might be the same issue we have with the Oracle JDBC drive, could you try specifying the resultset shape definition in the das config as described in this user's guide link [1] and see if this make you go further ? [1]