I got the latest 2.x release and tried to compile geoserver with the WPS 
included. I used the following command
mvn install -Dmaven.test.skip -Pwps

However, I get the following error:
[INFO] [compiler:compile]
[INFO] Compiling 25 source files to 
C:\Workspaces\3rdParty\geoserver-trunk\community\wps\target\classes
[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] Compilation failure
C:\Workspaces\3rdParty\geoserver-trunk\community\wps\src\main\java\org\geoserver\wps\sextante\SextanteProcessFactory.java:[65,7]
 
org.geoserver.wps.sextante.SextanteProcessFactory is not abstract and 
does not override abstract method isAvailable() in 
org.geotools.factory.OptionalFactory

Any ideas? David

Andrea Aime wrote:
> David R Robison ha scritto:
>> Thanks. Are there any documents on how to deploy it within an 
>> existing implementation of geoserver? This way I could begin to play 
>> with it and evaluate where it stands verses our needs.
>
> Nope, there is nothing. It's not even built as part of the regular
> builds, you have to check out the sources.
> If you're interested anyways start grabbing a checkout of the 2.0.x
> branch and then I can give you some pointers on how to start it
> either form command line or from Eclipse.
>
>> My interest in an integrated geoserver WPS lies in trying to increase 
>> the performance of our WPS calls. We are currently using 52 North's 
>> WPS server and it is working well. However, for some large geometries 
>> and/or data sets, when the WPS fetches the data from the WFS there is 
>> a huge penalty in converting the features to GML and then back to 
>> features again. What I want to investigate is if the geoserver's WPS 
>> module could capture those WFS calls and execute the WFS module 
>> directly rather than making a HTTP call back to itself. Anyway, 
>> thanks for the information. 
>
> This is not available. It's certainly doable and I have some ideas, 
> but it requires some changes in the core dispatcher and some mechanism to
> recognize that the source is local.
> I'd say it's a few days worth of work
>
> Cheers
> Andrea
>

-- 

David R Robison
Open Roads Consulting, Inc.
103 Watson Road, Chesapeake, VA 23320
phone: (757) 546-3401
e-mail: [email protected]
web: http://openroadsconsulting.com
blog: http://therobe.blogspot.com
book: http://www.xulonpress.com/bookstore/bookdetail.php?PB_ISBN=9781597816526

This e-mail communication (including any attachments) may contain confidential 
and/or privileged material intended solely for the individual or entity to 
which it is addressed.  If you are not the intended recipient, you should 
immediately stop reading this message and delete it from all computers that it 
resides on. Any unauthorized reading, distribution, copying or other use of 
this communication (or its attachments) is strictly prohibited.  If you have 
received this communication in error, please notify us immediately.  



------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to