the batch file I am usings is as follows:

java -Djava.util.logging.config.file=logging.properties ^
-cp openjpa-all-2.2.0.jar;"C:/Program
Files/Java/sqljdbc_3.0/enu/sqljdbc4.jar" ^
 org.apache.openjpa.jdbc.meta.ReverseMappingTool  ^
-pkg au.gov.aad.fresh  ^
-ConnectionDriverName com.microsoft.sqlserver.jdbc.SQLServerDriver ^
-ConnectionURL jdbc:sqlserver://localhost\SQLEXPRESS;databaseName=Fishlog; ^
-ConnectionUserName sa ^
-ConnectionPassword password  ^
-openjpa.Log "File=c:/temp/openjpa.log, DefaultLevel=TRACE, Runtime=TRACE,
Tool=TRACE, Schema=TRACE"




--
View this message in context: 
http://openjpa.208410.n2.nabble.com/reverse-mapping-SQL-Server-SEC-UNCLASSIFIED-tp7353954p7354056.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.

Reply via email to