[appfuse-user] duplicate resource files after mvn war:inplace

2007-04-21 Thread ptuzla
Hi, After I did a 'mvn war:inplace' in Appfuse 2.0.M4 I got all of the files under src/main/resources duplicated under src/main/webapp/WEB-INF/classes/ These file are: applicationContext-resources.xml ApplicationResources.properties ... ehcache.xml hiberna

[appfuse-user] jpa: value type mapping

2007-04-11 Thread ptuzla
Hi, My appfuse version is 2.0-M5. I have a model class named Service which is mapped to 'services' table. This model has a type property called attributes which is realized via one-to-many join table named service_attributes. 2 questions: 1- Is my mapping correct? Not sure because I can't nom

Re: [appfuse-user] Invalid org.hibernate:jtidy:pom

2007-04-11 Thread ptuzla
The same thing started to happen to me after I upgraded my 2.0M4 spring-hibernate config to v2.0M5 and converted to spring-jpa-hibernate. But I haven't found out how to resolve this yet. wnqq wrote: > > > Environment: v2.0M4 + Struts + Hibernate > > Just wonder has anyone experienced the foll