utf-8 in sqlMap

2009-07-03 Thread deligeli
Hi! I have a problem. I write in UTF-8 characters. The characters are being passed fine to the action (i can see in the debug) when i execute a query to ibatis i get the following debugging messages: DEBUG [http-8080-Processor25] - Created connection 15270039. DEBUG [http-8080-Processor25] - {conn

Re: queryForObject/queryForList where is the documentation for the "Object parameter"?

2009-07-03 Thread Larry Meadors
It's about specialization: The core idea with ibatis is mapping sql to java objects, and there are tools that do json and xml far better than ibatis did, so we'll focus on what we do well, and let those tools do what they do well. It will be interesting to see some integration side projects that d

Re: com.ibatis.dao.client.DaoException: Error while configuring DaoManager

2009-07-03 Thread David Brown
Hello Kai, thanks for the reply. At the pleading of a close associate I switched from iBatis DAO manager to: org.springframework.orm.ibatis.support.SqlMapClientDaoSupport To answer your question my maven repo as seen by my Eclipse project shows this jar in the build path libraries (before swit

classPathEntry with relative path

2009-07-03 Thread Benjamin Klatt
Hi all, I am using the ibator eclipse plugin and have defined a classPathEnty for the jdbc driver with an absolute path. Does anyone now a way to define this as a relative path inside my eclipse project? Cheers Benjamin