[
https://issues.apache.org/jira/browse/ARIES-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emily Jiang updated ARIES-470:
------------------------------
Attachment: jira470.diff
The build failure was caused by the felix obr jira:
https://issues.apache.org/jira/browse/FELIX-2672. One of the bundles
testTwitter uses imports javax.xml.*, which sometimes wires to the system
bundle while other times wires to another bundle
com.springsource.org.apache.xmlcommons_1.3.4, which exports some of the
javax.xml.* packages although with a higher version:(. As a consequence, we
cannot be sure how many provision bundles we can get from felix obr. I modified
our test to verify that we have at least two provisioning bundles, the ones we
are expecting, instead of insisting on just having two bundles. This might be
better in the long run, as the remote bundle repository content might change.
The patch was generated from trunk dir.
> fix hudson build break
> ----------------------
>
> Key: ARIES-470
> URL: https://issues.apache.org/jira/browse/ARIES-470
> Project: Aries
> Issue Type: Bug
> Reporter: Emily Jiang
> Assignee: Emily Jiang
> Attachments: jira470.diff
>
>
> Fix the build break reported by Hudson: See
> <https://hudson.apache.org/hudson/job/Aries/org.apache.aries.application$org.apache.aries.application.runtime.isolated.itests/715/>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.