[ http://jira.andromda.org/browse/SPRING-115?page=comments#action_13471 ]
Sascha-Matthias Kulawik commented on SPRING-115: ------------------------------------------------ entityNamePattern is still not working in AndroMDA 3.1 with Spring Cartridge. THere are a lot of issues using that pattern. Especially autogenerated Hibernate Queries, the DaoBase.vsl is almost broken. What are the next steps here? I'm still seeing a lot of open tasks in different catridges and the most effort will be spend in new features but not in bugfixing. Even supplied patches by many persons are not committed - do we need to branch AndroMDA to get a fixed, stable, working AndroMDA version "3.1"? > Changing entityNamePattern does not change mapping references in > applicationContext.xml > --------------------------------------------------------------------------------------- > > Key: SPRING-115 > URL: http://jira.andromda.org/browse/SPRING-115 > Project: Spring Cartridge > Type: Bug > Versions: 3.1RC1 > Environment: Windows XP J2SDK 1.5.0_04 > Reporter: Jim McCollom > Assignee: Chad Brandon > Priority: Minor > Fix For: 3.1RC1 > > I have changed the entityNamePattern from it default to: > <property name="entityNamePattern">Abstract{0}</property> > and my entityImplementationNamePattern to: > <property name="entityImplementationNamePattern">{0}</property> > So if we take one of my entities: ActivationCode > This works and changes all the entity source file names correctly to: > AbstractActivationCode.java (Abstract Entity) > ActivationCode.java (Entity Implementation) > Additionally, my HBM file has been renamed to AbstractActivationCode.hbm.xml, > which by itself is fine. However in the mappingResources area of my > applicationContext.xml the mappings still point to ActivationCode.hbm.xml, it > should be AbstractActivationCode.hbm.xml. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.andromda.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV