Re: [Geoserver-devel] JDBC Store implementation guidelines

2022-08-19 Thread Alexandre Gacon
Jody, a draft PR is available here : https://github.com/geoserver/geoserver/pull/6121. Le ven. 19 août 2022 à 10:04, Alexandre Gacon a écrit : > I will do that after doing some additional investigation on my side. > > Alexandre > > Le ven. 19 août 2022 à 09:58, Jody Garnett a > écrit : > >> If

Re: [Geoserver-devel] JDBC Store implementation guidelines

2022-08-19 Thread Alexandre Gacon
I will do that after doing some additional investigation on my side. Alexandre Le ven. 19 août 2022 à 09:58, Jody Garnett a écrit : > If you make a draft PR I am happy to provide input. I presently do not > have any customers using JDBCStore but I am happy to support your > troubleshooting. > >

Re: [Geoserver-devel] JDBC Store implementation guidelines

2022-08-19 Thread Jody Garnett
If you make a draft PR I am happy to provide input. I presently do not have any customers using JDBCStore but I am happy to support your troubleshooting. If I remember it really just wants a data structure for configuration; and it needs to callback to the geoserver catalogue to look up data store

Re: [Geoserver-devel] JDBC Store implementation guidelines

2022-08-18 Thread Alexandre Gacon
Thanks Jody for the input. I have already implemented a first version (which of course does not work) and I will have a look at the examples to see what I did wrong. Alexandre Le ven. 19 août 2022 à 08:49, Jody Garnett a écrit : > Alexandre: > > The original proposal had example code snippets;

Re: [Geoserver-devel] JDBC Store implementation guidelines

2022-08-18 Thread Jody Garnett
Alexandre: The original proposal had example code snippets; and I did my best to add very good javadocs for using ResourceStore. - https://github.com/geoserver/geoserver/wiki/GSIP-106 - https://github.com/geoserver/geoserver/wiki/ResourceStore-API-Examples As shown in the examples it is really n

[Geoserver-devel] JDBC Store implementation guidelines

2022-08-17 Thread Alexandre Gacon
Hello, Is there any guideline on how to evolve an existing module to make it compatible with the jdbcstore community extension? I need to use the feature-pregeneralized extension with this store and for the moment it does not work. The extension currently uses the Resources.find method to find a