
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
1.8 beta in wicket/iBatis mode
|
|
|
applicationContext-iBatis.xml should use a PropertyPlaceholderConfigurer or something to reflect the used DB as defined in jdbc.properties. If its MySQL, use a MySQLMaxValueIncrementer bean instead of a postgres one.
A very first poor attempt would be to supply a another context which you can use instead of the original one like applicationContext-ibatis.xml.mysql by simply copying to the original name.
|
|
Description
|
applicationContext-iBatis.xml should use a PropertyPlaceholderConfigurer or something to reflect the used DB as defined in jdbc.properties. If its MySQL, use a MySQLMaxValueIncrementer bean instead of a postgres one.
A very first poor attempt would be to supply a another context which you can use instead of the original one like applicationContext-ibatis.xml.mysql by simply copying to the original name. |
Show » |
Sort Order:
|
EQX-63, of course its related to that problem in the first place.