Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Postgis problem in compiled version


Paul, thanks for the comments, but I don't want to hit template0 or template1 when appears in the wizard. The problem is geotools-bin-2.1.RC0.zip works perfect but when I compile geotools from svn repository, the postgis access to a simple table (that works in geotools-bin-2.1.RC0.zip) doesn't work.

I don't know if it could be an error of mine in the building process, but I followed all quickstart steps. Anybody have tried to access postgis from the current svn geotools version?

   Javier

At 14:03 13/06/2005, you wrote:
Some changes are deliberate, some not:

On 13-Jun-05, at 2:13 AM, Javier wrote:

   Hi, ... I´m having a problem when trying to access a Postgis
database from UDIG (compiled from svn, following Quickstart steps)
but geotools-bin-2.1.RC0.zip version works fine.

   In the postgis wizard, I have found different information when
access from both versions:

In geotools-bin-2.1.RC0.zip ->
    database field -> mydatabase, template0 and template1
    schema field -> information schema, pg_catalog and public
    Layer selection -> tables from mydatabase and views
    Render works fine

In svn compiled version running from E
clipse ->
    database field -> only mydatabase

What do you want to hit template0 and template1 for? Probably not a
wise idea... we took those out.

    schema field -> only public

Unless you have run CREATE SCHEMA, only 'public' is a real useable
schema. The other entries are not.

    Layer selection -> only tables

Missing views is probably a bad thing. We should fix that. I think we
are only looking at things in the GEOMETRY_COLUMNS table, which means
you will need to add your views there. Might work then.

    There is a rendering/access problem and the layer appears with
an X (in the status bar -> error:
org.opengis.referencing.IdentifiedObject.getIdentifiers()Ljava/util/ set;)

Shouldn't happen at all! :)

Paul


   Is it possible that the postgres/postgis driver from repository
is different the one in geotools-bin-2.1.RC0.zip??? is there a full
log file when running UDIG from eclipse???

   Thanks very much...

_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel

_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel



Back to the top