Re: [appfuse-user] populate doesn't seem to work

2007-10-29 Thread mschipperheyn
Ok, that didn't work either. I'll just go with hard coding for now. Cheers, Marc mschipperheyn wrote: > > Ok, following the manual I thought it had to go into the same directory as > the actual test class. So, I need to do something like > test/resources//UserDaoTest.properties. > > Cheers,

Re: [appfuse-user] populate doesn't seem to work

2007-10-29 Thread mschipperheyn
Ok, following the manual I thought it had to go into the same directory as the actual test class. So, I need to do something like test/resources//UserDaoTest.properties. Cheers, Marc Mike Horwitz wrote: > > Are you using AppFuse 2.00? If so the properties file should go in a > matching direc

Re: [appfuse-user] populate doesn't seem to work

2007-10-28 Thread Michael Horwitz
Are you using AppFuse 2.00? If so the properties file should go in a matching directory under src/test/resources. Mike. On 10/27/07, mschipperheyn <[EMAIL PROTECTED]> wrote: > > > Hi, > > I try to use the populate method to load object properties, but it doesn't > work. I don't get an error but I

[appfuse-user] populate doesn't seem to work

2007-10-27 Thread mschipperheyn
Hi, I try to use the populate method to load object properties, but it doesn't work. I don't get an error but I see in the query browser that my object values are null. Manually loading works fine. I placed UserDaoTest.properties in the same dir as UserDaoTest.java +++UserDaoTest.properties nick