RE: Using spring How to share jpa applicationContext.xml file with main src and test source?

2008-09-24 Thread Ben Lidgey
classpaths etc. Ben > -Original Message- > From: Rick [mailto:[EMAIL PROTECTED] > Sent: 24 September 2008 06:32 > To: Maven Users List > Subject: Using spring How to share jpa applicationContext.xml file with > main src and test source? > > I'm using the s

Using spring How to share jpa applicationContext.xml file with main src and test source?

2008-09-23 Thread Rick
I'm using the spring PetClinic as an example application to follow. I have things building and working in maven2, but I'm having an issue with the junit tests. I'd like to be able to share one of my application-context.xml files that is in my src/main/resources directory without having to keep it