Hello, can somebody help ? I think that I have misunderstood something about the middlegen from cvs. I do my check out with wincvs with the command(cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/middlegen co middlegen ) by using wincvs.
my problem is that I have I tried more then a 3weeks now to connect to oracle9i or sybase12.5, i get the following error,this is the error I am getting from oracle.
*******************************************************************************
fail-if-no-xdoclet-1.2:


check-driver-present:

panic-if-driver-not-present:

middlegen:
[mkdir] Created dir: C:\GNU\WinCvs 1.3\CVSNT\middlegen\samples\build\gen-src
[middlegen] Database URL:jdbc:oracle:thin:@localhost:1521:PUS


BUILD FAILED
C:\GNU\WinCvs 1.3\CVSNT\middlegen\samples\build.xml:226: middlegen.MiddlegenException: The database doesn't have any table named PERSON. Please make sure the table
exists. Also note that some databases are case sensitive.
Found the following tables:
******************************************************************************
Here is middlegen tag, i don't know what i am doing wrong.
<middlegen
appname="${name}"
prefsdir="${src.dir}"
gui="${gui}"
databaseurl="${database.url}"
initialContextFactory="${java.naming.factory.initial}"
providerURL="${java.naming.provider.url}"
datasourceJNDIName="${datasource.jndi.name}"
driver="${database.driver}"
username="${database.userid}"
password="${database.password}"
schema="${database.schema}"
catalog="${database.catalog}"
includeViews="false"


     >
         <table generate="true" name="FLIGHTS"/>
          <table generate="true" name="RESERVATIONS"/>
          <table generate="true" name="PERSONS"/>
          <table generate="true" name="PERSON"/>

_________________________________________________________________
F� alle de nye og sjove ikoner med MSN Messenger http://messenger.msn.dk



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
middlegen-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/middlegen-user

Reply via email to