Discussion:
[Middlegen-user] Middlegen hiccups on synonyms in my oracle db
Tate Austin
2005-03-02 20:36:10 UTC
Permalink
I am running Middlegen against an older Oracle db, and it drops this
error regarding the synonyms in the schema.
$ ant
Buildfile: build.xml

init:

fail-if-no-xdoclet-1.2:

check-driver-present:

panic-if-driver-not-present:

middlegen:
[middlegen] Database
URL:jdbc:oracle:thin:@iddb02.lab.usi.net:1521:XPDWACD1
[middlegen] No <table> elements specified. Reading all tables. This
might take a
while...

BUILD FAILED
C:\Documents and Settings\#taustin\Desktop\dev
downloads\middlegen-2.1\samples\b
uild.xml:228: middlegen.MiddlegenException: Wow! Synonym
CDCREDITREQUEST_SN not
found. How can it happen?
Configured schema:IWDEV
Configured catalog:
Available schemas:
DBSNMP
IWDEV
OUTLN
PRODQUERY
SYS
SYSTEM
UPDATENOC
Available catalogs:


Any insights? Is there a command line argument I can use to make
middlegen only pull table information?

Loading...