Hi Jeroen Thanks for your email, it works now. The fixture was missing from the master file.
Dharmesh -----Original Message----- From: Jeroen van der Wal [mailto:[email protected]] Sent: Friday, January 17, 2014 9:39 AM To: users Subject: Re: Fixtures Problem Did you add the new fixture to the master fixture? In Estatio we do something like this: public class EstatioFixture extends AbstractFixture { public EstatioFixture() { addFixture(new EstatioRefDataObjectsFixture()); addFixture(new EstatioTransactionalObjectsFixture()); } } On Fri, Jan 17, 2014 at 10:19 AM, Chohan, Dharmesh <[email protected]> wrote: > Hello > > In my application I have added a domain and added some test data via > fixtures. When I run the install fixtures, I get other fixtures installed > but the new fixture does not get installed. > > I have checked the isis.properties and it looks okay. I have also tried to > add debug statements in the fixture class but they do not get printed out. > > On the console it shows that the fixture class is called. Also there are no > errors generated on console. > > Any ideas what may be the problem. > > Thanks > Dharmesh > > > > > > >
