oracle adf - Deployment of Jar using Ant and OJDeploy for packaging ADF -
i'm trying deploy jar file ant script (with ojdeploy), compiles successfully. when run main project (which has jar dependency), huge incident, when analysed incident log, says
"caused by: java.sql.sqlsyntaxerrorexception: ora-00942: table or view not exist"
i analysed both jar files (one generated ant script , other generated jdev). couldn't find difference b/w manifest of 2 jars. other folders same, in other words, both same, or i'm not able figure out difference between 2 jar files generated.
i know, i'm missing something, config of build.xml or something, not able figure out exact problem.
thanks,
shiva shankar
my guess problem not in jar file rather in project consumes it. seems db connection in project different 1 in jar project - causes 1 of tables needed in db not found.
ant oracle-adf
No comments:
Post a Comment