Re: [Geotools-devel] deadlock in streaming renderer

2013-02-13 Thread Andrea Aime
On Wed, Feb 13, 2013 at 1:29 PM, Ákos Maróy a...@maroy.hu wrote: Hi, I discovered a deadlock condition in the streaming renderer. it happens in StreamingRenderer.PainterThread.run() : I believe I did fix this issue back in November, and added a test for it.

[Geotools-devel] [jira] (GEOT-4391) Expensive/redundant table existance check in MetadataTablePrimaryKeyFinder

2013-02-13 Thread Andrea Aime (JIRA)
Andrea

Re: [Geotools-devel] deadlock in streaming renderer

2013-02-13 Thread Ákos Maróy
On 13/02/13 14:03, Andrea Aime wrote: On Wed, Feb 13, 2013 at 1:29 PM, Ákos Maróy a...@maroy.hu mailto:a...@maroy.hu wrote: Hi, I discovered a deadlock condition in the streaming renderer. it happens in StreamingRenderer.PainterThread.run() : I believe I did fix this

Re: [Geotools-devel] deadlock in streaming renderer

2013-02-13 Thread Andrea Aime
On Wed, Feb 13, 2013 at 5:02 PM, Ákos Maróy a...@maroy.hu wrote: However.. this might be related, but not the same I don't see the changes committed in relation to the above ticket Where did you look? :-) https://github.com/geotools/geotools/commit/3c7fcb062171bf62294a42fdcb74130082323a6f

Re: [Geotools-devel] Problems with WMS client contacting an Inspire enabled GeoServer

2013-02-13 Thread Mauro Bartolomeoli
Hi guys, I tried to integrate all your suggestions with a new commit on this branch: https://github.com/mbarto/geotools/tree/geot_4386_no_app_schema_resolver. Basically what I did is: * removed classes migrated to gt-xml (SchemaResolver, SchemaCache and SchemaCatalog) from app-schema-resolver,

[Geotools-devel] [Hudson] Build failed in Hudson: geotools-8.x #109

2013-02-13 Thread Hudson
See http://hudson.opengeo.org/hudson/job/geotools-8.x/109/ -- Started by an SCM change Checkout:workspace / http://hudson.opengeo.org/hudson/job/geotools-8.x/ws/ - hudson.remoting.LocalChannel@2634fad8 Using strategy: Default Last Built Revision: Revision

[Geotools-devel] [Hudson] Build failed in Hudson: geotools-master-docs #1900

2013-02-13 Thread Hudson
See http://hudson.opengeo.org/hudson/job/geotools-master-docs/1900/ -- Started by upstream project geotools-master build number 4710 [INFO] Using Maven 3 installation: maven-3.0.4 [INFO] Checking Maven 3 installation environment [workspace] $

[Geotools-devel] [Hudson] Build failed in Hudson: geotools-master-jdbc #231

2013-02-13 Thread Hudson
See http://hudson.opengeo.org/hudson/job/geotools-master-jdbc/231/ -- Started by upstream project geotools-master build number 4710 [workspace] $ /bin/bash /var/cache/jetty/data/hudson2780136431624894882.sh FATAL: command execution failed

[Geotools-devel] [Hudson] Hudson build is back to normal : geotools-8.x #110

2013-02-13 Thread Hudson
See http://hudson.opengeo.org/hudson/job/geotools-8.x/110/changes -- This message is automatically generated by Hudson. For more information on Hudson, see: http://hudson-ci.org/ -- Free Next-Gen Firewall Hardware

Re: [Geotools-devel] Problems with WMS client contacting an Inspire enabled GeoServer

2013-02-13 Thread Ben Caradoc-Davies
Nice work, Mauro. You are getting closer. There are still some issues to be addressed. The good news is that all tests pass (including SchemaCacheOnlineTest, which requires ~/.geotools/schema-resolver.properties to enable it). Furthermore, I have made the changes required in GeoServer in a