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
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
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