Hi Wouter, the database schema has changed, too (one table instead of three!). You have to delete the old schema and initialize a new one.
Cheers... Matthias > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Wouter Zoons > Sent: Tuesday, March 23, 2004 9:46 PM > To: 'Matthias Bohlen' > Cc: 'Chad Brandon'; [EMAIL PROTECTED] > Subject: [Andromda-devel] RE: Quiz running better but not perfectly > > > I'll look into it > > But I still have an error: > > java.rmi.ServerException: EJBException:; nested exception is: > javax.ejb.EJBException: null; CausedByException is: > No row with the given identifier exists: > 402880f9fb6d176000fb6d17e6d40001, of class: > org.andromda.samples.animalquiz.decisiontree.DecisionItemImpl > at > org.jboss.ejb.plugins.LogInterceptor.handleException(LogInterc > eptor.java > :347) > > ... > > it happened right after I entered a question, maybe I need to > clean the /tmp and rebuild or something, I'll try some more > later today > > w > > > -----Original Message----- > > From: Matthias Bohlen [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, March 23, 2004 9:40 PM > > To: 'Wouter Zoons' > > Cc: 'Chad Brandon'; [EMAIL PROTECTED] > > Subject: Quiz running better but not perfectly > > > > Hi folks, > > > > now, I have implemented the rest of the biz logic inside the > animal-quiz > > sample. I also fixed a bug in the Hibernate cartridge: the > mapping for > > classes with superclasses was wrong. > > > > If you regenerate and run the animal quiz now, you will > notice that it > > runs MUCH better but still you can't play long enough to > insert more > > than one animal and guess it (I tried with "fish" and "Does it > swim?"). > > > > Wouter, there is an error in our "guess" activity graph. If > the answer > > to a question is "yes", the graph immediately goes to "I > win". Imagine > > however that the user answers "yes" to "Does it swim?". The system > must > > ask "Is it a fish?" and if the user answers "yes", then the system > must > > say "I win". > > > > We need a second fork in the flow but I don't know how to add it. > Could > > you have a look? > > > > Thanks... > > Matthias > > > > --- > > > > Matthias Bohlen > > "Consulting that helps project teams to succeed..." > > http://www.mbohlen.de/ > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President > and CEO of GenToo technologies. Learn everything from > fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Andromda-devel mailing list [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/andromda-devel > > ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Andromda-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-devel
