Subject Re: local transaction active can't begin another.
Author Roman Rokytskyy
Hi,

> Only one small part of my application actually needs XA support the
> rest of it 99% only needs local transaction support. In light of
> this is it better for me to just use FBWrappingDataSource directly
> and forget about JCA for the bulk of the application?

If you can live with such deployment, then it should be ok.

> The part which does need XA support works fine using the JBoss JCA
> wrapper, so I have no great need at the moment for an XADataSource
> implementation.
>
> If I had some time I would gladly have a crack at this myself but
> unfortunately I'm snowed under the moment. If things ease up I will
> check back and see if I can help.

Thanks!

Roman