Subject Re: Spring setup [was Re: [Firebird-Java] Setting Isolation Level with Hibernate]
Author Roman Rokytskyy
> Thanks Roman - I guess I'm asking what's the difference between the 2?

No functional difference - they implement different interfaces. And
FBWrappingDataSource "wraps" the FBConnectionPoolDataSource to implement
another interface. Also FBConnectionPoolDataSource implements XADataSource
interface, which allows it to participate in distributed transactions, while
FBWrappingDataSource can't.

Roman