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
Ok, I Solved this..
What i did is to put the persistence.xml file within the META-INF folder as vikdor and axtavt suggested. but in the application context i didn't import any file.. just wrote this
and its work!