[Geoserver-devel] [jira] Created: (GEOS-4393) WMS-request on ECW-datastores seems to consume all available memory

2011-02-22 Thread Ben Kooi (JIRA)
WMS-request on ECW-datastores seems to consume all available memory
---

 Key: GEOS-4393
 URL: http://jira.codehaus.org/browse/GEOS-4393
 Project: GeoServer
  Issue Type: Bug
  Components: WMS
Affects Versions: 2.1-RC1
 Environment: CentOS 5.5 as a VPS on OpenVZ
1024MB memory garanteed, 1024MB burst (Total 2048MB)
Tomcat 5.5
JRE 1.6.0_23
Native JAI and Native JAI ImageIO
Reporter: Ben Kooi
Assignee: Andrea Aime
Priority: Critical
 Fix For: 2.1.x


WMS-request on ECW-datastores seems to consume all available memory.

The aerialphoto i use is about 10GB. It seems that the memory is not given back 
to the system so in time Tomcat will crash.

Al kinds of different Java-options for JVM seems to have no influence.

-- 
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



--
Index, Search  Analyze Logs and other IT data in Real-Time with Splunk 
Collect, index and harness all the fast moving IT data generated by your 
applications, servers and devices whether physical, virtual or in the cloud.
Deliver compliance at lower cost and gain new business insights. 
Free Software Download: http://p.sf.net/sfu/splunk-dev2dev
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [jira] Created: (GEOS-4394) Dispathcer findKvpRequestReader wrong type check

2011-02-22 Thread Alessio Fabiani (JIRA)
Dispathcer findKvpRequestReader wrong type check


 Key: GEOS-4394
 URL: http://jira.codehaus.org/browse/GEOS-4394
 Project: GeoServer
  Issue Type: Bug
Reporter: Alessio Fabiani
Assignee: Alessio Fabiani
 Fix For: 2.2.x


ISSUE:
==
Dispatcher findKvpRequestReader states

if (kvpReader.getRequestBean().isAssignableFrom(type)) {
matches.add(kvpReader);
}

which should be reversed instead otherwise won't be possible to create other 
kind of requests other than the ones on core.


SOLUTION:
=

if (type.isAssignableFrom(kvpReader.getRequestBean())) {
matches.add(kvpReader);
}


-- 
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



--
Index, Search  Analyze Logs and other IT data in Real-Time with Splunk 
Collect, index and harness all the fast moving IT data generated by your 
applications, servers and devices whether physical, virtual or in the cloud.
Deliver compliance at lower cost and gain new business insights. 
Free Software Download: http://p.sf.net/sfu/splunk-dev2dev
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [jira] Created: (GEOS-4395) Allow a generic JS directory to webDispatcherMapping filePublisher

2011-02-22 Thread Alessio Fabiani (JIRA)
Allow a generic JS directory to webDispatcherMapping filePublisher
--

 Key: GEOS-4395
 URL: http://jira.codehaus.org/browse/GEOS-4395
 Project: GeoServer
  Issue Type: Improvement
Reporter: Alessio Fabiani
Assignee: Alessio Fabiani


The proposal is to insert another key, like for instance

prop key=/js/**filePublisher/prop

into the webDispatcherMapping properties in order to allow external plugins to 
add more JS libraries to GeoServer without the need of modifying the 
applicationContext.

Using maven-war-plugin overalys is possible to merge WARs in order to easily 
extend GeoServer GUI capabilities with more stuff.

Maybe also an img folder would be useful.

-- 
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



--
Index, Search  Analyze Logs and other IT data in Real-Time with Splunk 
Collect, index and harness all the fast moving IT data generated by your 
applications, servers and devices whether physical, virtual or in the cloud.
Deliver compliance at lower cost and gain new business insights. 
Free Software Download: http://p.sf.net/sfu/splunk-dev2dev
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [jira] Created: (GEOS-4396) Changing org.geoserver.wms.capabilities.LayerTree visibility to public

2011-02-22 Thread Alessio Fabiani (JIRA)
Changing org.geoserver.wms.capabilities.LayerTree visibility to public
--

 Key: GEOS-4396
 URL: http://jira.codehaus.org/browse/GEOS-4396
 Project: GeoServer
  Issue Type: Improvement
Reporter: Alessio Fabiani
Assignee: Alessio Fabiani
Priority: Trivial


As stated on subject, this will allow extensions to use the class outside the 
org.geoserver.wms.capabilities package too.

-- 
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



--
Index, Search  Analyze Logs and other IT data in Real-Time with Splunk 
Collect, index and harness all the fast moving IT data generated by your 
applications, servers and devices whether physical, virtual or in the cloud.
Deliver compliance at lower cost and gain new business insights. 
Free Software Download: http://p.sf.net/sfu/splunk-dev2dev
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GeoServer 2.1-RC2 Released

2011-02-22 Thread Mike Pumphrey
Awesome.  Do you still need someone to generate the Windows installer?  I see 
some artifacts appear to be missing.

Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.org


On 2/21/2011 3:17 PM, Justin Deoliveira wrote:
 The GeoServer team is happy to announce the second release candidate of 2.1.
 Now available for download:

*http://geoserver.org/display/GEOS/GeoServer+2.1-RC2*
 *
 *
 Check out the blog for what's new in this release:

*http://blog.geoserver.org/2011/02/21/geotools-2-1-rc2-released/*

 The entire change log is also available courtesy of JIRA:

*
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10311version=17077
 *

 Download the release and help us get to the final 2.1 release by trying it
 out and reporting any issues in the bug tracker or on the mailing list.

 Thanks for using GeoServer!




 --
 Index, Search  Analyze Logs and other IT data in Real-Time with Splunk
 Collect, index and harness all the fast moving IT data generated by your
 applications, servers and devices whether physical, virtual or in the cloud.
 Deliver compliance at lower cost and gain new business insights.
 Free Software Download: http://p.sf.net/sfu/splunk-dev2dev



 ___
 Geoserver-devel mailing list
 Geoserver-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GeoServer 2.1-RC2 Released

2011-02-22 Thread Justin Deoliveira
Yeah it looks like it. I will generate the mac installer when i get a sec.

On Tue, Feb 22, 2011 at 11:05 AM, Mike Pumphrey m...@opengeo.org wrote:

 Awesome.  Do you still need someone to generate the Windows installer?  I
 see some artifacts appear to be missing.

 Thanks,
 Mike Pumphrey
 OpenGeo - http://opengeo.org



 On 2/21/2011 3:17 PM, Justin Deoliveira wrote:

 The GeoServer team is happy to announce the second release candidate of
 2.1.
 Now available for download:

   *http://geoserver.org/display/GEOS/GeoServer+2.1-RC2*
 *
 *
 Check out the blog for what's new in this release:

   *http://blog.geoserver.org/2011/02/21/geotools-2-1-rc2-released/*

 The entire change log is also available courtesy of JIRA:

   *

 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10311version=17077
 *

 Download the release and help us get to the final 2.1 release by trying it
 out and reporting any issues in the bug tracker or on the mailing list.

 Thanks for using GeoServer!





 --
 Index, Search  Analyze Logs and other IT data in Real-Time with Splunk
 Collect, index and harness all the fast moving IT data generated by your
 applications, servers and devices whether physical, virtual or in the
 cloud.
 Deliver compliance at lower cost and gain new business insights.
 Free Software Download: http://p.sf.net/sfu/splunk-dev2dev



 ___
 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.
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev ___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GeoServer 2.1-RC2 Released

2011-02-22 Thread Ivan Grcic
Nice, one step closer to final 2.1 version :)

Thanks Justin!


On Tue, Feb 22, 2011 at 12:17 AM, Justin Deoliveira
jdeol...@opengeo.org wrote:
 The GeoServer team is happy to announce the second release candidate of 2.1.
 Now available for download:
   http://geoserver.org/display/GEOS/GeoServer+2.1-RC2
 Check out the blog for what's new in this release:
   http://blog.geoserver.org/2011/02/21/geotools-2-1-rc2-released/
 The entire change log is also available courtesy of JIRA:
   http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10311version=17077
 Download the release and help us get to the final 2.1 release by trying it
 out and reporting any issues in the bug tracker or on the mailing list.
 Thanks for using GeoServer!
 --
 The GeoServer Team
 --
 Index, Search  Analyze Logs and other IT data in Real-Time with Splunk
 Collect, index and harness all the fast moving IT data generated by your
 applications, servers and devices whether physical, virtual or in the cloud.
 Deliver compliance at lower cost and gain new business insights.
 Free Software Download: http://p.sf.net/sfu/splunk-dev2dev
 ___
 Geoserver-devel mailing list
 Geoserver-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geoserver-devel





-- 
---
Ivan Grcic
GeoSolutions S.A.S.
Software Engineer


Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:      +39 0584 962313
mob:   +39 328 0559267


http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://twitter.com/geosolutions_it
http://www.youtube.com/user/GeoSolutionsIT


---

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GeoServer 2.1-RC2 Released

2011-02-22 Thread Justin Deoliveira
On Tue, Feb 22, 2011 at 11:24 AM, Ivan Grcic ivan.gr...@geo-solutions.itwrote:

 Nice, one step closer to final 2.1 version :)

 Thanks Justin!

 Thanks to Andrea who took point on this release :) I just did the
announcements :) But indeed. It will be a very nice milestone once the
official 2.1 hits.


 On Tue, Feb 22, 2011 at 12:17 AM, Justin Deoliveira
 jdeol...@opengeo.org wrote:
  The GeoServer team is happy to announce the second release candidate of
 2.1.
  Now available for download:
http://geoserver.org/display/GEOS/GeoServer+2.1-RC2
  Check out the blog for what's new in this release:
http://blog.geoserver.org/2011/02/21/geotools-2-1-rc2-released/
  The entire change log is also available courtesy of JIRA:
 
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10311version=17077
  Download the release and help us get to the final 2.1 release by trying
 it
  out and reporting any issues in the bug tracker or on the mailing list.
  Thanks for using GeoServer!
  --
  The GeoServer Team
 
 --
  Index, Search  Analyze Logs and other IT data in Real-Time with Splunk
  Collect, index and harness all the fast moving IT data generated by your
  applications, servers and devices whether physical, virtual or in the
 cloud.
  Deliver compliance at lower cost and gain new business insights.
  Free Software Download: http://p.sf.net/sfu/splunk-dev2dev
  ___
  Geoserver-devel mailing list
  Geoserver-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/geoserver-devel
 
 



 --
 ---
 Ivan Grcic
 GeoSolutions S.A.S.
 Software Engineer


 Via Poggio alle Viti 1187
 55054  Massarosa (LU)
 Italy

 phone: +39 0584 962313
 fax:  +39 0584 962313
 mob:   +39 328 0559267


 http://www.geo-solutions.it
 http://geo-solutions.blogspot.com/
 http://twitter.com/geosolutions_it
 http://www.youtube.com/user/GeoSolutionsIT


 ---




-- 
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev ___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GeoServer 2.1-RC2 Released

2011-02-22 Thread Andrea Aime
On Tue, Feb 22, 2011 at 10:12 AM, Justin Deoliveira jdeol...@opengeo.orgwrote:

 Yeah it looks like it. I will generate the mac installer when i get a sec.


Yep, in my previous mail about the status of the release I listed three
things I could not get done:
- windows installer
- mac installer
- pdf documentation (with a description of the problem that I encountered)

At the moment I don't have the software to do any of them, I'm on box that
only has Ubuntu on it.

Cheers
Andrea

-- 
---
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:  +39 0584 962313
mob:+39 333 8128928

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

---
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev ___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Proposing David Collins for commit access

2011-02-22 Thread Chris Holmes
+1 on commit rights.

Do we even have a license for our docs?  I guess we'd need copyright
assignment if we wanted to the ability to change the license in the future.
It could be nice to throw a CC license on things, so others know they could
reuse the docs.

On Tue, Feb 22, 2011 at 4:29 PM, Andrea Aime
andrea.a...@geo-solutions.itwrote:

 Hi,
 recently David Collins has been providing a number of good patches
 for the documentation. Documentation contributors are few and far
 apart, so I'm quite happy to see David step in a provide some improvements
 to the docs.

 I would like to propose him for commit access, limited to the documentation
 area.

 Btw, wondering, do we need a copyright assignment for the docs too?
 I hope not :-)

 Cheers
 Andrea

 --
 ---
 Ing. Andrea Aime
 GeoSolutions S.A.S.
 Tech lead

 Via Poggio alle Viti 1187
 55054  Massarosa (LU)
 Italy

 phone: +39 0584 962313
 fax:  +39 0584 962313
 mob:+39 333 8128928

 http://www.geo-solutions.it
 http://geo-solutions.blogspot.com/
 http://www.youtube.com/user/GeoSolutionsIT
 http://www.linkedin.com/in/andreaaime
 http://twitter.com/geowolf

 ---


 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT
 data
 generated by your applications, servers and devices whether physical,
 virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-dev2dev
 ___
 Geoserver-devel mailing list
 Geoserver-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geoserver-devel


--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev ___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GeoServer 2.1-RC2 Released

2011-02-22 Thread Mike Pumphrey
Ahh, right, you did say that!

I uploaded the Windows installer and the PDF.  The PDF builder complains about 
the fact that there are GIF files in the source, but I can blow through the 
errors by holding down the ENTER key.  :)

Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.org


On 2/22/2011 1:24 PM, Andrea Aime wrote:
 On Tue, Feb 22, 2011 at 10:12 AM, Justin 
 Deoliveirajdeol...@opengeo.orgwrote:

  Yeah it looks like it. I will generate the mac installer when i get a sec.


 Yep, in my previous mail about the status of the release I listed three
 things I could not get done:
 - windows installer
 - mac installer
 - pdf documentation (with a description of the problem that I encountered)

 At the moment I don't have the software to do any of them, I'm on box that
 only has Ubuntu on it.

 Cheers
 Andrea


--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Proposing David Collins for commit access

2011-02-22 Thread Ben Caradoc-Davies
+1. David's documentation patches are much appreciated.

It would be safest to have a copyright assignment. The line between code 
and docs can be blurred (think internationalised language property files 
...).

On 23/02/11 05:29, Andrea Aime wrote:
 Hi,
 recently David Collins has been providing a number of good patches
 for the documentation. Documentation contributors are few and far
 apart, so I'm quite happy to see David step in a provide some improvements
 to the docs.

 I would like to propose him for commit access, limited to the documentation
 area.

 Btw, wondering, do we need a copyright assignment for the docs too?
 I hope not :-)

 Cheers
 Andrea

 --
 ---
 Ing. Andrea Aime
 GeoSolutions S.A.S.
 Tech lead

 Via Poggio alle Viti 1187
 55054  Massarosa (LU)
 Italy

 phone: +39 0584 962313
 fax:  +39 0584 962313
 mob:+39 333 8128928

 http://www.geo-solutions.it
 http://geo-solutions.blogspot.com/
 http://www.youtube.com/user/GeoSolutionsIT
 http://www.linkedin.com/in/andreaaime
 http://twitter.com/geowolf

 ---


-- 
Ben Caradoc-Davies ben.caradoc-dav...@csiro.au
Software Engineering Team Leader
CSIRO Earth Science and Resource Engineering
Australian Resources Research Centre

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] [ExternalEmail] GeoServer blog on Spatial Information Services Stack Workshop

2011-02-22 Thread Ben Caradoc-Davies
If there are no objections, I would like to publish this. Mike?

Or should I wait until the 2.1-RC2 glory-basking is over  ;-)

On 21/02/11 10:15, Ben Caradoc-Davies wrote:
 Mike,

 Jody reminded me that this announcement should be on the GeoServer blog.
 Please review the draft:
 http://blog.geoserver.org/?p=874preview=true

 Relevance to GeoServer is that, in addition to being a core component of
 the stack, it is the topic of a three-hour workshop (Web Feature and Web
 Map Services on Day Three) covering simple features, app-schema, and
 production.

 Kind regards,
 Ben.

 On 21/02/11 09:35, Ben Caradoc-Davies wrote:
 Thanks, Jody great idea!

 On 20/02/11 10:41, Jody Garnett wrote:
 Hey Ben; if you have not already you should run a post on the
 geoserver blog.

 Cheers,
 --
 Jody Garnett


 On Friday, 18 February 2011 at 4:04 PM, Ben Caradoc-Davies wrote:

 AuScope is running a three-day Spatial Information Services Stack
 Workshop in Canberra on 22-24 March 2011.


-- 
Ben Caradoc-Davies ben.caradoc-dav...@csiro.au
Software Engineering Team Leader
CSIRO Earth Science and Resource Engineering
Australian Resources Research Centre

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GeoServer 2.1-RC2 Released

2011-02-22 Thread Andrea Aime
On Tue, Feb 22, 2011 at 4:22 PM, Mike Pumphrey m...@opengeo.org wrote:

 Ahh, right, you did say that!

 I uploaded the Windows installer and the PDF.  The PDF builder complains
 about the fact that there are GIF files in the source, but I can blow
 through the errors by holding down the ENTER key.  :)


Right, that's what I tried to do as well, but I got a pdf file without text
instead.
I guess it was another kind of error ;-)

Cheers
Andrea

---
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:  +39 0584 962313
mob:+39 333 8128928

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

---
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev ___
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 #194

2011-02-22 Thread Hudson
See http://hudson.opengeo.org/hudson/job/cite-wfs-1.1-trunk/194/

--
[...truncated 3856 lines...]
  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=WFSversion=1.1.0request=DescribeFeatureTypetypeName=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=WFSversion=1.1.0request=DescribeFeatureTypetypeName=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=WFSversion=1.1.0request=DescribeFeatureTypetypeName=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 wfs:delete-feature 
(wfs-1.1.0/d39e34902_1/d39e743_1/d39e31854_1/d39e26617_1/d39e25265_1/d39e25365_1)...