Folks,

<Avalon interloper warning/>

Hi, we are using Torque at work for data pumping.  Basically as is it has problems 
with reading
from Sybase and writing to Oracle (I guess it could be any x to y, and not juse read 
from x and
write to y).

We have solved the issue by doing a hacky extend of TorqueDataSourceFactory to 
XXXFactory and
YYYFactory.  We reimplemented every method (because of use of private rather than 
protected), but
basically all we really needed to do was override initialize(conf) and did a
tcds.setDataSoruceName("XXX") to get it working.

Is there any chance the methods in the TorqueDataSourceFactory could be made protected 
rather than
private?  The same could be true of the scope visibility of AbstractDataSourceFactory.

Thanks folks. Great work by the way.

Regards,

- Paul H

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to