Hi, 

I have a similar setup to the appfuse structure but with additional modules
so I have 

data
  data-core
  data-commerce
  hibernate-core
  hibernate-commerce
service
   service-core
   service-commerce 
web
  common-core
  common-jsf-core
  common-jsf-commerce

Everything but the web is fully working.  I can run tests and they pass. 
When it comes to running tests in the web modules it complains of unknown
entities.  I have to manually include the hibernate.cfg.xml files into
target/classes for it to work.  

Using the command line mvn jetty:run or running tests within the ide (IDEA
7.0.3) give the same error.  Anyone know how I can fix this so the files is
deposited when I run either way.

Regards, 

..kace


  
   
-- 
View this message in context: 
http://www.nabble.com/hibernate.cfg.xml-related-tp18576900s2369p18576900.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to