Hi
I am trying SQLMap as stand alone application,
here is my folder structure
c:
--test
      |
      --com
           |
            ashish
                  |
                  --data
                        |
                        -- SQLMapConfig.xml
                        -- SqlMapConfig.properties

In my SQLMapConfig.xml file i have defined resource
tag as below
<properties
resource="com/ashish/data/SqlMapConfig.properties" /> 

in my java program i do the following
String resource = "com/ashish/data/SQLMapConfig.xml";
Reader reader =
Resources.getResourceAsReader(resource);
sqlMap =
SqlMapClientBuilder.buildSqlMapClient(reader);

But i am getting the following error
Error parsing XPath '/sqlMapConfig/properties'. 
Cause:
com.ibatis.common.exception.NestedRuntimeException:
Error loading properties.  Cause: java.io.IOException:
Could not find resource
com/pfizer/maps/data/SqlMapConfig.properties

how do i solve this problem
I am using eclipse to code and run this program

Ashish 

A$HI$H


                
__________________________________ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to