Hi, I can't say anything about your save and reload problem because I can't see Geoserver WMS layers at all!
I had a try with Geoserver v.2.0.2 and found something that looks like an OpenJUMP bug. Geoserver is sending the layer names in a not so common way so that they include also the namespace prefix, for example sf:archsites. According to Geoserver logs OpenJUMP thinks that the colon sign needs to be url-encoded. However, url-encoding goes wrong. Correct url-encoding would be %3A but OpenJUMP sends it as %253A. %25 stands for "%" so the percent sign gets also url-encoded. I am not sure is ":" as a namespace separator should be url-encoded or not but for sure it must not be converted into %253A. Tested from a browser Geoserver accepts both sf:archsites and sf%3Aarchsites. Firefox does not url-encode the colon sign. -Jukka Rahkonen- Matthias Scholz wrote: > > Hi, > > now I have testet with a new local GeoServer 2.0.2 > installation(without > any changes) and OJ from SVN. I do not see a WMS layer after save and > reload a project. Please can anybody validate this? > > With other WMS, such as http://wms.jpl.nasa.gov/wms.cgi you > can save and > load projects without any problem. I am of the opinion that this is a > bug in OJ. > > Regards > > Matthias > > -------------------------------------------------------------- > ---------------- > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel