[
https://issues.apache.org/jira/browse/CAMEL-5798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13502899#comment-13502899
]
Christian Müller commented on CAMEL-5798:
-----------------------------------------
The camel-saxon feature for camel 2.11.0-SNAPSHOT is defined as
{code}
<feature name='camel-saxon' version='2.11-SNAPSHOT' resolver='(obr)'
start-level='50'>
<feature version='2.11-SNAPSHOT'>camel-core</feature>
<bundle
dependnecy='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlresolver/1.2_5</bundle>
<bundle
dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.saxon/9.4.0.4_1</bundle>
<bundle>mvn:org.apache.camel/camel-saxon/2.11-SNAPSHOT</bundle>
</feature>
{code}
I think we are fine here.
The camel-saxon feature for camel 2.10.3-SNAPSHOT is defined as
{code}
<feature name='camel-saxon' version='2.10.3-SNAPSHOT' resolver='(obr)'
start-level='50'>
<feature version='2.10.3-SNAPSHOT'>camel-core</feature>
<bundle
dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.saxon/9.3.0.11_2</bundle>
<bundle>mvn:org.apache.camel/camel-saxon/2.10.3-SNAPSHOT</bundle>
</feature>
{code}
This will not work in Karaf 2.3.0 :-(
Any reason not to upgrade to 9.4.0.4_1?
May be we have the same issue for Camel 2.9.5-SNAPSHOT?
{code}
<feature name='camel-saxon' version='2.9.5-SNAPSHOT' resolver='(obr)'
start-level='50'>
<feature version='2.9.5-SNAPSHOT'>camel-core</feature>
<bundle
dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.saxon/9.1.0.8_2</bundle>
<bundle>mvn:org.apache.camel/camel-saxon/2.9.5-SNAPSHOT</bundle>
</feature>
{code}
I will contact the Karaf guys.
> camel-saxon does not work on pure Karaf 2.3.0
> ---------------------------------------------
>
> Key: CAMEL-5798
> URL: https://issues.apache.org/jira/browse/CAMEL-5798
> Project: Camel
> Issue Type: Bug
> Components: camel-saxon
> Affects Versions: 2.10.2
> Reporter: Bengt Rodehav
> Attachments: saxon-problem.zip
>
>
> This has been discussed on the mailing list:
> http://camel.465427.n5.nabble.com/Saxon-and-saxon9he-td5722663.html
> It seems like the camel-saxon feature only has been tested on Servicemix and
> not on a pure Karaf installation. Servicemix comes with a pre-installed
> XmlResolver while Karaf doesn't and it seems like camel-saxon requires an
> XmlResolver. It should therefore be added to the camel-saxon feature.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira