Hello, I am finding problems with my current setup of Geoserver. I have two different instances of Geoserver on two separate servers. They use the same Oracle database, but use different schemas and thus refer to different datastores. They do share the same Oracle spatial tables under MDSYS though.
If I want to add a column to the view for a feature type in schema A, then I will create an error for schema B. The reason is that when Version B makes a Get Feature Info Request, it will try and select all the columns from the view including the newly add one, but it will not find the new column since it was never added. When I go to the Geoserver config for B, I will see the gml:AbstractFeatureType added for the new column within the specific feature type. This should not happen because I only added the column to the view for instance A. Why do two separate instances of geoserver pick up the new columns even though only one of the actual views in the tables have been updated? Does it have to do with the intersection within the Oracle Spatial tables? -- View this message in context: http://old.nabble.com/Two-instances-of-GeoServer-causing-Error-tp29321946p29321946.html Sent from the GeoServer - User mailing list archive at Nabble.com. ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
