Hey, Dear there,
 
I am using ibatis dao for persistence. While runing my test, I got below for the DTO class I am trying to grab from DaoManager:
 
-- DTO Call on: $Proxy2
 
DaoManager m = (DaoManager)getDaoManager(prjCtx,dbCtx,sqlKey);
LOG.debug("-- DTO Call on: " + m.getDao(daoInterface).getClass().getName());
return m.getDao(daoInterface);
 
I don't know why and how? How to debugy DaoManager, do I have to use the Resources class to load the dao.xml?
 
Scott
 
--------------------------------------
Scott Li M.D. M.S.
Bioinformatics Software Engineer
Kemmel Cancer Center Rm 806
Thomas Jeffersion University
Philadelphia, PA 19107
(Office) 215-503-9815
(Mobile) 609-220-9133
----------------------------------------------------------------------------

 

<<Blank Bkgrd.gif>>

Reply via email to