You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by Anthony Fryer <ap...@hotmail.com> on 2012/09/19 08:05:08 UTC

Can you Deploy a JCA resource adapter in a WAR?

I currently have an application that interacts with a vendor application
using web services.  I use jax-ws and call the web services directly from
servlets packaged up in my war file.

I'm now looking at using JCA to interact with the vendor application.  I
like the encapsulation of the interaction with the vendor application i can
get using JCA but I also currently love the fact i can deploy everything i
need everywhere in a single WAR file.  Would i lose that capability if I use
JCA?  Would I have to deploy a RAR file first and then the WAR?  



--
View this message in context: http://openejb.979440.n4.nabble.com/Can-you-Deploy-a-JCA-resource-adapter-in-a-WAR-tp4657504.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: Can you Deploy a JCA resource adapter in a WAR?

Posted by Anthony Fryer <ap...@hotmail.com>.
I haven't yet tried. I haven't used jca before so wasn't sure if it was
possible to do that. I'll try it.



--
View this message in context: http://openejb.979440.n4.nabble.com/Can-you-Deploy-a-JCA-resource-adapter-in-a-WAR-tp4657504p4657533.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: Can you Deploy a JCA resource adapter in a WAR?

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Hi,

You ask because you tried? Well normally you can but i didnt play with it
for months so i cant guarantee you it works but it is clearly something we
can fix if that's not the case.

- Romain
Le 19 sept. 2012 08:05, "Anthony Fryer" <ap...@hotmail.com> a écrit :

> I currently have an application that interacts with a vendor application
> using web services.  I use jax-ws and call the web services directly from
> servlets packaged up in my war file.
>
> I'm now looking at using JCA to interact with the vendor application.  I
> like the encapsulation of the interaction with the vendor application i can
> get using JCA but I also currently love the fact i can deploy everything i
> need everywhere in a single WAR file.  Would i lose that capability if I
> use
> JCA?  Would I have to deploy a RAR file first and then the WAR?
>
>
>
> --
> View this message in context:
> http://openejb.979440.n4.nabble.com/Can-you-Deploy-a-JCA-resource-adapter-in-a-WAR-tp4657504.html
> Sent from the OpenEJB User mailing list archive at Nabble.com.
>