Thanks Roberto,

Finally, I found my problem. It was related to an object that I had not initialized correctly.

 

Regards,

 

Jean-Guillaume LALANNE

 


De : [EMAIL PROTECTED] [mailto:ibatis-use[EMAIL PROTECTED] De la part de roberto
Envoyé : jeudi 20 janvier 2005 15:48
À : ibatis-user-cs@incubator.apache.org
Objet : RE: unable to load a class from an assembly during ConfigureAndWatch...

 

Have you tried using the following syntax for the <daoFactory> and <dao>’s in your dao.config?

 

<daoFactory>

      <dao interface="IBatisNet.DataAccess.Test.Dao.Interfaces.IAccountDao, IBatisNet.DataAccess.Test" implementation="IBatisNet.DataAccess.Test.Dao.Implementations.DataMapper.AccountDao, IBatisNet.DataAccess.Test"/>

</daoFactory>

 

Roberto

 

 

-----Original Message-----
From: Jean Guillaume LALANNE [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 20, 2005 8:56 AM
To: ibatis-user-cs@incubator.apache.org
Subject: unable to load a class from an assembly during ConfigureAndWatch...

 

Hi all,

 

I am confronted to a weird problem.

My configureAndWatch is not able to load a class from an assembly that is sitting in the same directory.

Have you an idea of what could be my problem?

 

“…Exception non gérée: IBatisNet.Common.Exceptions.ConfigurationException: DaoManager could not configure SqlMapDaoSessionHandler.Cause: Could not load type: cmacgm.Wimb.Domain.Lara.Data.JobHeaders at IBatisNet.DataAccess.DaoSessionHandlers.SqlMapDaoSessionHandler.Configure(Hashtable properties) …”

 

 

Thanks in advance for your help,

 

Regards

Jean-Guillaume

Reply via email to