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
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
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
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
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
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