Looks like no one here has had this problem before. Just in case this is "helpful" to someone else I wanted to post that this issue is "resolved." There is something wrong with the SQL Server 2005 Developer Edition that I was trying to use AppFuse on. All the documentation says Developer should be the same as Enterprise [at least for my purposes], but a fresh install of the full version of SQL Server works just fine.
Now on to the next problem... Nathan On Sun, Nov 9, 2008 at 1:28 PM, Nathan Anderson <[EMAIL PROTECTED]> wrote: > Hello all! > > It's been a long time since I have been able to work on an AppFuse project, > so it is time for another crash course ;) There are a few technologies > being used in this project that are a bit out of the norm for me, so I'll > probably be asking a lot of questions. > > So far I have created a new SpringMVC Basic app from the archtype. The > first deviation from typical is that we are using an SQL Server 2005. So I > modified the pom "sqlserver" db profile to match my server. DbUnit seems to > create the database correctly, the tables are added to the "dbo" schema so > they look like "dbo.app_user" and are populated with the testing data. That > is what I expected so I'm hoping at least that much is right. > > The problem is "integration-test" fails when it gets to the "Save User" web > test with a "Data Access Error." And I see the same problem when running > the app with "jetty:run-war" ("jetty:run" completely fails, but I suspect > that is a different problem). > > Any suggestions? > > Thanks > Nathan >