[
https://issues.apache.org/jira/browse/SM-5290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
NewYorker updated SM-5290:
--------------------------
Description:
The version 5.2.2_3 introduces an incompatibility due to removing the line
{*}org.w3c.dom{*},* from the Import-Package section in POI bundle.
It gives me a following error during a runtime:
{code:java}
org.w3c.dom.node cannot be found by org.apache.servicemix.bundles.poi_5.2.2.3
{code}
After locally patching and restoring this line
([https://github.com/apache/servicemix-bundles/blob/6806c269d2b716fa3dc2eb0e09a1b846b47cf062/poi-5.2.2/pom.xml#L89),]
the error no longer occurs.
was:
The version 5.2.2_3 introduces an incompatibility due to removing the line
*org.w3c.dom*,* from the Import-Package section in POI bundle.
It gives me a following error:
{code:java}
org.w3c.dom.node cannot be found by org.apache.servicemix.bundles.poi_5.2.2.3
{code}
After locally patching and restoring this line
([https://github.com/apache/servicemix-bundles/blob/6806c269d2b716fa3dc2eb0e09a1b846b47cf062/poi-5.2.2/pom.xml#L89),]
the error no longer occurs.
> POI bundle is missing org.w3c.dom in Import-Package
> ---------------------------------------------------
>
> Key: SM-5290
> URL: https://issues.apache.org/jira/browse/SM-5290
> Project: ServiceMix
> Issue Type: Bug
> Components: bundles
> Affects Versions: bundles-2022.08
> Reporter: NewYorker
> Priority: Major
>
> The version 5.2.2_3 introduces an incompatibility due to removing the line
> {*}org.w3c.dom{*},* from the Import-Package section in POI bundle.
> It gives me a following error during a runtime:
> {code:java}
> org.w3c.dom.node cannot be found by org.apache.servicemix.bundles.poi_5.2.2.3
> {code}
> After locally patching and restoring this line
> ([https://github.com/apache/servicemix-bundles/blob/6806c269d2b716fa3dc2eb0e09a1b846b47cf062/poi-5.2.2/pom.xml#L89),]
> the error no longer occurs.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)