Re: [Geotools-devel] PMC: Map Context Refractor Proposal

2010-06-09 Thread Jody Garnett
The goal is not to enhance at this time; simply to cut down on the magic performed by DefaultMapLayer. With this in mind do you wish to reconsider +0? Jody On 10/06/2010, at 4:23 PM, Simone Giannecchini wrote: > Took quick look at the proposal, I am +0. > MIght turn into +1 once I have played w

Re: [Geotools-devel] Nominate Xiangtan Lin for GeoTools commit access

2010-06-09 Thread Jody Garnett
+1 welcome to the project Xiangtan. Don't suppose you want to review the GML encode methods I have been working on this week? Jody On 10/06/2010, at 3:51 PM, Ben Caradoc-Davies wrote: > I nominate my colleague Xiangtan Lin for GeoTools commit access. All the > usual rules apply. > > Xiangtan

Re: [Geotools-devel] PMC: Map Context Refractor Proposal

2010-06-09 Thread Simone Giannecchini
Took quick look at the proposal, I am +0. MIght turn into +1 once I have played with the enhancements. Simone. --- Ing. Simone Giannecchini GeoSolutions S.A.S. Founder - Software Engineer Via Carignoni 51 55041 Camaiore (LU) Italy phone: +39 05

[Geotools-devel] Nominate Xiangtan Lin for GeoTools commit access

2010-06-09 Thread Ben Caradoc-Davies
I nominate my colleague Xiangtan Lin for GeoTools commit access. All the usual rules apply. Xiangtan has implemented optional encoding of WFS responses with gml:featureMember in GeoTools [GEOT-3046], and the corresponding wicket UI elements to enable this in GeoServer [GEOS-4003]; both pieces o

Re: [Geotools-devel] SVN/Trac Migration

2010-06-09 Thread Ben Caradoc-Davies
To be explicit, if you want to commit to GeoTools today, you need to set in your hosts file: 140.211.15.71 svn.osgeo.org http://en.wikipedia.org/wiki/Hosts_file On 10/06/10 12:46, Jody Garnett wrote: > SVN and other services being migrated to new hardware. > - > http://www.timeanddate.com/wo

[Geotools-devel] SVN/Trac Migration

2010-06-09 Thread Jody Garnett
SVN and other services being migrated to new hardware. - http://www.timeanddate.com/worldclock/fixedtime.html?year=2010&month=6&day=10&hour=3&min=59&sec=0 They should be back about now? Begin forwarded message: > From: Christopher Schmidt > Date: 9 June 2010 7:05:50 PM AEST > To: disc...@lists

[Geotools-devel] ZooWPS and GeoTools use from an embedded Java

2010-06-09 Thread Jody Garnett
Okay I got back an amazing story that is more to do with Zoo WPS then geotools... - File permission exceptions were more about the classpath being set up wrong - Stack Overflow was more about executing GeoTools from within an embedded Java; it requires a lot of classes to do this and they ran out

Re: [Geotools-devel] PMC: Map Context Refractor Proposal

2010-06-09 Thread Jody Garnett
A second patch is now available: - http://jira.codehaus.org/browse/GEOT-3136 This patch is complete; with DefaultMapLayer using an internal Layer (tested with Quickstart and ImageLab to confirm functionality). Ben I notice you have a FeatureSourceMapLayer - I don't think this is needed after the

Re: [Geotools-devel] GeoTools OSGi compatibility

2010-06-09 Thread Jody Garnett
Thanks! Added you now; so you should be able to edit the wiki. There is a page started here: - http://docs.codehaus.org/display/GEOTOOLS/Add+bundle+information+to+jar+manifest But it never really had enough information for us to do anything. Jody On 09/06/2010, at 10:42 PM, Mathieu Baudier wr

Re: [Geotools-devel] GeoTools OSGi compatibility

2010-06-09 Thread Mathieu Baudier
> There is a page that goes through what you need to do: > - http://docs.codehaus.org/display/GEOTOOLS/Wiki+Signup Ok, I did apply to join here: http://xircles.codehaus.org/projects/geotools -- ThinkGeek and WIRED's GeekD

Re: [Geotools-devel] Parser/Encoder permissions

2010-06-09 Thread Jody Garnett
Scott will have to fill in with the details; thus far I have been unable to reproduce a test case with reduced permissions (sigh!). Jody On 09/06/2010, at 6:34 PM, Ben Caradoc-Davies wrote: > On 09/06/10 15:45, Jody Garnett wrote: >> Ben I think this is the problem you were working on when pack

Re: [Geotools-devel] Parser/Encoder permissions

2010-06-09 Thread Ben Caradoc-Davies
On 09/06/10 15:45, Jody Garnett wrote: > Ben I think this is the problem you were working on when packaging stuff up > in jar form? No, that is to prevent network loading of remote schemas; app-schema-resolver looks in jar files first to prevent that. > Can you see anything in there that would

[Geotools-devel] Parser/Encoder permissions

2010-06-09 Thread Jody Garnett
Hi Ben / Scott: After going to all the trouble of getting the parser/encoder stuff sorted out I am running into problems when working in a Java EE environment. Specifically something in the parser code is trying to access the filesystem and failing security restrictions. Ben I think this is th