Re: [orchestra] ConnectionManagerDataSource and java1.6

2007-08-11 Thread Mario Ivankovits
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

Re: [orchestra] ConnectionManagerDataSource and java1.6

2007-08-11 Thread Mario Ivankovits
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

[orchestra] ConnectionManagerDataSource and java1.6

2007-08-10 Thread simon
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