Hello, I am working with AppFuse 2.0.2: Struts2 + Spring Being in the process of converting an app to modular, I now have this problem:
- moduleA: Packaged as jar, ok. Has his src/main/resources/hibernate.cfg.xml - moduleB: Same. References entities from moduleA. Problem is: mvn hibernate3:hbm2ddl gives an error as does not find entities from moduleA. Josep