java - Can I include persistence.xml file in my own .jar file? -


can include persistence.xml file in our own user define .jar file in jpa. if yes, please guide me how can add persistence.xml file in folder structure?

yes can, persistence.xml goes in

meta-inf/persistence.xml 

if packaging inside *.jar, or

web-inf/classes/meta-inf/persistence.xml 

if packaging inside *.war


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -