You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "Christopher Elkins (JIRA)" <ji...@apache.org> on 2008/06/19 21:33:45 UTC

[jira] Updated: (ABDERA-176) Missing ExtensionFactory registration for features extension

     [ https://issues.apache.org/jira/browse/ABDERA-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christopher Elkins updated ABDERA-176:
--------------------------------------

    Attachment: features-ExtensionFactory.patch

Adds an ExtensionFactory services file for the features extension

> 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.