[Geoserver-devel] [jira] Created: (GEOS-4472) Unclosed BufferedInputStream in GeoServerLoader.readConfiguration

2011-04-06 Thread Martin Zeller (JIRA)
Unclosed BufferedInputStream in GeoServerLoader.readConfiguration
-

 Key: GEOS-4472
 URL: http://jira.codehaus.org/browse/GEOS-4472
 Project: GeoServer
  Issue Type: Bug
  Components: Configuration
Affects Versions: 2.1-RC4
 Environment: Windows 7 Enterprise 64bit
Reporter: Martin Zeller
Assignee: Justin Deoliveira
Priority: Trivial


Look at GeoServerLoader.readConfiguration (~ line 614) - when reading 
global.xml and logging.xml, the BufferedInputStreams 'in' stay unclosed.

Problem: I run several instances of geoserver against one data directory. When 
the tomcat context of one geoserver instance reloads, it keeps a lock on 
'global.xml' so no other instance can persist changes to global.xml - see 
StackTrace

StackTrace:
org.geoserver.catalog.CatalogException: Error persisting
GeoServerInfoImpl[null] to \data\global.xml
at
org.geoserver.config.GeoServerPersister.persist(GeoServerPersister.java:705)
at
org.geoserver.config.GeoServerPersister.handlePostGlobalChange(GeoServerPersister.java:241)
at
org.geoserver.config.impl.GeoServerImpl.fireGlobalPostModified(GeoServerImpl.java:154)
at
org.geoserver.config.impl.GeoServerImpl.save(GeoServerImpl.java:141)
at
org.geoserver.config.UpdateSequenceListener.incrementSequence(UpdateSequenceListener.java:40)
at
org.geoserver.config.UpdateSequenceListener.handlePostGlobalChange(UpdateSequenceListener.java:78)
at
org.geoserver.config.impl.GeoServerImpl.fireGlobalPostModified(GeoServerImpl.java:154)
..
Caused by: java.io.IOException: Could not delete: .\data\global.xml
at
org.geoserver.config.GeoServerPersister.rename(GeoServerPersister.java:665)
at
org.geoserver.config.GeoServerPersister.persist(GeoServerPersister.java:698)  



When I tried a version where I closed these streams, the error didn't occur 
anymore.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [jira] Created: (GEOS-4471) enabled property for LayerGroupInfo

2011-04-06 Thread JIRA
enabled property for LayerGroupInfo
---

 Key: GEOS-4471
 URL: http://jira.codehaus.org/browse/GEOS-4471
 Project: GeoServer
  Issue Type: New Feature
  Components: Configuration, Wicket UI
Reporter: Gabriel Roldán
Assignee: Gabriel Roldán
 Fix For: 2.2.x


{{LayerGroupInfo}}s can't be enabled/disabled as they don't have an enabled 
property like {{LayerInfo}} has.
Moreover, it would need a derived {{enabled()}} property just like 
{{LayerInfo}} that in turn defers to all its {{LayerInfo.enabled()}}.
Otherwise it is not possible to temporarily disable a LayerGroup from being 
accessed, nor to know beforehand if it's gonna fail because of some of it's 
layer infos is misconfigured.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

   

--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [jira] Created: (GEOS-4470) Styles confirm remove panel fails with core styles (line, point, etc)

2011-04-06 Thread Eric Lawrey (JIRA)
Styles confirm remove panel fails with core styles (line, point, etc)
-

 Key: GEOS-4470
 URL: http://jira.codehaus.org/browse/GEOS-4470
 Project: GeoServer
  Issue Type: Bug
  Components: Wicket UI
Affects Versions: 2.1-RC4
Reporter: Eric Lawrey
Assignee: Andrea Aime
Priority: Minor


When attempting to delete one of the core style (line, point, polygon, raster) 
the Confirm object removal panel displays a server error (Oops, something went 
wrong...) rather than a useful error message.

Ideally if these styles can not be deleted then their check box in the Styles 
page should be disabled.

To reproduce:
Go to Styles
Select raster
Click on "Removed selected style(s)"

This results in the following trace:
org.apache.wicket.WicketRuntimeException: Property 
'ConfirmRemovalPanel.notRemovedObject' not found in property files. Markup: 
[markup = 
jar:file:/home/reefatlas/ningaloo_site/geoserver2/tomcat/webapps/geoserver2/WEB-INF/lib/web-core-2.1-RC4.jar!/org/geoserver/web/data/ConfirmRemovalPanel.html




  
  About to 
remove: 
  



   The following 
objects could not be removed:
   
 : 
   



The following 
objects will be removed:

: 
:

:

:





The following 
objects will be modified as a result:

:

:





, index = 18, current = [Raw markup]]
at 
org.apache.wicket.markup.resolver.WicketMessageResolver$MessageContainer.onComponentTagBody(WicketMessageResolver.java:217)
at org.apache.wicket.Component.renderComponent(Component.java:2686)
at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1538)
at org.apache.wicket.Component.render(Component.java:2517)
at org.apache.wicket.MarkupContainer.autoAdd(MarkupContainer.java:229)
at 
org.apache.wicket.markup.resolver.WicketMessageResolver.resolve(WicketMessageResolver.java:148)
at 
org.apache.wicket.markup.resolver.ComponentResolvers.resolve(ComponentResolvers.java:81)
at 
org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1444)
at 
org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1603)
at 
org.apache.wicket.MarkupContainer.onComponentTagBody(MarkupContainer.java:1527)
at org.apache.wicket.Component.renderComponent(Component.java:2686)
at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1538)
at org.apache.wicket.Component.render(Component.java:2517)
at 
org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1440)
at 
org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1603)
at 
org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:696)
at 
org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:114)
at org.apache.wicket.Component.renderComponent(Component.java:2686)
at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1538)
at org.apache.wicket.Component.render(Component.java:2517)
at 
org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1440)
at 
org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1603)
at 
org.apache.wicket.MarkupContainer.onComponentTagBody(MarkupContainer.java:1527)
at 
org.apache.wicket.markup.html.form.Form.onComponentTagBody(Form.java:1995)
at org.apache.wicket.Component.renderComponent(Component.java:2686)
at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1538)
at org.apache.wicket.Component.render(Component.java:2517)
at 
org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1440)
at 
org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1554)
at org.apache.wicket.Page.onRender(Page.java:1575)
at org.apache.wicket.Component.render(Component.java:2517)
at org.apache.wicket.Page.renderPage(Page.java:913)
at 
org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:63)
at 
org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:105)
at 
org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1258)
at org.apache.wicket.RequestCycle.step(RequestCycle.java:1329)
at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1436)
at org.apache.wicket.RequestCycle.request(RequestCycle.java:545)
at 
org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:484)
 

Re: [Geoserver-devel] RequestObjectLogger

2011-04-06 Thread Justin Deoliveira
Looks good. Apply as you like.

On Wed, Apr 6, 2011 at 3:29 PM, Gabriel Roldán  wrote:

> Hey Justin, would you mind applying the bellow patch to
> RequestObjectLogger in order not to generate too many strings when not
> needed? I tested it by switching between geosever_developer and
> production logging while running a gwc seed task and it seems it does
> its job. The performance penalty for this case is around 3%. Not that a
> big deal, but still it'd be good to avoid unnecessary log calls?
>
> Cheers,
> Gabriel
>
> --- a/ows/src/main/java/org/geoserver/ows/util/RequestObjectLogger.java
> +++ b/ows/src/main/java/org/geoserver/ows/util/RequestObjectLogger.java
> @@ -4,6 +4,7 @@
>  */
>  package org.geoserver.ows.util;
>
> +import java.util.logging.Level;
>  import java.util.logging.Logger;
>
>  import org.aopalliance.intercept.MethodInterceptor;
> @@ -27,7 +28,9 @@ public class RequestObjectLogger implements
> MethodInterceptor {
> }
>
> public Object invoke(MethodInvocation invocation) throws Throwable
> {
> -
> +if (!logger.isLoggable(Level.INFO)) {
> +return invocation.proceed();
> +}
> StringBuffer log = new StringBuffer();
> log.append("\n" + "Request: " +
> invocation.getMethod().getName());
>
>
> --
> Gabriel Roldan
> grol...@opengeo.org
> Expert service straight from the developers
>
>


-- 
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] RequestObjectLogger

2011-04-06 Thread Gabriel Roldán
Hey Justin, would you mind applying the bellow patch to
RequestObjectLogger in order not to generate too many strings when not
needed? I tested it by switching between geosever_developer and
production logging while running a gwc seed task and it seems it does
its job. The performance penalty for this case is around 3%. Not that a
big deal, but still it'd be good to avoid unnecessary log calls?

Cheers,
Gabriel

--- a/ows/src/main/java/org/geoserver/ows/util/RequestObjectLogger.java
+++ b/ows/src/main/java/org/geoserver/ows/util/RequestObjectLogger.java
@@ -4,6 +4,7 @@
  */
 package org.geoserver.ows.util;
 
+import java.util.logging.Level;
 import java.util.logging.Logger;
 
 import org.aopalliance.intercept.MethodInterceptor;
@@ -27,7 +28,9 @@ public class RequestObjectLogger implements
MethodInterceptor {
 }
 
 public Object invoke(MethodInvocation invocation) throws Throwable
{
-
+if (!logger.isLoggable(Level.INFO)) {
+return invocation.proceed();
+}
 StringBuffer log = new StringBuffer();
 log.append("\n" + "Request: " +
invocation.getMethod().getName());


-- 
Gabriel Roldan
grol...@opengeo.org
Expert service straight from the developers


--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [jira] Created: (GEOS-4469) Customize BalloonStyle in KML output (aka Remove "Directions To Here / From Here" in Google Earth)

2011-04-06 Thread Mike Pumphrey (JIRA)
Customize BalloonStyle in KML output (aka Remove "Directions To Here / From 
Here" in Google Earth)
--

 Key: GEOS-4469
 URL: http://jira.codehaus.org/browse/GEOS-4469
 Project: GeoServer
  Issue Type: Improvement
  Components: Google Earth KML Output
Affects Versions: 2.1-RC4
 Environment: Google Earth
Reporter: Mike Pumphrey
Assignee: Andrea Aime
Priority: Minor
 Fix For: 2.1.x


KML output on a points layer generates a footer in the placemark that says 
"Directions: To Here / From here"  In KML, this is customized in the 
BalloonStyle tag, but there doesn't appear to be a way to customize this (i.e. 
remove it) from within GeoServer.

The only reference to BalloonStyle I could find in the code was here:
  
http://svn.codehaus.org/geoserver/trunk/src/wms/src/main/java/org/geoserver/kml/KMLMapTransformer.java

More info about BalloonStyle:
  http://code.google.com/apis/kml/documentation/kmlreference.html#balloonstyle

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [jira] Created: (GEOS-4468) NPE when clicking free memory in Status Page after config reload

2011-04-06 Thread JIRA
NPE when clicking free memory in Status Page after config reload


 Key: GEOS-4468
 URL: http://jira.codehaus.org/browse/GEOS-4468
 Project: GeoServer
  Issue Type: Bug
  Components: Wicket UI
Reporter: Gabriel Roldán
Assignee: Andrea Aime


Got this on trunk:
- go to status page
- hit reload config
- hit free memory
Got:
{code}
06 Apr 16:21:46 ERROR [org.apache.wicket.RequestCycle] - Method onLinkClicked 
of interface org.apache.wicket.markup.html.link.ILinkListener 
targeted at component [MarkupContainer [Component id = free.memory.jai]] threw 
an exception
org.apache.wicket.WicketRuntimeException: Method onLinkClicked of interface 
org.apache.wicket.markup.html.link.ILinkListener
 targeted at component [MarkupContainer [Component id = free.memory.jai]] threw 
an exception
at 
org.apache.wicket.RequestListenerInterface.invoke(RequestListenerInterface.java:193)
.
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at 
org.apache.wicket.RequestListenerInterface.invoke(RequestListenerInterface.java:182)
... 141 more
Caused by: java.lang.NullPointerException
at org.geoserver.web.admin.StatusPage$3.onClick(StatusPage.java:122)
at org.apache.wicket.markup.html.link.Link.onLinkClicked(Link.java:224)
... 146 more
{code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

   

--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [jira] Created: (GEOS-4467) advanced dispatch filter causes failure on tomcat 7

2011-04-06 Thread Justin Deoliveira (JIRA)
advanced dispatch filter causes failure on tomcat 7
---

 Key: GEOS-4467
 URL: http://jira.codehaus.org/browse/GEOS-4467
 Project: GeoServer
  Issue Type: Bug
Affects Versions: 2.1-RC4
Reporter: Justin Deoliveira
Assignee: Justin Deoliveira
Priority: Critical


The AdvancedDispatchFilter creates a request wrapper that implements directly 
HttpServletRequest. This causes issues because it is written against an older 
version of the servlet api and tomcat 7 requires methods in the 3.0 api.

We need to change that class to extend HttpServletRequestWrapper instead. And 
the version at runtime will have the necessary methods.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [jira] Created: (GEOS-4466) ETRS:1989 CRS creates havoc with Raster Layers

2011-04-06 Thread Steve Way (JIRA)
ETRS:1989 CRS creates havoc with Raster Layers
--

 Key: GEOS-4466
 URL: http://jira.codehaus.org/browse/GEOS-4466
 Project: GeoServer
  Issue Type: Bug
  Components: Image mosaic JDBC, Oracle
Affects Versions: 2.1-RC2
 Environment: windows 2003 x64
Reporter: Steve Way
Assignee: Andrea Aime
 Attachments: 250K Raster and BL.docx

The ETRS:89 CRS sends the rasters off in a completely random location.  
re-projection to WGS:84 is fine, but ETRS:89 is crazy and complete garbage.  
Attached screenshots illustrate.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GeoServer WPS Union Issue

2011-04-06 Thread Daniele Romagnoli
Hi Debasish,
this could happen in case the 2 polygons are not intersecting.
I guess that using the "JTS:intersection" process will return an empty
geometry collection whilst trying the "JTS:intersects" will return false.
In that case, the result of the union will be 2 different polygons => A
multipolygon.

Please, let us know.
Regards,
Daniele

On Wed, Apr 6, 2011 at 2:35 PM, Debasish Sahu wrote:

> Hi,
>
> I was trying to union two geometries using the given request below , but
> the response from GeoServer seems to return me a Multipolyon with the same
> two input geometries rather than the union geometry. Can you please provide
> me some pointers on the issue ?
>
> *Response:*
> *
> *
> *MULTIPOLYGON (((258704.0312 331796.1874017, 258697.2029975
> 331788.0936915, 258694.9530958 331785.6561915, 258685.3125
> 331775.2813085, 258676 331765.3125, 258672.2969042
> 331761.3124017, 258652.9062 331741.4999017, 258652.375
> 331740.9686915, 258649.2969042 331743.1874017,
> 258648.2969042 331744.5, 258647.2030958 331745.593907,
> 258646.2967966 331746.4063085, 258643.6563 331748.1874017,
> 258633.5 331754.8125, 258633 331755.0936915, 258623.0938
> 331761.0936915, 258615.5937 331765.1875983, 258611.7029975
> 331767.3124017, 258601.017 331772.3124017,
> 258597.5000983 331774.0938085, 258593.983 331775.8125,
> 258588.1719042 331777.6563085, 258615.7970025 331827.1875,
> 258627.0624017 331847.3124017, 258649.7032034 331831.6875,
> 258682.017 331808.9063085, 258702.9063 331796.1874017,
> 258704.0312 331796.1874017)), ((258580.8592966 331648.2188085,
> 258582.5937 331647.5, 258586.0938 331645.6874017, 258596.7969042
> 331640.983, 258613.7032034 331630.1874017, 258634.9062
> 331617.6875, 258635.5938 331617.3125983, 258642 331613.9061915,
> 258645.0938 331612.0938085, 258648.0937 331610.0936915,
> 258653.2030958 331605.9063085, 258664.9529975 331597.3125,
> 258668.7030958 331594.3124017, 258672.4062 331591.4999017,
> 258676.2029975 331588.8124017, 258678.5000983 331587.3125,
> 258682.5938 331584.017, 258691.7030958 331580.4999017,
> 258700.983 331576.4061915, 258702.2030958
> 331575.5938085, 258704.2187 331574.7499017, 258703.2969042
> 331572.8124017, 258702.7969042 331571.9061915,
> 258701.2970025 331569.7499017, 258700.2967966
> 331568.4063085, 258699.2967966 331567.3124017, 258697.5
> 331565.8125, 258696.7030958 331565.0938085, 258693.017
> 331561.6875983, 258691.2969042 331558.3125983,
> 258690.7030958 331557.5938085, 258689.5000983
> 331556.1875983, 258688.2032034 331554.9061915,
> 258686.7969042 331553.6875, 258682.2032034 331551, 258677.0938
> 331548.3125983, 258671.2969042 331545.5, 258668.983
> 331544.983, 258662.0938 331541.5938085, 258655.017
> 331539.4061915, 258648.0937 331535.4375, 258637 331530.3124017,
> 258635.5938 331529.0936915, 258632 331526.4999017,
> 258626.7969042 331523.0936915, 258621.4063 331519.4063085,
> 258616.3437 331517.75, 258614.9062 331517.6875983, 258613.7032034
> 331517.9061915, 258612.4999017 331518.1875983,
> 258611.2969042 331518.5936915, 258610.0937 331519.1563085,
> 258609.983 331519.9063085, 258608.2032034 331520.6875,
> 258605.5937 331523.3125, 258602.7967966 331525.5938085, 258599.9063
> 331527.9061915, 258598.983 331529.1875983, 258595
> 331531.1875, 258573.5 331545, 258568.4063 331547.3125983,
> 258559.7032034 331550.9063085, 258545.0937 331556.8124017,
> 258542.0938 331558.0938085, 258530.9063 331562.9063085,
> 258529.7970025 331563.4999017, 258526.1092966 331565.218593,
> 258520.0938975 331568, 258511.5000983 331572.4063085,
> 258513.0937 331574.0938085, 258515.7969042 331577.5936915,
> 258535.0937 331598.5, 258542.0938 331606.3124017, 258546.0937
> 331610.9063085, 258550.2030958 331615.1875983,
> 258554.2967966 331619.1874017, 258564.2032034
> 331628.5938085, 258565.2967966 331629.6874017, 258569.4063
> 331634.3125983, 258573.4529975 331639.0938085,
> 258580.8592966 331648.2188085)))*
>
>
> *Request:*
>
> http://www.w3.org/2001/XMLSchema-instance"; xmlns="
> http://www.opengis.net/wps/1.0.0"; xmlns:wfs="http://www.opengis.net/wfs";
> xmlns:wps="http://www.opengis.net/wps/1.0.0"; xmlns:ows="
> http://www.opengis.net/ows/1.1"; xmlns:gml="http://www.opengis.net/gml";
> xmlns:ogc="http://www.opengis.net/ogc"; xmlns:wcs="
> http://www.opengis.net/wcs/1.1.1"; xmlns:xlink="
> http://www.w3.org/1999/xlink"; xsi:schemaLocation="
> http://www.openg

[Geoserver-devel] [jira] Created: (GEOS-4465) Support Geoserver deployments in Tomcat 7 / Servlet 3.0

2011-04-06 Thread Torsten Heinen (JIRA)
Support Geoserver deployments in Tomcat 7 / Servlet 3.0
---

 Key: GEOS-4465
 URL: http://jira.codehaus.org/browse/GEOS-4465
 Project: GeoServer
  Issue Type: New Feature
Affects Versions: 2.1-RC4, 2.1-RC2
 Environment: Linux, Java 6, Tomcat 7.0.8 & Tomcat 7.0.11
Reporter: Torsten Heinen
Assignee: Andrea Aime


It looks like Geoserver does not work with Tomcat 7. 

The Geoserver WAR distribution can be deployed and it also seems to be 
initialized correctly as it is shown in Tomcat Manager as "Running=true". The 
geoserver log is also fine, except some unrelated 
"org.geotools.data.DataSourceException: No reader avalaible for this source" 
exceptions. 

However, accessing http://localhost:8080/geoserver results in an HTTP 500 
exception: 

javax.servlet.ServletException: Filter execution threw an exception

org.geoserver.platform.AdvancedDispatchFilter.doFilter(AdvancedDispatchFilter.java:48)

org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)

org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:394)

org.springframework.security.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)

org.springframework.security.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)

org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:406)

org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101)

org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)

org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:406)

org.springframework.security.providers.anonymous.AnonymousProcessingFilter.doFilterHttp(AnonymousProcessingFilter.java:105)

org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)

org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:406)

org.springframework.security.ui.rememberme.RememberMeProcessingFilter.doFilterHttp(RememberMeProcessingFilter.java:109)

org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)

org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:406)

org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter.doFilterHttp(SecurityContextHolderAwareRequestFilter.java:91)

org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)

org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:406)

org.springframework.security.ui.AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:278)

org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)

org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:406)

org.springframework.security.ui.logout.LogoutFilter.doFilterHttp(LogoutFilter.java:89)

org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)

org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:406)

org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235)

org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)

org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:406)

org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:185)

org.springframework.security.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:99)
org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:71)

org.geoserver.filters.ReverseProxyFilter.doFilter(ReverseProxyFilter.java:183)
org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:41)

root cause: java.lang.AbstractMethodError

org.geoserver.platform.AdvancedDispatchFilter.doFilter(AdvancedDispatchFilter.java:48)

org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)

org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:394)

org.springframework.security.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)

org.springframework.security.intercept.web.FilterSec

[Geoserver-devel] [jira] Created: (GEOS-4464) Problems with SLD generation using the <> operator

2011-04-06 Thread Charles Galpin (JIRA)
Problems with SLD generation using the <> operator
--

 Key: GEOS-4464
 URL: http://jira.codehaus.org/browse/GEOS-4464
 Project: GeoServer
  Issue Type: Bug
  Components: CSS
Affects Versions: 2.1-RC2
Reporter: Charles Galpin
Assignee: Andrea Aime


If I just use the <> operator on it's own, it works fine. The SLD looks good 
and the layers display

[data_type <> 4] {
  stroke: #00;
  stroke-width: 2;
}

But if I use the following SLD It generates odd looking SLD and the wms 
rendering fails with an exception

[data_type <> 4] {
  stroke: #00;
  stroke-width: 2;
}

[data_type = 4] {
  stroke: #008000;
  stroke-width: 2;
}

The SLD generated is

 http://www.opengis.net/sld"; xmlns:sld="http://www.opengis.net/sld"; 
xmlns:ogc="http://www.opengis.net/ogc"; xmlns:gml="http://www.opengis.net/gml";> 
Default Styler   
name
 data_type 
4   
data_type   
   2   
 
data_type 4 
   
data_type 4 
  
data_type   
#008000 2   
   


And the rendering exception is

INFO   | jvm 1| 2011/04/06 09:45:02 | 06 Apr 09:45:02 DEBUG 
[org.geotools.jdbc] - SELECT "data_type",CAST("the_geom".STSrid as VARCHAR) + 
':' + "the_geom".STAsText() as "the_geom" FROM "links_congestion" WHERE 
("the_geom".Filter(geometry::STGeomFromText('POLYGON ((-79.26932943061874 
38.1253925, -79.26932943061874 41.957607, -69.95467056938125 41.957607, 
-69.95467056938125 38.1253925, -79.26932943061874 
38.1253925))', 4326)) = 1 AND (("data_type" != '4' OR "data_type" IS 
NULL ) OR ("data_type" = '4' AND ("data_type".Filter(4) = 1 AND 
"data_type".STEquals(4) = 1 OR "data_type" IS NULL 
INFO   | jvm 1| 2011/04/06 09:45:02 | 06 Apr 09:45:02 DEBUG 
[org.geotools.jdbc] - CLOSE CONNECTION
INFO   | jvm 1| 2011/04/06 09:45:02 | 06 Apr 09:45:02 ERROR 
[org.geotools.rendering] - java.io.IOException
INFO   | jvm 1| 2011/04/06 09:45:02 | java.lang.RuntimeException: 
java.io.IOException
INFO   | jvm 1| 2011/04/06 09:45:02 |   at 
org.geotools.data.store.ContentFeatureCollection.iterator(ContentFeatureCollection.java:258)
INFO   | jvm 1| 2011/04/06 09:45:02 |   at 
org.geoserver.feature.RetypingFeatureCollection.iterator(RetypingFeatureCollection.java:44)
INFO   | jvm 1| 2011/04/06 09:45:02 |   at 
org.geotools.renderer.lite.StreamingRenderer.drawPlain(StreamingRenderer.java:1996)
INFO   | jvm 1| 2011/04/06 09:45:02 |   at 
org.geotools.renderer.lite.StreamingRenderer.processStylers(StreamingRenderer.java:1932)
INFO   | jvm 1| 2011/04/06 09:45:02 |   at 
org.geotools.renderer.lite.StreamingRenderer.paint(StreamingRenderer.java:764)
INFO   | jvm 1| 2011/04/06 09:45:02 |   at 
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:447)
INFO   | jvm 1| 2011/04/06 09:45:02 |   at 
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:209)
INFO   | jvm 1| 2011/04/06 09:45:02 |   at 
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:124)
INFO   | jvm 1| 2011/04/06 09:45:02 |   at 
org.geoserver.wms.GetMap.run(GetMap.java:461)
INFO   | jvm 1| 2011/04/06 09:45:02 |   at 
org.geoserver.wms.GetMap.run(GetMap.java:110)
INFO   | jvm 1| 2011/04/06 09:45:02 |   at 
org.geoserver.wms.DefaultWebMapService.getMap(DefaultWebMapService.java:338)
INFO   | jvm 1| 2011/04/06 09:45:02 |   at 
sun.reflect.GeneratedMethodAccessor213.invoke(Unknown Source)
INFO   | jvm 1| 2011/04/06 09:45:02 |   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
INFO   | jvm 1| 2011/04/06 09:45:02 |   at 
java.lang.reflect.Method.invoke(Unknown Source)
INFO   | jvm 1| 2011/04/06 09:45:02 |   at 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
INFO   | jvm 1| 2011/04/06 09:45:02 |   at 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
INFO   | jvm 1| 2011/04/06 09:45:02 |   at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
INFO   | jvm 1| 2011/04/06 09:45:02 |   at 
org.geoserver.gwc.wms.CachingWebMapService.invoke(CachingWebMapService.java:51)
INFO   | jvm 1| 2011/04/06 09:45:02 |   at 
org.geoserver.gwc.wms.CachingWebMapService.invoke(CachingWebMapService.java:33)
INFO   | jvm 1| 2011/04/06 09:45:02 |   at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
INFO   | jvm 1| 2011/04/06 09:45:02 |   at 
org.geoserver.ows.util.RequestObjectLogger.invoke(RequestObjectLogger.java:51)
INFO   | jvm 1| 2011/04/06 09:45:02 |   at 
org.springframework.aop.framework.ReflectiveMethodInvoca

[Geoserver-devel] [jira] Created: (GEOS-4463) Entering { ..} without a selector causes a server side exception

2011-04-06 Thread Charles Galpin (JIRA)
Entering { ..}  without a selector causes a server side exception
-

 Key: GEOS-4463
 URL: http://jira.codehaus.org/browse/GEOS-4463
 Project: GeoServer
  Issue Type: Bug
  Components: CSS
Affects Versions: 2.1-RC2
Reporter: Charles Galpin
Assignee: Andrea Aime


If you enter some invalid markup like

{
  stroke: #00;
  stroke-width: 2;
}

(Note that there is no selector), the following exception is thrown.

org.apache.wicket.WicketRuntimeException: Exception 
'java.lang.UnsupportedOperationException: empty.reduceLeft' occurred during 
validation org.geoserver.community.css.web.CssValidator on component 
13:main-content:tabs:panel:style-editor:editor at 
org.apache.wicket.markup.html.form.FormComponent.validateValidators(FormComponent.java:1622)
 at 
org.apache.wicket.markup.html.form.FormComponent.validate(FormComponent.java:1201)
 at org.apache.wicket.markup.html.form.Form$23.validate(Form.java:2161) at 
org.apache.wicket.markup.html.form.Form$ValidationVisitor.formComponent(Form.java:173)
 at 
org.apache.wicket.markup.html.form.FormComponent.visitFormComponentsPostOrderHelper(FormComponent.java:441)
 at 
org.apache.wicket.markup.html.form.FormComponent.visitFormComponentsPostOrderHelper(FormComponent.java:428)
 at 
org.apache.wicket.markup.html.form.FormComponent.visitFormComponentsPostOrder(FormComponent.java:400)
 at 
org.apache.wicket.markup.html.form.Form.visitFormComponentsPostOrder(Form.java:1233)
 at org.apache.wicket.markup.html.form.Form.validateComponents(Form.java:2153) 
at org.apache.wicket.markup.html.form.Form.validate(Form.java:2133) at 
org.apache.wicket.markup.html.form.Form.process(Form.java:1005) at 
org.apache.wicket.markup.html.form.Form.process(Form.java:955) at 
org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:920) at 
org.apache.wicket.ajax.form.AjaxFormSubmitBehavior.onEvent(AjaxFormSubmitBehavior.java:135)
 at 
org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:177) at 
org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:300)
 at 
org.apache.wicket.request.target.component.listener.BehaviorRequestTarget.processEvents(BehaviorRequestTarget.java:119)
 at 
org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCycleProcessor.java:92)
 at 
org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1250) 
at org.apache.wicket.RequestCycle.step(RequestCycle.java:1329) at 
org.apache.wicket.RequestCycle.steps(RequestCycle.java:1436) at 
org.apache.wicket.RequestCycle.request(RequestCycle.java:545) at 
org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:484) at 
org.apache.wicket.protocol.http.WicketServlet.doPost(WicketServlet.java:160) at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:727) at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at 
org.springframework.web.servlet.mvc.ServletWrappingController.handleRequestInternal(ServletWrappingController.java:158)
 at 
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
 at 
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
 at 
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875)
 at 
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:809)
 at 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571)
 at 
org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:511)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:727) at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487) at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1093)
 at 
org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:23)
 at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
 at 
org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:68)
 at 
org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101)
 at 
org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
 at 
org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:64)
 at 
org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101)
 at 
org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
 at 
org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:64)
 at 
org.springframework.security.ui.basicauth.Bas

Re: [Geoserver-devel] [Geoserver-users] Geoserver.org appears to be down!

2011-04-06 Thread Chris Holmes
Broken for at least a week?  Do let us know sooner if it is down.  My
organization has a sys admin to keep it up, and there's enough of us on this
list that just sending an email here should get us on it.

I just tried and it worked fine.

On Wed, Apr 6, 2011 at 2:07 PM, Lukas Johansson
wrote:

>  Yes, its been broken for at least a week now. Anyone got an idea when it
> will be back?
>
> For the moment I get tomcat 404 responses.
>
> /Lukas
>
>
>
> *Från:* Steve Way [mailto:steve@infotech-enterprises.com]
> *Skickat:* den 6 april 2011 09:53
> *Till:* geoserver-devel@lists.sourceforge.net;
> geoserver-us...@lists.sourceforge.net
> *Ämne:* [Geoserver-users] Geoserver.org appears to be down!
>
>
>
>
>
>
>  --
>
> DISCLAIMER:
>
> This email may contain confidential information and is intended only for
> the use of the specific individual(s) to which it is addressed. If you are
> not the intended recipient of this email, you are hereby notified that any
> unauthorized use, dissemination or copying of this email or the information
> contained in it or attached to it is strictly prohibited. If you received
> this message in error, please immediately notify the sender at Infotech or
> mail.ad...@infotech-enterprises.com and delete the original message.
>
>
> --
> Xperia(TM) PLAY
> It's a major breakthrough. An authentic gaming
> smartphone on the nation's most reliable network.
> And it wants your games.
> http://p.sf.net/sfu/verizon-sfdev
> ___
> Geoserver-users mailing list
> geoserver-us...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>
--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] GS RC2

2011-04-06 Thread Steve Way
Hi All,

Maybe this is an issue with RC2, but I seem to have a major issue when 
re-projecting data from BNG to ETRS:1989.

Attached will show you the issue, first Screenshot is vector and raster layer 
in BNG - which is native.  Second will show you Vector and Raster requested in 
WGS:84.  Third will show you rasters going a little bit crazy with ETRS:1989.

Does anyone else notice this issue?

Also in logs sometimes I get exception:

org.opengis.referencing.NoSuchIdentifierException: No transform for 
classification "Ordnance Survey National Transformation".

Anyone know how I can resolve this?

Thanks,
Steve


DISCLAIMER:

This email may contain confidential information and is intended only for the 
use of the specific individual(s) to which it is addressed. If you are not the 
intended recipient of this email, you are hereby notified that any unauthorized 
use, dissemination or copying of this email or the information contained in it 
or attached to it is strictly prohibited. If you received this message in 
error, please immediately notify the sender at Infotech or 
mail.ad...@infotech-enterprises.com and delete the original message.
--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] GeoServer WPS Union Issue

2011-04-06 Thread Debasish Sahu
Hi,

I was trying to union two geometries using the given request below , but the
response from GeoServer seems to return me a Multipolyon with the same two
input geometries rather than the union geometry. Can you please provide me
some pointers on the issue ?

*Response:*
*
*
*MULTIPOLYGON (((258704.0312 331796.1874017, 258697.2029975
331788.0936915, 258694.9530958 331785.6561915, 258685.3125
331775.2813085, 258676 331765.3125, 258672.2969042
331761.3124017, 258652.9062 331741.4999017, 258652.375
331740.9686915, 258649.2969042 331743.1874017,
258648.2969042 331744.5, 258647.2030958 331745.593907,
258646.2967966 331746.4063085, 258643.6563 331748.1874017,
258633.5 331754.8125, 258633 331755.0936915, 258623.0938
331761.0936915, 258615.5937 331765.1875983, 258611.7029975
331767.3124017, 258601.017 331772.3124017,
258597.5000983 331774.0938085, 258593.983 331775.8125,
258588.1719042 331777.6563085, 258615.7970025 331827.1875,
258627.0624017 331847.3124017, 258649.7032034 331831.6875,
258682.017 331808.9063085, 258702.9063 331796.1874017,
258704.0312 331796.1874017)), ((258580.8592966 331648.2188085,
258582.5937 331647.5, 258586.0938 331645.6874017, 258596.7969042
331640.983, 258613.7032034 331630.1874017, 258634.9062
331617.6875, 258635.5938 331617.3125983, 258642 331613.9061915,
258645.0938 331612.0938085, 258648.0937 331610.0936915,
258653.2030958 331605.9063085, 258664.9529975 331597.3125,
258668.7030958 331594.3124017, 258672.4062 331591.4999017,
258676.2029975 331588.8124017, 258678.5000983 331587.3125,
258682.5938 331584.017, 258691.7030958 331580.4999017,
258700.983 331576.4061915, 258702.2030958
331575.5938085, 258704.2187 331574.7499017, 258703.2969042
331572.8124017, 258702.7969042 331571.9061915,
258701.2970025 331569.7499017, 258700.2967966
331568.4063085, 258699.2967966 331567.3124017, 258697.5
331565.8125, 258696.7030958 331565.0938085, 258693.017
331561.6875983, 258691.2969042 331558.3125983,
258690.7030958 331557.5938085, 258689.5000983
331556.1875983, 258688.2032034 331554.9061915,
258686.7969042 331553.6875, 258682.2032034 331551, 258677.0938
331548.3125983, 258671.2969042 331545.5, 258668.983
331544.983, 258662.0938 331541.5938085, 258655.017
331539.4061915, 258648.0937 331535.4375, 258637 331530.3124017,
258635.5938 331529.0936915, 258632 331526.4999017,
258626.7969042 331523.0936915, 258621.4063 331519.4063085,
258616.3437 331517.75, 258614.9062 331517.6875983, 258613.7032034
331517.9061915, 258612.4999017 331518.1875983,
258611.2969042 331518.5936915, 258610.0937 331519.1563085,
258609.983 331519.9063085, 258608.2032034 331520.6875,
258605.5937 331523.3125, 258602.7967966 331525.5938085, 258599.9063
331527.9061915, 258598.983 331529.1875983, 258595
331531.1875, 258573.5 331545, 258568.4063 331547.3125983,
258559.7032034 331550.9063085, 258545.0937 331556.8124017,
258542.0938 331558.0938085, 258530.9063 331562.9063085,
258529.7970025 331563.4999017, 258526.1092966 331565.218593,
258520.0938975 331568, 258511.5000983 331572.4063085,
258513.0937 331574.0938085, 258515.7969042 331577.5936915,
258535.0937 331598.5, 258542.0938 331606.3124017, 258546.0937
331610.9063085, 258550.2030958 331615.1875983,
258554.2967966 331619.1874017, 258564.2032034
331628.5938085, 258565.2967966 331629.6874017, 258569.4063
331634.3125983, 258573.4529975 331639.0938085,
258580.8592966 331648.2188085)))*


*Request:*

http://www.w3.org/2001/XMLSchema-instance"; xmlns="
http://www.opengis.net/wps/1.0.0"; xmlns:wfs="http://www.opengis.net/wfs";
xmlns:wps="http://www.opengis.net/wps/1.0.0"; xmlns:ows="
http://www.opengis.net/ows/1.1"; xmlns:gml="http://www.opengis.net/gml";
xmlns:ogc="http://www.opengis.net/ogc"; xmlns:wcs="
http://www.opengis.net/wcs/1.1.1"; xmlns:xlink="http://www.w3.org/1999/xlink";
xsi:schemaLocation="http://www.opengis.net/wps/1.0.0
http://schemas.opengis.net/wps/1.0.0/wpsAll.xsd";>
 
JTS:union

 


 geom


 
POLYGON((258704.0312 331796.1874017,258697.2029975
331788.0936915,258694.9530958 331785.6561915,258685.3125
331775.2813085,258676 331765.3125,258672.2969042
331761.3124017,258652.9062 331741.4999017,258652.375
331740.9686915,258649.2969042 331743.1874017,258648.2969042
331744.5,258647.2030958 331745.593907,258646.2967966
331746.4063085,258643.6563 331748.1874017,258633.5
331754.8125,2

Re: [Geoserver-devel] Geoserver.org appears to be down!

2011-04-06 Thread David Winslow
Confluence has been giving us some issues; our sysadmin is looking into it.
 In the meantime, I've restarted the server, should be better for now.

--
David Winslow
OpenGeo - http://opengeo.org/

On Wed, Apr 6, 2011 at 3:52 AM, Steve Way <
steve@infotech-enterprises.com> wrote:

>
>
> --
> DISCLAIMER:
>
> This email may contain confidential information and is intended only for
> the use of the specific individual(s) to which it is addressed. If you are
> not the intended recipient of this email, you are hereby notified that any
> unauthorized use, dissemination or copying of this email or the information
> contained in it or attached to it is strictly prohibited. If you received
> this message in error, please immediately notify the sender at Infotech or
> mail.ad...@infotech-enterprises.com and delete the original message.
>
>
> --
> Xperia(TM) PLAY
> It's a major breakthrough. An authentic gaming
> smartphone on the nation's most reliable network.
> And it wants your games.
> http://p.sf.net/sfu/verizon-sfdev
> ___
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>
>
--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [jira] Reopened: (GEOS-3740) Supporting Time and Elevation dimensions on WMS GetCapabilities

2011-04-06 Thread Nicolas CASTEL (JIRA)

 [ 
http://jira.codehaus.org/browse/GEOS-3740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nicolas CASTEL reopened GEOS-3740:
--


> Supporting Time and Elevation dimensions on WMS GetCapabilities
> ---
>
> Key: GEOS-3740
> URL: http://jira.codehaus.org/browse/GEOS-3740
> Project: GeoServer
>  Issue Type: Improvement
>Reporter: Alessio Fabiani
>Assignee: Alessio Fabiani
> Fix For: 2.1.x
>
>
> Supporting Time and Elevation dimensions on WMS GetCapabilities

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] Geoserver.org appears to be down!

2011-04-06 Thread Steve Way



DISCLAIMER:

This email may contain confidential information and is intended only for the 
use of the specific individual(s) to which it is addressed. If you are not the 
intended recipient of this email, you are hereby notified that any unauthorized 
use, dissemination or copying of this email or the information contained in it 
or attached to it is strictly prohibited. If you received this message in 
error, please immediately notify the sender at Infotech or 
mail.ad...@infotech-enterprises.com and delete the original message.
--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] Build failed in Hudson: cite-wfs-1.1-trunk #236

2011-04-06 Thread Hudson
See 

--
[...truncated 3837 lines...]
   Testing wfs:wfs-1.1.0-Transaction-tc13.1 
(wfs-1.1.0/d39e34902_1/d39e743_1/d39e31854_1/d39e26592_1)...
  Assertion: 
  In response to a valid delete request, all matching features shall be 
deleted.
  
  Testing wfs:GetFeatureById-KVP 
(wfs-1.1.0/d39e34902_1/d39e743_1/d39e31854_1/d39e26592_1/d39e29266_1)...
 Assertion: Attempts to fetch a feature by identifier using 
the GetFeature/GET binding.
Validation warning:
  SchemaLocation: schemaLocation value = 'http://www.opengis.net/wfs 
http://localhost:11010/geoserver/schemas/wfs/1.1.0/wfs.xsd  
http://localhost:11010/geoserver/wfs?service=WFS&version=1.1.0&request=DescribeFeatureType&typeName=sf%3APrimitiveGeoFeature'
 must have even number of URI's.
1 warning detected.

  Test wfs:GetFeatureById-KVP Passed
  Testing wfs:GetFeatureById-KVP 
(wfs-1.1.0/d39e34902_1/d39e743_1/d39e31854_1/d39e26592_1/d39e29276_1)...
 Assertion: Attempts to fetch a feature by identifier using 
the GetFeature/GET binding.
Validation warning:
  SchemaLocation: schemaLocation value = 'http://www.opengis.net/wfs 
http://localhost:11010/geoserver/schemas/wfs/1.1.0/wfs.xsd  
http://localhost:11010/geoserver/wfs?service=WFS&version=1.1.0&request=DescribeFeatureType&typeName=sf%3APrimitiveGeoFeature'
 must have even number of URI's.
1 warning detected.

  Test wfs:GetFeatureById-KVP Passed
  Testing wfs:GetFeatureById-KVP 
(wfs-1.1.0/d39e34902_1/d39e743_1/d39e31854_1/d39e26592_1/d39e29285_1)...
 Assertion: Attempts to fetch a feature by identifier using 
the GetFeature/GET binding.
Validation warning:
  SchemaLocation: schemaLocation value = 'http://www.opengis.net/wfs 
http://localhost:11010/geoserver/schemas/wfs/1.1.0/wfs.xsd  
http://localhost:11010/geoserver/wfs?service=WFS&version=1.1.0&request=DescribeFeatureType&typeName=sf%3AEntit%E9G%E9n%E9rique'
 must have even number of URI's.
1 warning detected.

  Test wfs:GetFeatureById-KVP Passed
   Test wfs:wfs-1.1.0-Transaction-tc13.1 Passed
   Testing wfs:run-Transaction-Cleanup 
(wfs-1.1.0/d39e34902_1/d39e743_1/d39e31854_1/d39e26617_1)...
  Assertion: Run test group for cleaning up (deleting) the 
features inserted by the Transactions.
  Testing wfs:delete-test-data 
(wfs-1.1.0/d39e34902_1/d39e743_1/d39e31854_1/d39e26617_1/d39e25265_1)...
 Assertion: Deletes the test data used in transactions 
during the test run.
 Testing wfs:delete-feature 
(wfs-1.1.0/d39e34902_1/d39e743_1/d39e31854_1/d39e26617_1/d39e25265_1/d39e25292_1)...
Assertion: 
  Deletes a feature by typename and gml:name.
  
 Test wfs:delete-feature Passed
 Testing wfs:delete-feature 
(wfs-1.1.0/d39e34902_1/d39e743_1/d39e31854_1/d39e26617_1/d39e25265_1/d39e25301_1)...
Assertion: 
  Deletes a feature by typename and gml:name.
  
 Test wfs:delete-feature Passed
 Testing wfs:delete-feature 
(wfs-1.1.0/d39e34902_1/d39e743_1/d39e31854_1/d39e26617_1/d39e25265_1/d39e25310_1)...
Assertion: 
  Deletes a feature by typename and gml:name.
  
 Test wfs:delete-feature Passed
 Testing wfs:delete-feature 
(wfs-1.1.0/d39e34902_1/d39e743_1/d39e31854_1/d39e26617_1/d39e25265_1/d39e25319_1)...
Assertion: 
  Deletes a feature by typename and gml:name.
  
 Test wfs:delete-feature Passed
 Testing wfs:delete-feature 
(wfs-1.1.0/d39e34902_1/d39e743_1/d39e31854_1/d39e26617_1/d39e25265_1/d39e25328_1)...
Assertion: 
  Deletes a feature by typename and gml:name.
  
 Test wfs:delete-feature Passed
 Testing wfs:delete-feature 
(wfs-1.1.0/d39e34902_1/d39e743_1/d39e31854_1/d39e26617_1/d39e25265_1/d39e25338_1)...
Assertion: 
  Deletes a feature by typename and gml:name.
  
 Test wfs:delete-feature Passed
 Testing wfs:delete-feature 
(wfs-1.1.0/d39e34902_1/d39e743_1/d39e31854_1/d39e26617_1/d39e25265_1/d39e25347_1)...
Assertion: 
  Deletes a feature by typename and gml:name.
  
 Test wfs:delete-feature Passed
 Testing wfs:delete-feature 
(wfs-1.1.0/d39e34902_1/d39e743_1/d39e31854_1/d39e26617_1/d39e25265_1/d39e25356_1)...
Assertion: 
  Deletes a feature by typename and gml:name.
  
 Test wfs:delete-feature Passed
 Testing w

Re: [Geoserver-devel] Duplicate sfs-store profile in web-app pom causes maven warning

2011-04-06 Thread Ben Caradoc-Davies
Done.

Committed in r15652 on trunk and r15653 on 2.1.x.

On 04/04/11 23:07, Justin Deoliveira wrote:
> I'm sure its an oversight. Please remove.
>
> On Mon, Apr 4, 2011 at 2:39 AM, Ben 
> Caradoc-Davies  wrote:
> Andrea,
>
> I noticed a maven warning: [WARNING] Overriding profile: 'sfs-store'
> (source: pom) with new instance from source: pom
>
> I think this is caused by: src/web/app/pom.xml
>
> which appears to contain a duplicate:
> sfs-store
>
> Is this intended or can we get rid of it?
>
> Kind regards,
>
> --
> Ben Caradoc-Davies
> Software Engineering Team Leader
> CSIRO Earth Science and Resource Engineering
> Australian Resources Research Centre
>
> --
> Create and publish websites with WebMatrix
> Use the most popular FREE web apps or write code yourself;
> WebMatrix provides all the features you need to develop and
> publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
> ___
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>
>
>
> --
> Justin Deoliveira
> OpenGeo - http://opengeo.org
> Enterprise support for open source geospatial.
>
>

-- 
Ben Caradoc-Davies 
Software Engineering Team Leader
CSIRO Earth Science and Resource Engineering
Australian Resources Research Centre

--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel