Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] (no subject)

You can look up the file in the generated class fold ,  maybe the file is not putted into the fold

-----原始邮件-----
发件人: platform-dev-admin@xxxxxxxxxxx
[mailto:platform-dev-admin@xxxxxxxxxxx]代表
platform-dev-request@xxxxxxxxxxx
发送时间: 2005年3月26日 1:00
收件人: platform-dev@xxxxxxxxxxx
主题: platform-dev digest, Vol 1 #290 - 1 msg


Send platform-dev mailing list submissions to
	platform-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
	http://dev.eclipse.org/mailman/listinfo/platform-dev
or, via email, send a message with subject or body 'help' to
	platform-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
	platform-dev-admin@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of platform-dev digest..."


Today's Topics:

   1. Eclipse and Ibatis (Can Alhas)

--__--__--

Message: 1
Date: Fri, 25 Mar 2005 14:02:40 +0200
From: Can Alhas <canalhas@xxxxxxxxx>
To: platform-dev@xxxxxxxxxxx
Subject: [platform-dev] Eclipse and Ibatis
Reply-To: platform-dev@xxxxxxxxxxx

Hi,
I am trying to use Ibatis sql-map in the eclipse RCP. 
I have put the sql-map-config file in the same package with SQLConfig
class which is responsible to get the sql-map xml and interprate.

But i get the below error. I check the file, sql-map-config.xml file
is there but it can not find it. I could  use it in the same way in a
java project but not in eclipse RCP.

Please send me if you have any suggestion. 

java.io.IOException: Could not find resource
com/intellica/dao/sql-map-config.xml
	at com.ibatis.common.resources.Resources.getResourceAsStream(Resources.java:101)
	at com.ibatis.common.resources.Resources.getResourceAsStream(Resources.java:86)
	at com.ibatis.common.resources.Resources.getResourceAsReader(Resources.java:150)
	at com.intellica.dao.SQLConfig.<clinit>(SQLConfig.java:31)
	at com.intellica.reporting.core.Reporting.run(Reporting.java:28)


--__--__--

_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-dev


End of platform-dev Digest


Back to the top