LogIntegrationTest is broken
----------------------------
Key: ACE-198
URL: https://issues.apache.org/jira/browse/ACE-198
Project: Ace
Issue Type: Bug
Components: Maven Build
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
Fix For: 0.8.0
In the ACE integration tests, the LogIntegrationTest is broken:
-------------------------------------------------------------------------------
Test set: org.apache.ace.it.log.LogIntegrationTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 9.228 sec <<<
FAILURE!
runTests(org.apache.ace.it.log.LogIntegrationTest) Time elapsed: 9.219 sec
<<< FAILURE!
java.lang.AssertionError: Not all components were started. Still missing the
following:
ComponentImpl[null org.apache.ace.it.log.LogIntegrationTest@5f90a0d6]
ServiceDependency[interface org.osgi.service.http.HttpService null] required
available
ServiceDependency[interface org.apache.ace.log.Log
(&(objectClass=org.apache.ace.log.Log)(name=auditlog))] required available
ServiceDependency[interface org.apache.ace.server.log.store.LogStore
(&(objectClass=org.apache.ace.server.log.store.LogStore)(name=auditlog))]
required unavailable
ServiceDependency[interface java.lang.Runnable
(&(objectClass=java.lang.Runnable)(taskName=auditlog))] required unavailable
at org.junit.Assert.fail(Assert.java:74)
at
org.apache.ace.it.IntegrationTestBase.setupTest(IntegrationTestBase.java:125)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira