[
https://issues.apache.org/jira/browse/CAMEL-9921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomohisa Igarashi updated CAMEL-9921:
-------------------------------------
Description:
The configuration variables defined in transformation.xml is not resolved to
the value on karaf. It just works in unit test and JBoss EAP via SwitchYard. I
also tried to run with camel-2.18-SNAPSHOT, but it requires
(&(osgi.wiring.package=org.apache.felix.gogo.commands)(version>=0.16.0)(!(version>=1.0.0)))
while karaf-2.4.4 bundles felix gogo 0.12.1.
h4. Steps to reproduce
# Unpack CAMEL-9921.tgz
# Run 'mvn clean package'
# PaxExamTest fails with following error, which shows the variable mapping
doesn't work in karaf while it succeeds in CamelBlueprintTest
{code}
test(org.apache.camel.component.dozer.PaxExamTest) Time elapsed: 15.878 sec
<<< FAILURE!
org.junit.ComparisonFailure: expected:<[ACME-SALES]> but was:<[${CUST_ID}]>
at org.apache.camel.component.dozer.PaxExamTest.test(PaxExamTest.java:89)
{code}
was:
The configuration variables defined in transformation.xml is not resolved to
the value on karaf. It just works in unit test and JBoss EAP via SwitchYard. I
also tried to run with camel-2.18-SNAPSHOT, but it requires
(&(osgi.wiring.package=org.apache.felix.gogo.commands)(version>=0.16.0)(!(version>=1.0.0)))
while karaf-2.4.4 bundles felix gogo 0.12.1.
h4. Steps to reproduce
# Checkout xml-to-json example from here -
https://github.com/fusesource/fuseide/tree/master/examples/transformation/xml-to-json
# Change camel version to 2.17.0 in its pom.xml
# Run mvn install
# Start a karaf instance
# Add URLs
{code}
karaf@root> features:addurl
mvn:org.apache.camel.karaf/apache-camel/2.17.0/xml/features
karaf@root> features:addurl
mvn:org.jboss.tools.fuse.examples.transformation/xml-to-json/1.0.0-SNAPSHOT/xml/features
{code}
# Install the application
{code}
karaf@root> features:install xml-to-json
{code}
# Copy input file
{code}
# cp src/data/abc-order.xml /tmp/inbox/
{code}
# Check the output file '/tmp/outbox/xyz-order.json'. You would see
"origin":"$\{ORIGIN}" while $\{ORIGIN} should have been resolved to 'Web'.
> Dozer variable mapping doesn't work on karaf
> --------------------------------------------
>
> Key: CAMEL-9921
> URL: https://issues.apache.org/jira/browse/CAMEL-9921
> Project: Camel
> Issue Type: Bug
> Components: camel-dozer
> Affects Versions: 2.15.6, 2.17.0
> Reporter: Tomohisa Igarashi
> Priority: Minor
> Attachments: CAMEL-9921.tgz
>
>
> The configuration variables defined in transformation.xml is not resolved to
> the value on karaf. It just works in unit test and JBoss EAP via SwitchYard.
> I also tried to run with camel-2.18-SNAPSHOT, but it requires
> (&(osgi.wiring.package=org.apache.felix.gogo.commands)(version>=0.16.0)(!(version>=1.0.0)))
> while karaf-2.4.4 bundles felix gogo 0.12.1.
> h4. Steps to reproduce
> # Unpack CAMEL-9921.tgz
> # Run 'mvn clean package'
> # PaxExamTest fails with following error, which shows the variable mapping
> doesn't work in karaf while it succeeds in CamelBlueprintTest
> {code}
> test(org.apache.camel.component.dozer.PaxExamTest) Time elapsed: 15.878 sec
> <<< FAILURE!
> org.junit.ComparisonFailure: expected:<[ACME-SALES]> but was:<[${CUST_ID}]>
> at org.apache.camel.component.dozer.PaxExamTest.test(PaxExamTest.java:89)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)