You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Jonathan Gallimore <jo...@gmail.com> on 2017/08/02 16:12:03 UTC

Forward porting JCA proxy code

Hi folks

I have created a PR which brings forward a patch I applied to 1.7.x to
master: https://github.com/apache/tomee/pull/99

I've seen a couple of resource adapters now that cast to their connection
implementation class - this change should allow that to happen without a
classcastexception.

One extra note on this, is that if the "final" modifier is removed from
org.apache.activemq.artemis.ra.ActiveMQRASession (
https://github.com/apache/activemq-artemis/compare/master...jgallimore:artemis-tomee),
then Artemis can be used successfully as a JMS provider with TomEE - I
think a couple of people have been looking for this.

Feedback is welcome - many thanks!

Jon

Re: Forward porting JCA proxy code

Posted by Jonathan Gallimore <jo...@gmail.com>.
I've merged this in - should anyone have any subsequent issues or
objections, please shout.

Jon

On Wed, Aug 2, 2017 at 5:12 PM, Jonathan Gallimore <
jonathan.gallimore@gmail.com> wrote:

> Hi folks
>
> I have created a PR which brings forward a patch I applied to 1.7.x to
> master: https://github.com/apache/tomee/pull/99
>
> I've seen a couple of resource adapters now that cast to their connection
> implementation class - this change should allow that to happen without a
> classcastexception.
>
> One extra note on this, is that if the "final" modifier is removed from
> org.apache.activemq.artemis.ra.ActiveMQRASession (https://
> github.com/apache/activemq-artemis/compare/master...
> jgallimore:artemis-tomee), then Artemis can be used successfully as a JMS
> provider with TomEE - I think a couple of people have been looking for this.
>
> Feedback is welcome - many thanks!
>
> Jon
>