I need to import Oracle database schema and it doesn't works. I set up the classpath, it reconize the Schema XE but, doesn't generate tables information. Can somebody help me ?
my ant target is : <cdbimport map="src/resources/riMap.map.xml" overwriteExisting="true" schemaName="XE" adapter="org.apache.cayenne.dba.oracle.OracleAdapter" driver="oracle.jdbc.driver.OracleDriver" url="jdbc:oracle:thin:@localhost:1521:XE" username="root" password="root"/> <echo message="Generare Clase"/> <cgen map="src/resources/riMap.map.xml" destDir="build" makepairs="true" includeEntities="*"/> </target> -- View this message in context: http://cayenne.195.n3.nabble.com/Help-cdbimport-Oracle-tp1876015p1876015.html Sent from the Cayenne - User mailing list archive at Nabble.com.