[jira] [Commented] (CAMEL-2983) RestEasy component

2016-12-04 Thread Claus Ibsen (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-2983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15720528#comment-15720528
 ] 

Claus Ibsen commented on CAMEL-2983:


Yeah sure it should be latest version of RestEasy. At this time its 3.x

> 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)


[jira] [Commented] (CAMEL-2983) RestEasy component

2016-12-04 Thread Alexandru Enache (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-2983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15720473#comment-15720473
 ] 

Alexandru Enache commented on CAMEL-2983:
-

[~davsclaus] I've seen that resteasy reached 3.0.x in the meantime. Is there 
any need for this anymore?

> 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)


[jira] [Commented] (CAMEL-2983) RestEasy component

2015-07-29 Thread Claus Ibsen (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-2983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14645856#comment-14645856
 ] 

Claus Ibsen commented on CAMEL-2983:


Sounds good.

> 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)


[jira] [Commented] (CAMEL-2983) RestEasy component

2015-07-27 Thread Roman jakubco (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-2983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14642544#comment-14642544
 ] 

Roman jakubco commented on CAMEL-2983:
--

I will check the possibility but I am not really sure if it will be possible , 
but I will give a shot. I was also looking at other Camel components and I 
think I could take similar approach to tests as camel-servlet component. 

When I will have some results I will let you know.



> 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)


[jira] [Commented] (CAMEL-2983) RestEasy component

2015-07-26 Thread Claus Ibsen (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-2983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14642001#comment-14642001
 ] 

Claus Ibsen commented on CAMEL-2983:


Sounds good.

Unfortunately testing with a real container is harder. We have much more luck 
with just testing with camel-jetty as the HTTP server. Then you can test all in 
the same JVM which is much easier and faster.

Wonder if you could take that approach, as we want the code to be easy to 
maintain for us.

> 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)


[jira] [Commented] (CAMEL-2983) RestEasy component

2015-07-22 Thread Roman jakubco (JIRA)

[ 
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 {{@localRepositoryUrl@}} 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)


[jira] [Commented] (CAMEL-2983) RestEasy component

2015-07-22 Thread Gareth Healy (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-2983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14636583#comment-14636583
 ] 

Gareth Healy commented on CAMEL-2983:
-

Has anything happened with this? I can't see the camel-resteasy doc page, so i 
presume not. But the github repo is still active.

> 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)


[jira] [Commented] (CAMEL-2983) RestEasy component

2015-07-14 Thread Claus Ibsen (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-2983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14626039#comment-14626039
 ] 

Claus Ibsen commented on CAMEL-2983:


Hi Roman

Yay that is great. We will take a look at your work.

Its okay for a Camel component to not support OSGi - after all its often where 
that 3rd party support OSGi or not. There is a few Camel components that do not 
support OSGi. And also OSGi support can possible be added later. And there is a 
lot more Camel users not using OSGi so they should benefit.

Do you know if there is more work to be done on your resteasy component? Maybe 
if you could upgrade to latest Camel release as we would apply the code for 
master branch and thus uses latest Camel.

> 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)


[jira] [Commented] (CAMEL-2983) RestEasy component

2015-07-14 Thread Roman jakubco (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-2983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14626035#comment-14626035
 ] 

Roman jakubco commented on CAMEL-2983:
--

Hi [~davsclaus],
I created Camel component based on RestEasy project as part of my diploma 
thesis. The code can be found here: 
https://github.com/romanjakubco/camel-resteasy
 
I would like to contribute to Camel project if the component is good enough for 
distribution. But I was looking at requirements for new component and there is 
a part with OSGi. The problem is that RestEasy is not working great in OSGi 
environment at the moment and I don't know if it ever will...

> 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)