[
https://issues.apache.org/jira/browse/CAMEL-9921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15276284#comment-15276284
]
ASF GitHub Bot commented on CAMEL-9921:
---------------------------------------
GitHub user tdiesler opened a pull request:
https://github.com/apache/camel/pull/981
[CAMEL-9921] Use Glassfish EL when available with fallback to default
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tdiesler/camel CAMEL-9921
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/981.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #981
----
commit 250de646dcbac60506a5921a24dabf36c3379503
Author: Thomas Diesler <[email protected]>
Date: 2016-05-09T11:28:00Z
[CAMEL-9921] Use Glassfish EL when available with fallback to default
----
> 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, karaf
> Affects Versions: 2.15.6, 2.17.0, 2.18.0
> Reporter: Tomohisa Igarashi
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 2.16.4, 2.17.2, 2.18.0
>
> Attachments: CAMEL-9921.tgz
>
>
> The configuration variables defined in transformation.xml is not resolved to
> the value on karaf. Attached reproducer [^CAMEL-9921.tgz] shows this behavior
> using Pax Exam, camel-2.18-SNAPSHOT and karaf-4.0.5.
> 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)