____ _____ / ___| ___ __ _ _ __ ___ | ___|__ _ __ __ _ ___ \___ \ / _ \/ _` | '_ ` _ \ | |_ / _ \| '__/ _` |/ _ \ \\ ___) | __/ (_| | | | | | | | _| (_) | | | (_| | __/ // |____/ \___|\__,_|_| |_| |_| |_| \___/|_| \__, |\___| |___/ [forge-distribution] dist $ [forge-distribution] dist $ [forge-distribution] dist $ new-project --named example --topLevelPackage com.example --projectFolder ~/Desktop/example Use [/home/lb3/Desktop/example] as project directory? [Y/n] y Wrote /home/lb3/Desktop/example/src/main/resources/META-INF/forge.xml ***SUCCESS*** Created project [example] in new working directory [/home/lb3/Desktop/example] [example] example $ [example] example $ persistence setup [example] example $ persistence setup --provider HIBERNATE OPENJPA ECLIPSE_LINK [example] example $ persistence setup --provider HIBERNATE --container JBOSS_6 GLASSFISH_3 CUSTOM_JDBC CUSTOM_JTA CUSTOM_NON_JTA [example] example $ persistence setup --provider HIBERNATE --container CUSTOM_JTA --database MYSQL ORACLE DERBY DB2 POSTGRES DEFAULT DB2_AS400 DB2_OS390 MYSQL_INNODB MYSQL_ISAM ORACLE_9I ORACLE_10G SYBASE SYBASE_ANYWHERE SQL_SERVER SAP_DB INFORMIX HSQLDB INGRES PROGRESS MCKOI INTERBASE POINTBASE FRONTBASE FIREBIRD HSQLDB_IN_MEMORY ORACLE_11G ACCESS [example] example $ persistence setup --provider HIBERNATE --container CUSTOM_JTA --database MYSQL --jndiDataSource jdbc:defaultJTA-ds Wrote /home/lb3/Desktop/example/src/main/resources/META-INF/persistence.xml [example] example $ [example] example $ cat /home/lb3/Desktop/example/src/main/resources/META-INF/persistence.xml Forge Persistence Unit org.hibernate.ejb.HibernatePersistence jdbc:defaultJTA-ds false [example] example $