On Thu, Jan 15, 2009 at 7:53 AM, Howard Lewis Ship <[email protected]> wrote:
> They should!
Here on Ubuntu 8.10 and Java(TM) SE Runtime Environment (build
1.6.0_10-b33) tests are failing here:
[ERROR] RecursiveFoe Construction of service RecursiveFoe failed:
Error invoking service builder method
org.apache.tapestry5.ioc.internal.ModuleImplTestModule.buildRecursiveFoe(FoeService)
(at ModuleImplTestModule.java:56) (for service 'RecursiveFoe'):
Exception constructing service 'RecursiveFoe': Construction of service
'RecursiveFoe' has failed due to recursion: the service depends on
itself in some way. Please check
org.apache.tapestry5.ioc.internal.ModuleImplTestModule.buildRecursiveFoe(FoeService)
(at ModuleImplTestModule.java:56) for references to another service
that is itself dependent on service 'RecursiveFoe'.
java.lang.RuntimeException: Error invoking service builder method
org.apache.tapestry5.ioc.internal.ModuleImplTestModule.buildRecursiveFoe(FoeService)
(at ModuleImplTestModule.java:56) (for service 'RecursiveFoe'):
Exception constructing service 'RecursiveFoe': Construction of service
'RecursiveFoe' has failed due to recursion: the service depends on
itself in some way. Please check
org.apache.tapestry5.ioc.internal.ModuleImplTestModule.buildRecursiveFoe(FoeService)
(at ModuleImplTestModule.java:56) for references to another service
that is itself dependent on service 'RecursiveFoe'.
at
org.apache.tapestry5.ioc.internal.ServiceBuilderMethodInvoker.createObject(ServiceBuilderMethodInvoker.java:76)
at
org.apache.tapestry5.ioc.internal.OperationTrackingObjectCreator$1.invoke(OperationTrackingObjectCreator.java:45)
at
org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:68)
at
org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:68)
at
org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:910)
at
org.apache.tapestry5.ioc.internal.OperationTrackingObjectCreator.createObject(OperationTrackingObjectCreator.java:49)
at
org.apache.tapestry5.ioc.internal.SingletonServiceLifecycle.createService(SingletonServiceLifecycle.java:29)
at
org.apache.tapestry5.ioc.internal.LifecycleWrappedServiceCreator.createObject(LifecycleWrappedServiceCreator.java:52)
at
org.apache.tapestry5.ioc.internal.InterceptorStackBuilder.createObject(InterceptorStackBuilder.java:56)
at
org.apache.tapestry5.ioc.internal.RecursiveServiceCreationCheckWrapper.createObject(RecursiveServiceCreationCheckWrapper.java:60)
at
org.apache.tapestry5.ioc.internal.OperationTrackingObjectCreator$1.invoke(OperationTrackingObjectCreator.java:45)
at
org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:68)
at
org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:68)
at
org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:910)
at
org.apache.tapestry5.ioc.internal.OperationTrackingObjectCreator.createObject(OperationTrackingObjectCreator.java:49)
at
org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.createObject(JustInTimeObjectCreator.java:65)
at $FoeService_11ed966301a.delegate($FoeService_11ed966301a.java)
at $FoeService_11ed966301a.foe($FoeService_11ed966301a.java)
at
org.apache.tapestry5.ioc.internal.ModuleImplTest.recursive_singleton_integration_test(ModuleImplTest.java:138)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:552)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:411)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:785)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:114)
at org.testng.TestRunner.privateRun(TestRunner.java:693)
at org.testng.TestRunner.run(TestRunner.java:574)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:241)
at org.testng.SuiteRunner.run(SuiteRunner.java:145)
at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:901)
at org.testng.TestNG.runSuitesLocally(TestNG.java:863)
at org.testng.TestNG.run(TestNG.java:613)
at
org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:77)
at
org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:92)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:334)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:980)
Caused by: java.lang.RuntimeException: Exception constructing service
'RecursiveFoe': Construction of service 'RecursiveFoe' has failed due
to recursion: the service depends on itself in some way. Please check
org.apache.tapestry5.ioc.internal.ModuleImplTestModule.buildRecursiveFoe(FoeService)
(at ModuleImplTestModule.java:56) for references to another service
that is itself dependent on service 'RecursiveFoe'.
at
org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.createObject(JustInTimeObjectCreator.java:75)
at $FoeService_11ed966301a.delegate($FoeService_11ed966301a.java)
at $FoeService_11ed966301a.foe($FoeService_11ed966301a.java)
at
org.apache.tapestry5.ioc.internal.ModuleImplTestModule.buildRecursiveFoe(ModuleImplTestModule.java:56)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.tapestry5.ioc.internal.ServiceBuilderMethodInvoker.createObject(ServiceBuilderMethodInvoker.java:64)
... 42 more
Caused by: org.apache.tapestry5.ioc.internal.OperationException:
Construction of service 'RecursiveFoe' has failed due to recursion:
the service depends on itself in some way. Please check
org.apache.tapestry5.ioc.internal.ModuleImplTestModule.buildRecursiveFoe(FoeService)
(at ModuleImplTestModule.java:56) for references to another service
that is itself dependent on service 'RecursiveFoe'.
at
org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:90)
at
org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:68)
at
org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:910)
at
org.apache.tapestry5.ioc.internal.OperationTrackingObjectCreator.createObject(OperationTrackingObjectCreator.java:49)
at
org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.createObject(JustInTimeObjectCreator.java:65)
... 50 more
Caused by: java.lang.IllegalStateException: Construction of service
'RecursiveFoe' has failed due to recursion: the service depends on
itself in some way. Please check
org.apache.tapestry5.ioc.internal.ModuleImplTestModule.buildRecursiveFoe(FoeService)
(at ModuleImplTestModule.java:56) for references to another service
that is itself dependent on service 'RecursiveFoe'.
at
org.apache.tapestry5.ioc.internal.RecursiveServiceCreationCheckWrapper.createObject(RecursiveServiceCreationCheckWrapper.java:52)
at
org.apache.tapestry5.ioc.internal.OperationTrackingObjectCreator$1.invoke(OperationTrackingObjectCreator.java:45)
at
org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:68)
... 54 more
[ERROR] SerializationSupport Unexpected service proxy provider when
clearing the provider. This may indicate that you have multiple IoC
Registries.
Tests run: 623, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
9.689 sec <<< FAILURE!
Results :
Failed tests:
try_write_lock_inside_read_lock(org.apache.tapestry5.ioc.internal.util.ConcurrentBarrierTest)
Tests run: 623, Failures: 1, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
Didn't have time to test on JDK 1.5
--
Massimo
http://meridio.blogspot.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]