Hi,
I get an error about multiple fetch methods:
http://screencast.com/t/NWJmM2Jj
They all seem to be inherited from DataSource. I have succesfully set up my environment to include the IDACall servlet with friends and defined my first DMI datasource. I get this message and I see that there is a fetch(String) and fetch(String,Object) defined in DataSource (that I inherit indirectly through BasicDataSource).
I guess I am doing something wrong, but would appreciate a pointer to get it right. TIA.
Sondre
I get an error about multiple fetch methods:
http://screencast.com/t/NWJmM2Jj
They all seem to be inherited from DataSource. I have succesfully set up my environment to include the IDACall servlet with friends and defined my first DMI datasource. I get this message and I see that there is a fetch(String) and fetch(String,Object) defined in DataSource (that I inherit indirectly through BasicDataSource).
I guess I am doing something wrong, but would appreciate a pointer to get it right. TIA.
Sondre
Comment