Hi,
I would like resolve views that are defined in the web flow by using a bean "InternalResourceViewResolver":
web.xml:
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="3.0"...
Type: Posts; User: superviny; Keyword(s):
Hi,
I would like resolve views that are defined in the web flow by using a bean "InternalResourceViewResolver":
web.xml:
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="3.0"...
Hello,
I would like to put lock on a table during a transaction.
As you can see hereafter, I accept to process an update only if the field "version" that I red before update contains same value...
Seems I finally found all problems.
The DOCTYPE of "personne-mysql.xlm" must be:
<!DOCTYPE sqlMap
PUBLIC "-//iBATIS.com//DTD SQL Map 2.0//EN"
"http://ibatis.apache.org/dtd/sql-map-2.dtd">
Hello,
I've found a part of the problem.
The "DOCTYPE" in "personne-mysql.xml" was not correct.
But now, I get another status error:
The content of element type "sqlMap" must match "EMPTY"....
Hello,
I try to connect a MySQL database through 'Spring' (iBatis).
I've tested a simple example.
Hereafter, my main code:
package istia.st.springmvc.personnes.tests;