In trying to update the codebase on trunk I have been working on this page:
And I have found that: > CommonFactoryFinder.getFilterFactory( null ) I am not sure if I am doing that right, I would not mind having a Hints.NULL so that I do not have to pass null around. Here is the stack trace; note that getStyleFactory( null ) does in fact work. > java.lang.IllegalArgumentException: category unknown! > at javax.imageio.spi.ServiceRegistry.getServiceProviders(Unknown > Source) > at > org.geotools.factory.FactoryRegistry.getServiceProviders(FactoryRegistry.java:174) > at > org.geotools.factory.FactoryRegistry.getServiceProviders(FactoryRegistry.java:124) > at > org.geotools.factory.FactoryRegistry.getServiceProvider(FactoryRegistry.java:280) > at > org.geotools.factory.FactoryRegistry.getServiceProvider(FactoryRegistry.java:259) > at > org.geotools.factory.FactoryCreator.getServiceProvider(FactoryCreator.java:115) > at > org.geotools.factory.CommonFactoryFinder.getFilterFactory(CommonFactoryFinder.java:118) > at > org.geotools.factory.CommonFactoryFinderTest.testGetFilterFactory(CommonFactoryFinderTest.java:12) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > at java.lang.reflect.Method.invoke(Unknown Source) > at junit.framework.TestCase.runTest(TestCase.java:154) > at junit.framework.TestCase.runBare(TestCase.java:127) > at junit.framework.TestResult$1.protect(TestResult.java:106) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.framework.TestResult.run(TestResult.java:109) > at junit.framework.TestCase.run(TestCase.java:118) > at junit.framework.TestSuite.runTest(TestSuite.java:208) > at junit.framework.TestSuite.run(TestSuite.java:203) > at > org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:128) > at > org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196) > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
