Advertisement
lincolnthree

Untitled

Mar 9th, 2011
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.69 KB | None | 0 0
  1. [example] example $ persistence setup --provider FOO --container BAR
  2. ***INFO*** Could not parse [FOO]... please try again...
  3. [provider=ARG (org.jboss.seam.forge.spec.jpa.api.JPAProvider)]:
  4.  
  5.   1 - [HIBERNATE]
  6.   2 - [OPENJPA]
  7.   3 - [ECLIPSELINK]
  8.  
  9. Choose an option by typing the number of the selection: 1
  10. ***INFO*** Could not parse [BAR]... please try again...
  11. [container=ARG (org.jboss.seam.forge.spec.jpa.api.JPAContainer)]:
  12.  
  13.   1 - [JBOSS_6]
  14.   2 - [GLASSFISH_3]
  15.   3 - [CUSTOM_JDBC]
  16.   4 - [CUSTOM_JTA]
  17.   5 - [CUSTOM_NON_JTA]
  18.  
  19. Choose an option by typing the number of the selection: 2
  20. Wrote /Users/lbaxter/Desktop/example/src/main/resources/META-INF/persistence.xml
  21. [example] example $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement