Raible's Wiki
Raible Designs AppFuseHomepage- Korean - Chinese - Italian - Japanese QuickStart Guide User Guide Tutorials Other ApplicationsStruts ResumeSecurity Example Struts Menu
Set your name in
UserPreferences
Referenced by
JSPWiki v2.2.33
Hide Menu |
so far im having some problems. im using jdk14, redhat9, postgresql7.3, tomcat 418.
1 Day Later I switched to struts-resume instead of appfuse. resume does not complain about missing tables on insert, like appfuse. I solved the referential integrity problem by moving the data for the child table last in the sample data xml file. probably postgres is more strict with referential integrity, or maybe dbunit assumes it can set some 'ignore referential constraints' setting which it cant with postgres. anyway, moving the table is better. now i can build resume, but i cant run the db tests. (the dbunit stuff runs ok) when i try to run the example i get servletexception in the login page, which i guess is because of db connectivity. -- Joakim Verona
|