On 14 May 2014, at 01:36, Sanne Grinovero <[email protected]> wrote:
> The testing configuration files seem to point to this URL: > http://www.infinispan.org/schemas/infinispan-config-7.0.xsd > > But I'm getting a 404 when attempting to find it. Dunno about that ^... > It would be very helpfull to make this available, as it seems > Infinispan 7.0.0.Alpha4 is unable to read the old configuration format > :-( > > Is that expected? Yes, we moved completely over to the new 7.x parser. The 6.x parser was removed. > > Message: Unexpected element '{urn:infinispan:config:6.0}infinispan' > at > org.infinispan.configuration.parsing.ParserRegistry.parse(ParserRegistry.java:100) > at > org.infinispan.test.fwk.TestCacheManagerFactory.fromStream(TestCacheManagerFactory.java:106) > at > org.infinispan.test.fwk.TestCacheManagerFactory.fromXml(TestCacheManagerFactory.java:97) > at > org.infinispan.test.fwk.TestCacheManagerFactory.fromXml(TestCacheManagerFactory.java:91) > at > org.infinispan.manager.CacheManagerXmlConfigurationTest.testBatchingIsEnabled(CacheManagerXmlConfigurationTest.java:126) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at > org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80) > at org.testng.internal.Invoker.invokeMethod(Invoker.java:714) > at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901) > at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231) > at > org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127) > at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111) > at org.testng.TestRunner.privateRun(TestRunner.java:767) > at org.testng.TestRunner.run(TestRunner.java:617) > at org.testng.SuiteRunner.runTest(SuiteRunner.java:334) > at org.testng.SuiteRunner.access$000(SuiteRunner.java:37) > at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:368) > at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64) > at java.util.concurrent.FutureTask.run(FutureTask.java:262) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:744) > Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[5,41] > Message: Unexpected element '{urn:infinispan:config:6.0}infinispan' > at > org.infinispan.configuration.parsing.ParserRegistry.parseElement(ParserRegistry.java:137) > at > org.infinispan.configuration.parsing.ParserRegistry.parse(ParserRegistry.java:121) > at > org.infinispan.configuration.parsing.ParserRegistry.parse(ParserRegistry.java:108) > at > org.infinispan.configuration.parsing.ParserRegistry.parse(ParserRegistry.java:95) > ... 24 more > _______________________________________________ > infinispan-dev mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/infinispan-dev -- Galder Zamarreño [email protected] twitter.com/galderz _______________________________________________ infinispan-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/infinispan-dev
