Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
AppFuseOnPostgreSQL
AppFuseSupport
Articles
Articles_cn
Articles_de
Articles_pt
Articles_zh
CreateDAO
CreateDAO_de
CreateDAO_es
...and 4 more




JSPWiki v2.2.33

[RSS]


Hide Menu

AppFuseOnDB2


Difference between version 5 and version 4:

At line 190 added 8 lines.
__Change defaultAutoCommit:__\\
In order to get my JSP tests to run, and successfully insert data, I had to change the context config file for Tomcat (''myapplication.xml'') so that the defaultAutoCommit value was true:
{{{
<parameter>
<name>defaultAutoCommit</name>
<value>true</value>
</parameter>
}}}

Back to AppFuseOnDB2, or to the Page History.