Debasish Sahu ha scritto: > I was trying the legacy build from the current trunk . > > Anyways have managed to get the Oracle plugin working with the Web2. But > now there is another strange problem that has proped up . > > Got the Oracle Spatial layers configured and running and was able to > view through OpenLayers.
Yep, I get the same error. It was not there last week, some change in the persistence susbystem must have caused it I guess? Justin, how is XStream determining the type of the elements inside the laye metadata map? If there is no way it can do that we have two options: - push these properties into real bean properties with a name and a type. Actually I don't really see why we'd want them into an untyped hashmap to start with. If we do that, imho this property should be part of the LayerInfo thought (it's publishing oriented, not inherent to the resource). - have the code expect a string and parse it? Does not look too good imho thought. For the moment I've implemented option 2 as a temporary workaround (r12096), in MapLayerInfo so that people can use WMS, but I'd like to see a better solution. Cheers Andrea ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
