Re: [appfuse-user] multiple hibernate config files in multi-modular app

2010-06-29 Thread Josep García
Ok, thanks. I'll try that. Josep 2010/6/29 Matt Raible > The only thing I can think of is it loks like you have your projects on > separate hard drives (C and E). You might try putting them on the same > partition. Otherwise, I'd suggest posting a question to the Spring Forums. > > On Jun 29,

Re: [appfuse-user] multiple hibernate config files in multi-modular app

2010-06-29 Thread Matt Raible
The only thing I can think of is it loks like you have your projects on separate hard drives (C and E). You might try putting them on the same partition. Otherwise, I'd suggest posting a question to the Spring Forums. On Jun 29, 2010, at 8:39 AM, Josep García wrote: > Thanks Matt for the reply.

Re: [appfuse-user] multiple hibernate config files in multi-modular app

2010-06-29 Thread Josep García
Thanks Matt for the reply. I have tried it with the following result: Only core2's hibernate.cfg.xml loaded: [INFO] [hibernate3:hbm2ddl {execution: default}] [INFO] Configuration XML file loaded: file:/E:/Projects/ firmaaqui.com/wsFirmaqui/firmaquiModular/firmaqui/portasigmaquota-core/src/m ain/

Re: [appfuse-user] multiple hibernate config files in multi-modular app

2010-06-29 Thread Matt Raible
I would suggest putting your hibernate.cfg.xml in both project's src/main/resources (in the root directory), then using classpath*:hibernate.cfg.xml should work. If it doesn't, crack open core1.jar and make sure the file is being properly included in the JAR. If you're putting it in src/main/ja