Hi, Yes, basically it is made for WFS-T. We have a strict standard naming policy in our databases which leads to long table names. Addind the Geoserver default _SEQUENCE was leading to too long sequence names (they can be only 32 characters long in Oracle if I remember right). Therefore GEOSERVER_METADATA was created and it was made to support also configurable fid generating and both PostGIS and Oracle.
-Jukka Rahkonen- -----Alkuperäinen viesti----- Lähettäjä: Simon Payne [mailto:[email protected]] Lähetetty: ti 10.5.2011 18:16 Vastaanottaja: Rahkonen Jukka Aihe: Re: [Geoserver-users] How to customise GeoServer WFT-S Transactionhandling > Hi Jukka > Thanks for your reply. Will this work with a WFS-T Transaction Insert > operation as well? Cheers Simon --- On Tue, 10/5/11, Rahkonen Jukka <[email protected]> wrote: > From: Rahkonen Jukka <[email protected]> > Subject: Re: [Geoserver-users] How to customise GeoServer WFT-S > Transactionhandling > To: "Simon Payne" <[email protected]>, > [email protected] > Date: Tuesday, 10 May, 2011, 15:50 > Hi, > > You can configure it by creating a special table, perhaps > GEOSERVER_METADATA by default, into Oracle and pointing > Geoserver to use it. Reading this old thread should guide > you into right direction. I am not sure where the official > documentation is. > > http://sourceforge.net/mailarchive/forum.php?thread_name=29621032.post%40talk.nabble.com&forum_name=geoserver-users > > -Jukka Rahkonen- > > > -----Alkuperäinen viesti----- > Lähettäjä: Simon Payne [mailto:[email protected]] > Lähetetty: ti 10.5.2011 17:22 > Vastaanottaja: [email protected] > Aihe: [Geoserver-users] How to customise GeoServer WFT-S > Transactionhandling > > Hi all, > > I am new to GeoServer and have been investigating it using > v. 2.0.2. I have installed a data store backing onto > an Oracle database and tested that I can write features to > it OK. Now, I would like to customise the handling of > the Insert so that it supplies the returned feature id from > a source I specify: i.e. from a specific database sequence, > rather than as a default autoincremented value. What > would be the easiest way to go about that? Can I > configure this just using the binary version of GeoServer or > do I need to modify the source code? Is there an extension > point for processing of WFS requests? > > Many thanks for any advice you can give me. > > Simon Payne > > ------------------------------------------------------------------------------ > Achieve unprecedented app performance and reliability > What every C/C++ and Fortran developer should know. > Learn how Intel has extended the reach of its > next-generation tools > to help boost performance applications - inlcuding > clusters. > http://p.sf.net/sfu/intel-dev2devmay > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users > > ------------------------------------------------------------------------------ Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
