Re: [Geotools-devel] EPSG-H2 tests

2009-08-15 Thread Jody Garnett
Thanks for the background Andrea - I was able to sort things out. It involved messing with uDig start up sequence a fair bit; you will find I added a method to your factory in order to perform a quick check; and based on the feedback manage to open a dialog letting the user know what is goi

Re: [Geotools-devel] making the leap to jdbc-ng

2009-08-15 Thread Andrea Aime
Jody Garnett ha scritto: > On 11/08/2009, at 11:54 PM, Justin Deoliveira wrote: > >> Should be no problem to make the public method. Can you open a jira >> for this. > > http://jira.codehaus.org/browse/GEOT-2655 > >>> However I am not sure how the BasicDataSource / DBCPDataSource is >>> mana

Re: [Geotools-devel] EPSG-H2 tests

2009-08-15 Thread Andrea Aime
Jody Garnett ha scritto: > Thanks - I found that in the code base just now. What is more amazing > to me is the *size* of the unpacked h2 database on disk. I am going to > try and bundle it up in an eclipse plugin (where the result will be > zipped up); but andrea is correct in that generating the

Re: [Geotools-devel] JDBC-NG unsupported modules setup breaks builds

2009-08-15 Thread Andrea Aime
Justin Deoliveira ha scritto: > Not it shouldn't have because those tests share configuration from the > parent jdbc-ng parent pom. Otherwise tests like the jndi tests will > fail. So to make this work you will have to copy a bunch of > configuration over to the jdbc-ng unsupported parent pom. I