
Untitled
By:
lincolnthree 
on
Mar 9th, 2011 | syntax:
Bash | size: 0.69 KB | views:
335 | expires: Never
[example] example $ persistence setup --provider FOO --container BAR
***INFO*** Could not parse [FOO]... please try again...
[provider=ARG (org.jboss.seam.forge.spec.jpa.api.JPAProvider)]:
1 - [HIBERNATE]
2 - [OPENJPA]
3 - [ECLIPSELINK]
Choose an option by typing the number of the selection: 1
***INFO*** Could not parse [BAR]... please try again...
[container=ARG (org.jboss.seam.forge.spec.jpa.api.JPAContainer)]:
1 - [JBOSS_6]
2 - [GLASSFISH_3]
3 - [CUSTOM_JDBC]
4 - [CUSTOM_JTA]
5 - [CUSTOM_NON_JTA]
Choose an option by typing the number of the selection: 2
Wrote /Users/lbaxter/Desktop/example/src/main/resources/META-INF/persistence.xml
[example] example $