org.apache.qpid.server.plugins.PluginTest is failing on trunk
-------------------------------------------------------------
Key: QPID-993
URL: https://issues.apache.org/jira/browse/QPID-993
Project: Qpid
Issue Type: Bug
Components: Java Tests
Affects Versions: M3
Reporter: Rajith Attapattu
Assignee: Rajith Attapattu
Fix For: M3
The test org.apache.qpid.server.plugins.PluginTest in systest is failing
initially as we don't set the "example.plugin.target" system property.
The test loads a plugin jar created by broker-plugins and test for the presence
of the exchanges loaded by the plugin.
However the current ant build doesn't include broker-plugins module.
Once that is added and the proper paths are set for a plugin dir, the test
still fails.
The ServiceTracker seems to load the jar without any errors, however when you
do a .getServices() it returns a null indicating that it could not recognized
the plugins from the jar.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.