On 28.12.2015 16:07, Larry Reeder wrote:
> 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.

ok, i will move postgis-jdbc-1.3.3.jar into lib/plus/jumpdbquery-1.1.1/ for 
now. you can add a version of your choice to the next release of your 
extension. 

do you need postgis-stubs-1.3.3.jar ?

> 
> 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).

we can handle this with reflection as we did w/ the other db datastores in CORE 
but only avail during runtime in 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
> 

------------------------------------------------------------------------------
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to