DBQuery uses PGGeometry from the PostGIS package to parse the PostGIS geometries, and so does require postgis jars. However, removing postgis JAR dependencies from OJ makes sense if OJ isn't using it, and I can just repackage it in the DbQuery plugin. Since PG is so well supported in the baseline OJ, I don't think anyone uses DBQuery for it anyway.
Note that PostgisDataStoreDriver is in CORE, and has a run-time dependency on the postgresql JDBC drivers, so you'll have to keep postgresql in CORE (or move PostgisDataStoreDriver to PLUS). -lreeder On Sun, Dec 27, 2015 at 7:04 AM, Michaël Michaud < m.michael.mich...@orange.fr> wrote: > Hi Ede, > > I think that PostGIS driver for datastore framework only needs > postgresql-jdbc-driver (+jts) > but dbquery from Larry needs postgresql-jdbc-driver + postgis. > Not sure of that though. > > It would make sense to move potgresql-jdbc-driver to PLUS, as other > drivers, but it will probably break some other plugins (postgis writer). > Let me do some more tests. > > Michaël > > Le 26/12/2015 18:44, edgar.sol...@web.de a écrit : > > hey Mike & All, > > > > 1. > > currently we have, > > > > postgresql (644kB) in CORE > > postgis (78kB) in PLUS > > > > which makes no sense to me. can we move both to either CORE or PLUS? > > > > 2. > > > > there is a lib/plus/postgis-stubs-*.jar which looks like it just > contains obsolete postgresql stubs. do we really need it? what for? > > > > ..ede > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > > Jump-pilot-devel mailing list > > Jump-pilot-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > > > > > > ------------------------------------------------------------------------------ > _______________________________________________ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel >
------------------------------------------------------------------------------
_______________________________________________ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel