Hi Mone,
We are using ibatis to persist data in database before pushing it to lightstreaner,
but when i deploy adapter, i am getting following error, I think lightstreamer is not reading any config xmls, Please suggest how to go for this.

Exception in thread "Thread-13" java.lang.NoClassDefFoundError: org/apache/ibatis/io/Resources
at com.marketnews.mni.common.db.MyBatisInitializer.<c linit>(Unknown Source)
at com.marketnews.mni.common.db.NewsItemDao.createNew sItem(Unknown Source)


Even i tried to read Properties from .properties file, lightstreamer did not recognise the .properties file eventhogh the file was mentioned in classpath.