I just tried creating a basic Spring MVC project (version 2.0.1) and
then running "mvn test -Ph2" and it worked fine for me (JDK 5, OS X).

Matt

On 3/18/08, Paolo Scopa <[EMAIL PROTECTED]> wrote:
>
>  Hi,
>  i am now trying to run the application. The only change i made is to use H2
>  database instead of mysql, using driver version 1.0.67
>
>  executing mvn jetty:run-war i receive the following error
>
>  ...
>  [INFO] Nothing to compile - all classes are up to date
>  [INFO] [dbunit:operation {execution: test-compile}]
>  [INFO]
>  ------------------------------------------------------------------------
>  [ERROR] BUILD ERROR
>  [INFO]
>  ------------------------------------------------------------------------
>  [INFO] Error executing database operation: CLEAN_INSERT
>  ...
>
>  I investigated a bit more but it looks like boolean values are not accepted
>  for some reason (H2 has a boolean type and true/false are valid values in
>  sql commands).
>
>  I made changes in all *data.xml to change boolean values from 0/1 to Y/N,
>  then T/F and eventually true/false.
>  Nothing seems to work.
>  Any idea what i should insert there?
>
>  Thanks
>  Paolo
>
>
>  --
>  View this message in context: 
> http://www.nabble.com/H2-database-issue-tp16121284s2369p16121284.html
>  Sent from the AppFuse - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to