You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Gunna Satria <gn...@nwa.iao.co.id> on 2005/06/15 11:57:33 UTC

problem in linux

Hi,

i am having trouble with ibatis in linux. i develop an application in windows and it run well. but when i am trying to deploy it at linux error shows up. it say cannot find my resource file( the *.xml file). it occured when the DaoManager try to parse my SqlMapConfig.xml
when it try to find
<sqlMap resource="com/vico/correng/dao/ibatis/impl/PsrecPipe.xml"/>

it throw an exception saying it cannot find the file.

does anybody had similar problem?

thanks