Search:

Type: Posts; User: superviny; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    276

    SWF+InternalResourceViewResolver

    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"...
  2. How to put lock on table - iBatis - DataSourceTransactionManager

    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...
  3. Seems I finally found all problems. The...

    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&#58;//ibatis.apache.org/dtd/sql-map-2.dtd">
  4. Hello, I've found a part of the problem. The...

    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"....
  5. Cannot resolve reference to bean while setting bean property 'sqlMapClient'

    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;
Results 1 to 5 of 5