RE: middlegen-user digest, Vol 1 #570 - 3 msgs
"zousey seyzou" <[email protected]>
| Newsgroups | gmane.comp.java.ejb.middlegen.user |
|---|---|
| Message-ID | <[email protected]> |
Hello Here is my table definition in the middlegen build.xml
*******************************************************************************
<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}"
catalog="${database.catalog}"
includeViews="false">
<table name="Declaration_body" generate="true"/>
<table name="Item" generate="true"/>
*******************************************************************************
>From: [email protected]
>Reply-To: [email protected]
>To: [email protected]
>Subject: middlegen-user digest, Vol 1 #570 - 3 msgs
>Date: Thu, 11 Mar 2004 20:07:37 -0800
>
>Send middlegen-user mailing list submissions to
> [email protected]
>
>To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/middlegen-user
>or, via email, send a message with subject or body 'help' to
> [email protected]
>
>You can reach the person managing the list at
> [email protected]
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of middlegen-user digest..."
>
>
>Today's Topics:
>
> 1. SybaseConnection-problem-very urgent (zousey seyzou)
> 2. Re: SybaseConnection-problem-very urgent (Eivind Waaler)
> 3. New Database/JDBC driver tested (Sagar Saladi)
>
>--__--__--
>
>Message: 1
>From: "zousey seyzou" <[email protected]>
>To: [email protected]
>Date: Thu, 11 Mar 2004 08:34:19 +0100
>Subject: [Middlegen-user] SybaseConnection-problem-very urgent
>Reply-To: [email protected]
>
>I have checked out middlegen from sourceSafe,but whne i try to connect to
>my
>sybase I get the following error, on a table called item that exist in
>the
>db, in fack i can connect to the samme db with an older version of
>middleGen
>wothout any problem the.
>*******************************************************************************
>
>Buildfile: build.xml
>log4j:WARN No appenders could be found for logger
>(xdoclet.util.Translator.getString).
>log4j:WARN Please initialize the log4j system properly.
>
>init:
>
>fail-if-no-xdoclet-1.2:
>
>check-driver-present:
>
>panic-if-driver-not-present:
>
>middlegen:
>[middlegen] Database URL:jdbc:sybase:Tds:129.181.247.111:4100
>
>BUILD FAILED
>file:D:/GNU/WinCvs%201.3/CVSNT/middlegen/samples/build.xml:224:
>middlegen.MiddlegenException: The database doesn't have any table named
>Item. Please
>make sure the table exists. Also note that some databases are case
>sensitive.
>Found the following tables:
>
>----
>
>
>Total time: 5 seconds
>D:\GNU\WinCvs 1.3\CVSNT\middlegen\samples>
>
>
>*******************************************************************************
>
>_________________________________________________________________
>Få alle de nye og sjove ikoner med MSN Messenger http://messenger.msn.dk
>
>
>
>--__--__--
>
>Message: 2
>Date: Thu, 11 Mar 2004 12:20:34 +0100 (CET)
>From: Eivind Waaler <[email protected]>
>To: [email protected]
>Subject: Re: [Middlegen-user] SybaseConnection-problem-very urgent
>Reply-To: [email protected]
>
>Could you include the part of your build.xml that has the <table>
>definitions? That way I can check if there's a bug with any of the latest
>changes to MiddlegenPopulator..
>
>=2Eeivind
>
>On Thu, 11 Mar 2004, zousey seyzou wrote:
>
> > I have checked out middlegen from sourceSafe,but whne i try to connect
>to=
> my
> > sybase I get the following error, on a table called item that exist in
>=
>the
> > db, in fack i can connect to the samme db with an older version of
>middle=
>Gen
> > wothout any problem the.
> >
>*************************************************************************=
>******
> >
> > Buildfile: build.xml
> > log4j:WARN No appenders could be found for logger
> > (xdoclet.util.Translator.getString).
> > log4j:WARN Please initialize the log4j system properly.
> >
> > init:
> >
> > fail-if-no-xdoclet-1.2:
> >
> > check-driver-present:
> >
> > panic-if-driver-not-present:
> >
> > middlegen:
> > [middlegen] Database URL:jdbc:sybase:Tds:129.181.247.111:4100
> >
> > BUILD FAILED
> > file:D:/GNU/WinCvs%201.3/CVSNT/middlegen/samples/build.xml:224:
> > middlegen.MiddlegenException: The database doesn't have any table named
> > Item. Please
> > make sure the table exists. Also note that some databases are case
> > sensitive.
> > Found the following tables:
> >
> > ----
> >
> >
> > Total time: 5 seconds
> > D:\GNU\WinCvs 1.3\CVSNT\middlegen\samples>
> >
> >
> >
>*************************************************************************=
>******
> >
> > _________________________________________________________________
> > F=E5 alle de nye og sjove ikoner med MSN Messenger
>http://messenger.msn.d=
>k
> >
> >
> >
> > -------------------------------------------------------
> > 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=3D1470&alloc_id=3D3638&op=3Dcli=
>ck
> > _______________________________________________
> > middlegen-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/middlegen-user
> >
>
>
>--__--__--
>
>Message: 3
>Date: Thu, 11 Mar 2004 15:01:30 -0800 (PST)
>From: Sagar Saladi <[email protected]>
>To: [email protected]
>Subject: [Middlegen-user] New Database/JDBC driver tested
>Reply-To: [email protected]
>
>Hi all,
> I tested the JDBC Driver: jTDS with MSSQL with
>hibernate. It is working fine and perfect.
>
>Driver: net.sourceforge.jtds.jdbc.Driver
>Database: MSSQL
>
>Cheers!!!
>Sagar Saladi.
>
>
>
>
>
>__________________________________
>Do you Yahoo!?
>Yahoo! Search - Find what youre looking for faster
>http://search.yahoo.com
>
>
>
>--__--__--
>
>_______________________________________________
>middlegen-user mailing list
>[email protected]
>https://lists.sourceforge.net/lists/listinfo/middlegen-user
>
>
>End of middlegen-user Digest
_________________________________________________________________
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