Stefan Ziegler ha scritto:
> Hi 
>> Catalog catalog = GeoServerExtensions.getBean("catalog");
>> FeatureTypeInfo fti = catalog.getFeatureTypeByName(namespace, name);
>> fti.getFeatureSource();
>>
>> (not tested).
> 
> It worked, thanks.
> 
> I was able to add my first working process. But I'm running into a strange
> problem with the GetCapabilities request. To verifiy that it has nothing to
> do with my code I checked out trunk without modifiying anything:
> 
> - checkout trunk
> - build with "mvn clean install -Pwps"
> - run jetty 
> - GetCapabilities-request for WPS works
> - add a postgis datastore -> GetCapabilites-request still works
> - restart jetty
> - GetCapabilities-request returns a NullPointerException:

Hi Stefan,
sorry for the late reply, I had quite a week.
I tracked down the problem and opened a jira issue: 
http://jira.codehaus.org/browse/GEOS-3846

In the meantime I've committed a temporary workaround in WPS,
you can update and it should be working

Cheers
Andrea

-- 
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to