Hi!
>> ConnectionManagerDataSource doesn't compile with java1.6, because Sun
>> added a new ancestor interface ("Wrapper") to DataSource:-(.
>> The new methods are isWrapperFor and unwrap.
>>
>> I think the best solution is just to add stub implementations of the new
>> methods that throw UnsupportedOperationException.
>>
>>
> Ok, should be done.
>
Due to local testing purposes I've added these methods now.--- Mario
