[Geotools-devel] Encoder configuration binding override

2010-02-10 Thread Ben Caradoc-Davies
Justin, if I add an override like to xsd-gml3 GMLConfiguration.registerBindings: container.registerComponentImplementation(XS.ANYTYPE, ComplexSupportXSAnyTypeBinding.class); I get a unit test failure (see below). Looks like the test code is gathering all the bindings and detecting that there i

[Geotools-devel] [jira] Created: (GEOT-2948) Have Configuration class unpack dependencies in a way that maintains dependency order

2010-02-10 Thread Justin Deoliveira (JIRA)
Have Configuration class unpack dependencies in a way that maintains dependency order - Key: GEOT-2948 URL: http://jira.codehaus.org/browse/GEOT-2948 Project: GeoTool

Re: [Geotools-devel] Encoder configuration binding override

2010-02-10 Thread Justin Deoliveira
Hi Ben, This is also a known issue. If you look at Configuration you will see that setupBindings(PicoContainer) is deprecated in favor of setupBindings() which returns a map. The reason for the api change is exactly what you are running up against, the inability to override bindings. So it is

Re: [Geotools-devel] Request for SVN commit access

2010-02-10 Thread Justin Deoliveira
Hi Anthony, I have added you to the group of committers. As stated to Lim this limits you only to commit access in the new ingres module. You also will have to sign a contributor agreement, unless you submit one on behalf of the entire organization. Welcome to the project. -Justin On 2/9/10

[Geotools-devel] mvn install for Geoserver

2010-02-10 Thread lim goh
Hi all, Is maven suppose to require a firewall clearance during install? It seems like its trying to listen on something when I build. Also does anyone know how to solve "could not delete D:\geoserver\src\wfs\.\target\mockXXXdata\catalog.xml" ?? I think it might be the cause to my test e

[Geotools-devel] [jira] Created: (GEOT-2949) app-schema java.lang.IllegalStateException: Subject type not loaded yet

2010-02-10 Thread Rini Angreani (JIRA)
app-schema java.lang.IllegalStateException: Subject type not loaded yet --- Key: GEOT-2949 URL: http://jira.codehaus.org/browse/GEOT-2949 Project: GeoTools Issue Type: Bug