Running the cobertura report on Maven2 always fails
---------------------------------------------------

                 Key: TAP5-252
                 URL: https://issues.apache.org/jira/browse/TAP5-252
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-test
    Affects Versions: 5.0.15
            Reporter: Hugo Palma


I'm not sure if this is a cobertura problem or Tapestry problem but either way 
i think it should be investigated.
Here's the full stackstrace when i run the cobertura:cobertura goal (version 
2.2):

[ERROR] TapestryIOCModule.MasterObjectProvider Construction of service 
MasterObjectProvider failed: Error invoking constructor 
org.apache.tapestry5.ioc.internal.services.MasterObjectProviderImpl(List)
 (at MasterObjectProviderImpl.java:29) (for service 'MasterObjectProvider'): 
Error invoking service contribution method 
org.apache.tapestry5.services.TapestryModule.contributeMasterObjectProvider(Orde
redConfiguration, Alias, ObjectProvider): Exception constructing service 
'MasterObjectProvider': Construction of service 'MasterObjectProvider' has 
failed due to recursion: the service depends on itse
lf in some way. Please check 
org.apache.tapestry5.ioc.internal.services.MasterObjectProviderImpl(List) (at 
MasterObjectProviderImpl.java:29) for references to another service that is 
itself dependent
on service 'MasterObjectProvider'.
java.lang.RuntimeException: Error invoking constructor 
org.apache.tapestry5.ioc.internal.services.MasterObjectProviderImpl(List) (at 
MasterObjectProviderImpl.java:29) (for service 'MasterObjectProvide
r'): Error invoking service contribution method 
org.apache.tapestry5.services.TapestryModule.contributeMasterObjectProvider(OrderedConfiguration,
 Alias, ObjectProvider): Exception constructing service
 'MasterObjectProvider': Construction of service 'MasterObjectProvider' has 
failed due to recursion: the service depends on itself in some way. Please 
check org.apache.tapestry5.ioc.internal.services.
MasterObjectProviderImpl(List) (at MasterObjectProviderImpl.java:29) for 
references to another service that is itself dependent on service 
'MasterObjectProvider'.
        at 
org.apache.tapestry5.ioc.internal.ConstructorServiceCreator.createObject(ConstructorServiceCreator.java:63)
        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.RecursiveServiceCreationCheckWrapper.createObject(RecursiveServiceCreationCheckWrapper.java:60)
        at 
org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.createObject(JustInTimeObjectCreator.java:65)
        at 
$MasterObjectProvider_11cd17daca8._delegate($MasterObjectProvider_11cd17daca8.java)
        at 
$MasterObjectProvider_11cd17daca8.provide($MasterObjectProvider_11cd17daca8.java)
        at 
org.apache.tapestry5.ioc.internal.RegistryImpl.getObject(RegistryImpl.java:622)
        at 
org.apache.tapestry5.ioc.internal.RegistryImpl.getObject(RegistryImpl.java:676)
        at 
org.apache.tapestry5.ioc.internal.ObjectLocatorImpl.getObject(ObjectLocatorImpl.java:49)
        at 
org.apache.tapestry5.ioc.internal.util.InternalUtils.calculateParameterValue(InternalUtils.java:209)
        at 
org.apache.tapestry5.ioc.internal.util.InternalUtils.calculateParameters(InternalUtils.java:239)
        at 
org.apache.tapestry5.ioc.internal.ModuleImpl.instantiateModuleBuilder(ModuleImpl.java:306)
        at 
org.apache.tapestry5.ioc.internal.ModuleImpl.getModuleBuilder(ModuleImpl.java:253)
        at 
org.apache.tapestry5.ioc.internal.ServiceResourcesImpl.getModuleBuilder(ServiceResourcesImpl.java:105)
        at 
org.apache.tapestry5.ioc.internal.ServiceBuilderMethodInvoker.createObject(ServiceBuilderMethodInvoker.java:59)
        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:50)
        at 
org.apache.tapestry5.ioc.internal.RecursiveServiceCreationCheckWrapper.createObject(RecursiveServiceCreationCheckWrapper.java:60)
        at 
org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.createObject(JustInTimeObjectCreator.java:65)
        at 
$ServletApplicationInitializer_11cd17daca7._delegate($ServletApplicationInitializer_11cd17daca7.java)
        at 
$ServletApplicationInitializer_11cd17daca7.initializeApplication($ServletApplicationInitializer_11cd17daca7.java)
        at org.apache.tapestry5.TapestryFilter.init(TapestryFilter.java:91)
        at org.mortbay.jetty.servlet.FilterHolder.start(FilterHolder.java:71)
        at 
org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(WebApplicationHandler.java:310)
        at 
org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicationContext.java:509)
        at org.mortbay.util.Container.start(Container.java:72)
        at org.mortbay.http.HttpServer.doStart(HttpServer.java:708)
        at org.mortbay.util.Container.start(Container.java:72)
        at 
org.apache.tapestry5.test.JettyRunner.createAndStart(JettyRunner.java:138)
        at org.apache.tapestry5.test.JettyRunner.<init>(JettyRunner.java:65)
        at 
org.apache.tapestry5.test.AbstractIntegrationTestSuite.setup(AbstractIntegrationTestSuite.java:251)
        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:580)
        at 
org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:398)
        at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:145)
        at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:82)
        at 
org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:167)
        at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:104)
        at org.testng.TestRunner.runWorkers(TestRunner.java:712)
        at org.testng.TestRunner.privateRun(TestRunner.java:582)
        at org.testng.TestRunner.run(TestRunner.java:477)
        at org.testng.SuiteRunner.runTest(SuiteRunner.java:324)
        at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:319)
        at org.testng.SuiteRunner.privateRun(SuiteRunner.java:292)
        at org.testng.SuiteRunner.run(SuiteRunner.java:198)
        at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:821)
        at org.testng.TestNG.runSuitesLocally(TestNG.java:788)
        at org.testng.TestNG.run(TestNG.java:708)
        at 
org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:62)
        at 
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:141)
        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:338)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)
Caused by: java.lang.RuntimeException: Error invoking service contribution 
method 
org.apache.tapestry5.services.TapestryModule.contributeMasterObjectProvider(OrderedConfiguration,
 Alias, ObjectProvide
r): Exception constructing service 'MasterObjectProvider': Construction of 
service 'MasterObjectProvider' has failed due to recursion: the service depends 
on itself in some way. Please check org.apach
e.tapestry5.ioc.internal.services.MasterObjectProviderImpl(List) (at 
MasterObjectProviderImpl.java:29) for references to another service that is 
itself dependent on service 'MasterObjectProvider'.
        at 
org.apache.tapestry5.ioc.internal.ContributionDefImpl.invokeMethod(ContributionDefImpl.java:107)
        at 
org.apache.tapestry5.ioc.internal.ContributionDefImpl.contribute(ContributionDefImpl.java:62)
        at 
org.apache.tapestry5.ioc.internal.RegistryImpl.addToOrderedConfiguration(RegistryImpl.java:502)
        at 
org.apache.tapestry5.ioc.internal.RegistryImpl.getOrderedConfiguration(RegistryImpl.java:368)
        at 
org.apache.tapestry5.ioc.internal.ServiceResourcesImpl.getOrderedConfiguration(ServiceResourcesImpl.java:87)
        at 
org.apache.tapestry5.ioc.internal.AbstractServiceCreator.addOrderedConfigurationParameter(AbstractServiceCreator.java:131)
        at 
org.apache.tapestry5.ioc.internal.AbstractServiceCreator.getParameterDefaultsWithConfiguration(AbstractServiceCreator.java:112)
        at 
org.apache.tapestry5.ioc.internal.ConstructorServiceCreator.getParameterDefaultsWithConfigurations(ConstructorServiceCreator.java:72)
        at 
org.apache.tapestry5.ioc.internal.ConstructorServiceCreator.createObject(ConstructorServiceCreator.java:47)
        ... 61 more
Caused by: java.lang.RuntimeException: Exception constructing service 
'MasterObjectProvider': Construction of service 'MasterObjectProvider' has 
failed due to recursion: the service depends on itself
in some way. Please check 
org.apache.tapestry5.ioc.internal.services.MasterObjectProviderImpl(List) (at 
MasterObjectProviderImpl.java:29) for references to another service that is 
itself dependent on
service 'MasterObjectProvider'.
        at 
org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.createObject(JustInTimeObjectCreator.java:75)
        at 
$MasterObjectProvider_11cd17daca8._delegate($MasterObjectProvider_11cd17daca8.java)
        at 
$MasterObjectProvider_11cd17daca8.provide($MasterObjectProvider_11cd17daca8.java)
        at 
org.apache.tapestry5.ioc.internal.RegistryImpl.getObject(RegistryImpl.java:622)
        at 
org.apache.tapestry5.ioc.internal.RegistryImpl.getObject(RegistryImpl.java:676)
        at 
org.apache.tapestry5.ioc.internal.ObjectLocatorImpl.getObject(ObjectLocatorImpl.java:49)
        at 
org.apache.tapestry5.ioc.internal.util.InternalUtils.calculateParameterValue(InternalUtils.java:209)
        at 
org.apache.tapestry5.ioc.internal.util.InternalUtils.calculateParameters(InternalUtils.java:239)
        at 
org.apache.tapestry5.ioc.internal.util.InternalUtils.calculateParametersForMethod(InternalUtils.java:218)
        at 
org.apache.tapestry5.ioc.internal.ContributionDefImpl.invokeMethod(ContributionDefImpl.java:90)
        ... 69 more
Caused by: java.lang.IllegalStateException: Construction of service 
'MasterObjectProvider' has failed due to recursion: the service depends on 
itself in some way. Please check org.apache.tapestry5.ioc
.internal.services.MasterObjectProviderImpl(List) (at 
MasterObjectProviderImpl.java:29) for references to another service that is 
itself dependent on service 'MasterObjectProvider'.
        at 
org.apache.tapestry5.ioc.internal.RecursiveServiceCreationCheckWrapper.createObject(RecursiveServiceCreationCheckWrapper.java:52)
        at 
org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.createObject(JustInTimeObjectCreator.java:65)
        ... 78 more
[ERROR] TapestryModule.ServletApplicationInitializer Construction of service 
ServletApplicationInitializer failed: Unable to instantiate class 
org.apache.tapestry5.services.TapestryModule as a module
builder: Exception constructing service 'MasterObjectProvider': Error invoking 
constructor 
org.apache.tapestry5.ioc.internal.services.MasterObjectProviderImpl(List) (at 
MasterObjectProviderImpl.java:2
9) (for service 'MasterObjectProvider'): Error invoking service contribution 
method 
org.apache.tapestry5.services.TapestryModule.contributeMasterObjectProvider(OrderedConfiguration,
 Alias, ObjectProvi
der): Exception constructing service 'MasterObjectProvider': Construction of 
service 'MasterObjectProvider' has failed due to recursion: the service depends 
on itself in some way. Please check org.apa
che.tapestry5.ioc.internal.services.MasterObjectProviderImpl(List) (at 
MasterObjectProviderImpl.java:29) for references to another service that is 
itself dependent on service 'MasterObjectProvider'.
java.lang.RuntimeException: Unable to instantiate class 
org.apache.tapestry5.services.TapestryModule as a module builder: Exception 
constructing service 'MasterObjectProvider': Error invoking construc
tor org.apache.tapestry5.ioc.internal.services.MasterObjectProviderImpl(List) 
(at MasterObjectProviderImpl.java:29) (for service 'MasterObjectProvider'): 
Error invoking service contribution method org
.apache.tapestry5.services.TapestryModule.contributeMasterObjectProvider(OrderedConfiguration,
 Alias, ObjectProvider): Exception constructing service 'MasterObjectProvider': 
Construction of service 'M
asterObjectProvider' has failed due to recursion: the service depends on itself 
in some way. Please check 
org.apache.tapestry5.ioc.internal.services.MasterObjectProviderImpl(List) (at 
MasterObjectProv
iderImpl.java:29) for references to another service that is itself dependent on 
service 'MasterObjectProvider'.
        at 
org.apache.tapestry5.ioc.internal.ModuleImpl.instantiateModuleBuilder(ModuleImpl.java:325)
        at 
org.apache.tapestry5.ioc.internal.ModuleImpl.getModuleBuilder(ModuleImpl.java:253)
        at 
org.apache.tapestry5.ioc.internal.ServiceResourcesImpl.getModuleBuilder(ServiceResourcesImpl.java:105)
        at 
org.apache.tapestry5.ioc.internal.ServiceBuilderMethodInvoker.createObject(ServiceBuilderMethodInvoker.java:59)
        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:50)
        at 
org.apache.tapestry5.ioc.internal.RecursiveServiceCreationCheckWrapper.createObject(RecursiveServiceCreationCheckWrapper.java:60)
        at 
org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.createObject(JustInTimeObjectCreator.java:65)
        at 
$ServletApplicationInitializer_11cd17daca7._delegate($ServletApplicationInitializer_11cd17daca7.java)
        at 
$ServletApplicationInitializer_11cd17daca7.initializeApplication($ServletApplicationInitializer_11cd17daca7.java)
        at org.apache.tapestry5.TapestryFilter.init(TapestryFilter.java:91)
        at org.mortbay.jetty.servlet.FilterHolder.start(FilterHolder.java:71)
        at 
org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(WebApplicationHandler.java:310)
        at 
org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicationContext.java:509)
        at org.mortbay.util.Container.start(Container.java:72)
        at org.mortbay.http.HttpServer.doStart(HttpServer.java:708)
        at org.mortbay.util.Container.start(Container.java:72)
        at 
org.apache.tapestry5.test.JettyRunner.createAndStart(JettyRunner.java:138)
        at org.apache.tapestry5.test.JettyRunner.<init>(JettyRunner.java:65)
        at 
org.apache.tapestry5.test.AbstractIntegrationTestSuite.setup(AbstractIntegrationTestSuite.java:251)
        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:580)
        at 
org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:398)
        at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:145)
        at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:82)
        at 
org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:167)
        at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:104)
        at org.testng.TestRunner.runWorkers(TestRunner.java:712)
        at org.testng.TestRunner.privateRun(TestRunner.java:582)
        at org.testng.TestRunner.run(TestRunner.java:477)
        at org.testng.SuiteRunner.runTest(SuiteRunner.java:324)
        at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:319)
        at org.testng.SuiteRunner.privateRun(SuiteRunner.java:292)
        at org.testng.SuiteRunner.run(SuiteRunner.java:198)
        at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:821)
        at org.testng.TestNG.runSuitesLocally(TestNG.java:788)
        at org.testng.TestNG.run(TestNG.java:708)
        at 
org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:62)
        at 
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:141)
        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:338)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)
Caused by: java.lang.RuntimeException: Exception constructing service 
'MasterObjectProvider': Error invoking constructor 
org.apache.tapestry5.ioc.internal.services.MasterObjectProviderImpl(List) (at M
asterObjectProviderImpl.java:29) (for service 'MasterObjectProvider'): Error 
invoking service contribution method 
org.apache.tapestry5.services.TapestryModule.contributeMasterObjectProvider(OrderedCon
figuration, Alias, ObjectProvider): Exception constructing service 
'MasterObjectProvider': Construction of service 'MasterObjectProvider' has 
failed due to recursion: the service depends on itself in
some way. Please check 
org.apache.tapestry5.ioc.internal.services.MasterObjectProviderImpl(List) (at 
MasterObjectProviderImpl.java:29) for references to another service that is 
itself dependent on ser
vice 'MasterObjectProvider'.
        at 
org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.createObject(JustInTimeObjectCreator.java:75)
        at 
$MasterObjectProvider_11cd17daca8._delegate($MasterObjectProvider_11cd17daca8.java)
        at 
$MasterObjectProvider_11cd17daca8.provide($MasterObjectProvider_11cd17daca8.java)
        at 
org.apache.tapestry5.ioc.internal.RegistryImpl.getObject(RegistryImpl.java:622)
        at 
org.apache.tapestry5.ioc.internal.RegistryImpl.getObject(RegistryImpl.java:676)
        at 
org.apache.tapestry5.ioc.internal.ObjectLocatorImpl.getObject(ObjectLocatorImpl.java:49)
        at 
org.apache.tapestry5.ioc.internal.util.InternalUtils.calculateParameterValue(InternalUtils.java:209)
        at 
org.apache.tapestry5.ioc.internal.util.InternalUtils.calculateParameters(InternalUtils.java:239)
        at 
org.apache.tapestry5.ioc.internal.ModuleImpl.instantiateModuleBuilder(ModuleImpl.java:306)
        ... 49 more
Caused by: java.lang.RuntimeException: Error invoking constructor 
org.apache.tapestry5.ioc.internal.services.MasterObjectProviderImpl(List) (at 
MasterObjectProviderImpl.java:29) (for service 'MasterOb
jectProvider'): Error invoking service contribution method 
org.apache.tapestry5.services.TapestryModule.contributeMasterObjectProvider(OrderedConfiguration,
 Alias, ObjectProvider): Exception construct
ing service 'MasterObjectProvider': Construction of service 
'MasterObjectProvider' has failed due to recursion: the service depends on 
itself in some way. Please check org.apache.tapestry5.ioc.interna
l.services.MasterObjectProviderImpl(List) (at MasterObjectProviderImpl.java:29) 
for references to another service that is itself dependent on service 
'MasterObjectProvider'.
        at 
org.apache.tapestry5.ioc.internal.ConstructorServiceCreator.createObject(ConstructorServiceCreator.java:63)
        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.RecursiveServiceCreationCheckWrapper.createObject(RecursiveServiceCreationCheckWrapper.java:60)
        at 
org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.createObject(JustInTimeObjectCreator.java:65)
        ... 57 more
Caused by: java.lang.RuntimeException: Error invoking service contribution 
method 
org.apache.tapestry5.services.TapestryModule.contributeMasterObjectProvider(OrderedConfiguration,
 Alias, ObjectProvide
r): Exception constructing service 'MasterObjectProvider': Construction of 
service 'MasterObjectProvider' has failed due to recursion: the service depends 
on itself in some way. Please check org.apach
e.tapestry5.ioc.internal.services.MasterObjectProviderImpl(List) (at 
MasterObjectProviderImpl.java:29) for references to another service that is 
itself dependent on service 'MasterObjectProvider'.
        at 
org.apache.tapestry5.ioc.internal.ContributionDefImpl.invokeMethod(ContributionDefImpl.java:107)
        at 
org.apache.tapestry5.ioc.internal.ContributionDefImpl.contribute(ContributionDefImpl.java:62)
        at 
org.apache.tapestry5.ioc.internal.RegistryImpl.addToOrderedConfiguration(RegistryImpl.java:502)
        at 
org.apache.tapestry5.ioc.internal.RegistryImpl.getOrderedConfiguration(RegistryImpl.java:368)
        at 
org.apache.tapestry5.ioc.internal.ServiceResourcesImpl.getOrderedConfiguration(ServiceResourcesImpl.java:87)
        at 
org.apache.tapestry5.ioc.internal.AbstractServiceCreator.addOrderedConfigurationParameter(AbstractServiceCreator.java:131)
        at 
org.apache.tapestry5.ioc.internal.AbstractServiceCreator.getParameterDefaultsWithConfiguration(AbstractServiceCreator.java:112)
        at 
org.apache.tapestry5.ioc.internal.ConstructorServiceCreator.getParameterDefaultsWithConfigurations(ConstructorServiceCreator.java:72)
        at 
org.apache.tapestry5.ioc.internal.ConstructorServiceCreator.createObject(ConstructorServiceCreator.java:47)
        ... 61 more
Caused by: java.lang.RuntimeException: Exception constructing service 
'MasterObjectProvider': Construction of service 'MasterObjectProvider' has 
failed due to recursion: the service depends on itself
in some way. Please check 
org.apache.tapestry5.ioc.internal.services.MasterObjectProviderImpl(List) (at 
MasterObjectProviderImpl.java:29) for references to another service that is 
itself dependent on
service 'MasterObjectProvider'.
        at 
org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.createObject(JustInTimeObjectCreator.java:75)
        at 
$MasterObjectProvider_11cd17daca8._delegate($MasterObjectProvider_11cd17daca8.java)
        at 
$MasterObjectProvider_11cd17daca8.provide($MasterObjectProvider_11cd17daca8.java)
        at 
org.apache.tapestry5.ioc.internal.RegistryImpl.getObject(RegistryImpl.java:622)
        at 
org.apache.tapestry5.ioc.internal.RegistryImpl.getObject(RegistryImpl.java:676)
        at 
org.apache.tapestry5.ioc.internal.ObjectLocatorImpl.getObject(ObjectLocatorImpl.java:49)
        at 
org.apache.tapestry5.ioc.internal.util.InternalUtils.calculateParameterValue(InternalUtils.java:209)
        at 
org.apache.tapestry5.ioc.internal.util.InternalUtils.calculateParameters(InternalUtils.java:239)
        at 
org.apache.tapestry5.ioc.internal.util.InternalUtils.calculateParametersForMethod(InternalUtils.java:218)
        at 
org.apache.tapestry5.ioc.internal.ContributionDefImpl.invokeMethod(ContributionDefImpl.java:90)
        ... 69 more
Caused by: java.lang.IllegalStateException: Construction of service 
'MasterObjectProvider' has failed due to recursion: the service depends on 
itself in some way. Please check org.apache.tapestry5.ioc
.internal.services.MasterObjectProviderImpl(List) (at 
MasterObjectProviderImpl.java:29) for references to another service that is 
itself dependent on service 'MasterObjectProvider'.
        at 
org.apache.tapestry5.ioc.internal.RecursiveServiceCreationCheckWrapper.createObject(RecursiveServiceCreationCheckWrapper.java:52)
        at 
org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.createObject(JustInTimeObjectCreator.java:65)
        ... 78 more
[INFO] http.SocketListener Started SocketListener on 0.0.0.0:9999
Tests run: 16, Failures: 2, Errors: 0, Skipped: 3, Time elapsed: 1.468 sec <<< 
FAILURE!

Results :

Failed tests:
  setup(pt.viaverde.ecm.classification.web.SecurityTest)
  cleanup(pt.viaverde.ecm.classification.web.SecurityTest)

Tests run: 16, Failures: 2, Errors: 0, Skipped: 3

Cobertura: Loaded information on 36 classes.
Cobertura: Saved information on 36 classes.
[ERROR] There are test failures.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to