Re: [udig-devel] Multithreading in uDig 1.2

2010-09-26 Thread Andrea Aime
On 24/09/2010 01:22, Jody Garnett wrote: I have not seen any documentation myself; there should be a wiki page here: - http://docs.codehaus.org/display/GEOTOOLS/Module+Matrix Or here: -http://docs.codehaus.org/display/GEOTDOC/Oracle Nether reference a requirement for sequence that I can see; i

Re: [udig-devel] Multithreading in uDig 1.2

2010-09-23 Thread Jody Garnett
I have not seen any documentation myself; there should be a wiki page here: - http://docs.codehaus.org/display/GEOTOOLS/Module+Matrix Or here: -http://docs.codehaus.org/display/GEOTDOC/Oracle Nether reference a requirement for sequence that I can see; it is however a wiki so documentation is e

Re: [udig-devel] Multithreading in uDig 1.2

2010-09-23 Thread Lukasz Stawicki
Hi all the problem was in incorrect access to getting primary keys. In OracleDialect class there is predefined sequence name 'tablename_fieldname_S' - and I had different setting in my database, FeatureStore was ignoring the sequence and getting max(id) from database. And it get locked.

Re: [udig-devel] Multithreading in uDig 1.2

2010-09-22 Thread Jody Garnett
Well first up - you may have found a bug (which we would need to report to GeoTools). The version of oracle datastore we are using here has only been added to uDig recently (although it has been in GeoServer for a long time). It sounds like you have the correct setup; one thing I want to check t

[udig-devel] Multithreading in uDig 1.2

2010-09-22 Thread Lukasz Stawicki
I have multithreaded application and got in triuble with uDig 1.2 / Oracle Two threads start to insert data to same Oracle table. I get FeatureStore, for each thread I set new transaction. I debugged it under Eclipse - i get two distinct objects for FeatureStore, two distinct transactions,