[
https://issues.apache.org/jira/browse/CAMEL-2983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14636613#comment-14636613
]
Roman jakubco commented on CAMEL-2983:
--------------------------------------
I am currently working on pull request to master branch of Camel, but I have
few issues with tests because of Arquillian that is used in them. I am using
ShrinkWrap for creation of war file used for testing and ShrinkWrap uses
Maven.resolver for resolving dependencies from pom.xml which are required for
bundle that is deployed into the wildfly.
I spent whole yesterday looking for cause of the problem and I think it is
because of [1] file is imported into the maven when build is executed and this
property {{<url>@localRepositoryUrl@</url>}} is the main problem for
Maven.resolver in ShrinkWrap. I need to find a way to bypass this or rewrite
tests so that they are executable in Camel repo. So I will try to do this as
soon as possible.
[1]
https://github.com/romanjakubco/camel/blob/camel-resteasy/tooling/maven/camel-api-component-maven-plugin/src/it/settings.xml
> RestEasy component
> ------------------
>
> Key: CAMEL-2983
> URL: https://issues.apache.org/jira/browse/CAMEL-2983
> Project: Camel
> Issue Type: New Feature
> Reporter: Claus Ibsen
> Fix For: Future
>
>
> Consider JBoss RestEasy 2.x which has been released under ASL 2.0 license now.
> http://jboss.org/resteasy
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)