I\'m using eclipse juno IDE I have Java application which have src folder. within the folder I have:
1) applicationContext.xml
2) persistence.xml
I a
It should be imported as follows:
assuming the persistence.xml is present in META-INF directory which is a top-level directory in one of your jars on the classpath.