Github user ahgittin commented on the pull request:
https://github.com/apache/brooklyn-server/pull/56#issuecomment-195273274
test failure looks related:
```
2016-03-11 08:40:51,463 INFO TESTNG FAILED: "Surefire test" -
org.apache.brooklyn.core.mgmt.osgi.OsgiVersionMoreEntityTest.testMoreEntitiesV2FailsWithoutBasicTestOsgiEntitiesBundle()
finished in 47 ms
java.lang.AssertionError: Missing expected text in error:
org.apache.brooklyn.util.exceptions.CompoundRuntimeException: Unable to
instantiate org.apache.brooklyn.test.osgi.entities.more.MoreEntity; 2 errors
including: Transformer for java-type-name gave an error creating this plan:
Unable to load org.apache.brooklyn.test.osgi.entities.more.MoreEntity from
[OSGi:org.apache.brooklyn.test.osgi.entities.more.MoreEntity:0.1.0[[CatalogBundleDto{symbolicName=null,
version=null,
url=classpath:/brooklyn/osgi/brooklyn-test-osgi-more-entities_0.2.0.jar}]]]:
Unable to resolve class org.apache.brooklyn.test.osgi.entities.more.MoreEntity
in CatalogBundleDto{symbolicName=null, version=null,
url=classpath:/brooklyn/osgi/brooklyn-test-osgi-more-entities_0.2.0.jar}:
ClassNotFoundException: org.apache.brooklyn.test.osgi.entities.more.MoreEntity:
BundleException: Unable to resolve
org.apache.brooklyn.test.resources.osgi.brooklyn-test-osgi-more-entities [44](R
44.0): missing requirement [org.apache.b
rooklyn.test.resources.osgi.brooklyn-test-osgi-more-entities [44](R 44.0)]
osgi.wiring.package;
(osgi.wiring.package=org.apache.brooklyn.test.osgi.entities) Unresolved
requirements:
[[org.apache.brooklyn.test.resources.osgi.brooklyn-test-osgi-more-entities
[44](R 44.0)] osgi.wiring.package;
(osgi.wiring.package=org.apache.brooklyn.test.osgi.entities)]:
ClassNotFoundException: org.apache.brooklyn.test.osgi.entities.more.MoreEntity
expected [true] but found [false]
at
org.apache.brooklyn.core.mgmt.osgi.OsgiVersionMoreEntityTest.testMoreEntitiesV2FailsWithoutBasicTestOsgiEntitiesBundle(OsgiVersionMoreEntityTest.java:285)
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---