[Fornax-developer] Eclipse UML and/or EA approach for Fornax Hibernate Transformation

2010-04-07 Thread s...@entimo.de
Hi, thanks to a plenty of tutorials and guides written by helpfully people all over the world I was able to setup an OAW workflow for generating Hibernate mapping files and POJO classes from a MagicDraw UML model based on the persistence profile supplied with the Fornax Hibernate cartridge. Since

Re: [Fornax-developer] Eclipse UML and/or EA approach for Fornax Hibernate Transformation

2010-03-22 Thread Karsten Thoms
Am 18.03.2010 um 13:56 schrieb Darius Jockel: > > Croin wrote: >> >> [java] Couldn't find extension >> 'createDefaultValues(uml::Package)'! >> > Maybe the root node of your model is not but ? > At creation time of the uml2 model you have to select the root node > and the > default is p

Re: [Fornax-developer] Eclipse UML and/or EA approach for Fornax Hibernate Transformation

2010-03-18 Thread Darius Jockel
Hello Croin, take a look at this line: Croin wrote: > > [java] Couldn't find extension 'createDefaultValues(uml::Package)'! > Maybe the root node of your model is not but ? At creation time of the uml2 model you have to select the root node and the default is package. Please check th