Hi all,

I have a class that I access either synchronously either asynchronously by
using a delegate.
In this class, there is a method that is using ibatis to store information
in a database.
When this method is accessed synchronously, everything is fined.
But when I try asynchronously, I cannot open the connection:

((new ServiceConfig()).GetInstance("statisticsSqlMapDao")).openConnection() 

throws an exception :

"the object reference is not defined as an object instance"

What do I miss ?

Thanks in advance for your help 

Regards

Jean-Guillaume

Reply via email to