Missing ExtensionFactory registration for features extension
------------------------------------------------------------
Key: ABDERA-176
URL: https://issues.apache.org/jira/browse/ABDERA-176
Project: Abdera
Issue Type: Bug
Affects Versions: 0.5.0
Reporter: Christopher Elkins
Priority: Minor
Attachments: features-ExtensionFactory.patch
When the features extension was moved to its own module in r660391, it never
got an ExtensionFactory services file. This results in test failures such as
the following:
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.472 sec <<<
FAILURE!
testFeaturesDocument(org.apache.abdera.test.ext.features.FeatureTest) Time
elapsed: 0.357 sec <<< ERROR!
java.lang.ClassCastException: org.apache.abdera.parser.stax.FOMExtensibleElement
at
org.apache.abdera.ext.features.FeaturesHelper.newFeatures(FeaturesHelper.java:244)
at
org.apache.abdera.test.ext.features.FeatureTest.testFeaturesDocument(FeatureTest.java:42)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.