Discussion:
[Middlegen-user] RE: middlegen-user digest, Vol 1 #570 - 3 msgs
zousey seyzou
2004-03-12 05:08:00 UTC
Permalink
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"/>


*******************************************************************************
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
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
You can reach the person managing the list at
When replying, please edit your Subject line so it is more specific
than "Re: Contents of middlegen-user digest..."
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
Date: Thu, 11 Mar 2004 08:34:19 +0100
Subject: [Middlegen-user] SybaseConnection-problem-very urgent
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.
[middlegen] Database URL:jdbc:sybase:Tds:129.181.247.111:4100
BUILD FAILED
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.
----
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)
Subject: Re: [Middlegen-user] SybaseConnection-problem-very urgent
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
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.
[middlegen] Database URL:jdbc:sybase:Tds:129.181.247.111:4100
BUILD FAILED
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.
----
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
https://lists.sourceforge.net/lists/listinfo/middlegen-user
--__--__--
Message: 3
Date: Thu, 11 Mar 2004 15:01:30 -0800 (PST)
Subject: [Middlegen-user] New Database/JDBC driver tested
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 you’re looking for faster
http://search.yahoo.com
--__--__--
_______________________________________________
middlegen-user mailing list
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
Eivind Waaler
2004-03-12 06:46:09 UTC
Permalink
Can't find anything wrong with the table definition stuff.

The list of tables found seems to be empty. I think you need to check your
jdbc connection settings. Maybe you're connecting to an empty database or
something like that?

=2Eeivind
Post by zousey seyzou
Hello Here is my table definition in the middlegen build.xml
*************************************************************************=
******
Post by zousey seyzou
<middlegen
appname=3D"${name}"
prefsdir=3D"${src.dir}"
gui=3D"${gui}"
databaseurl=3D"${database.url}"
initialContextFactory=3D"${java.naming.factory.initial}"
providerURL=3D"${java.naming.provider.url}"
datasourceJNDIName=3D"${datasource.jndi.name}"
driver=3D"${database.driver}"
username=3D"${database.userid}"
password=3D"${database.password}"
catalog=3D"${database.catalog}"
includeViews=3D"false">
<table name=3D"Declaration_body" generate=3D"true"/>
<table name=3D"Item" generate=3D"true"/>
*************************************************************************=
******
Post by zousey seyzou
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
To subscribe or unsubscribe via the World Wide Web, visit
=09https://lists.sourceforge.net/lists/listinfo/middlegen-user
or, via email, send a message with subject or body 'help' to
You can reach the person managing the list at
When replying, please edit your Subject line so it is more specific
than "Re: Contents of middlegen-user digest..."
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
Date: Thu, 11 Mar 2004 08:34:19 +0100
Subject: [Middlegen-user] SybaseConnection-problem-very urgent
I have checked out middlegen from sourceSafe,but whne i try to connect t=
o
Post by zousey seyzou
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.
************************************************************************=
*******
Post by zousey seyzou
Buildfile: build.xml
log4j:WARN No appenders could be found for logger
(xdoclet.util.Translator.getString).
log4j:WARN Please initialize the log4j system properly.
[middlegen] Database URL:jdbc:sybase:Tds:129.181.247.111:4100
BUILD FAILED
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.
----
Total time: 5 seconds
D:\GNU\WinCvs 1.3\CVSNT\middlegen\samples>
************************************************************************=
*******
Post by zousey seyzou
_________________________________________________________________
F=E5 alle de nye og sjove ikoner med MSN Messenger http://messenger.msn.=
dk
Post by zousey seyzou
--__--__--
Message: 2
Date: Thu, 11 Mar 2004 12:20:34 +0100 (CET)
Subject: Re: [Middlegen-user] SybaseConnection-problem-very urgent
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 lates=
t
Post by zousey seyzou
changes to MiddlegenPopulator..
=3D2Eeivind
I have checked out middlegen from sourceSafe,but whne i try to connec=
t
Post by zousey seyzou
to=3D
my
sybase I get the following error, on a table called item that exist=
in
Post by zousey seyzou
=3D
the
db, in fack i can connect to the samme db with an older version of
middle=3D
Gen
wothout any problem the.
************************************************************************=
*=3D
Post by zousey seyzou
******
Buildfile: build.xml
log4j:WARN No appenders could be found for logger
(xdoclet.util.Translator.getString).
log4j:WARN Please initialize the log4j system properly.
[middlegen] Database URL:jdbc:sybase:Tds:129.181.247.111:4100
BUILD FAILED
middlegen.MiddlegenException: The database doesn't have any table nam=
ed
Post by zousey seyzou
Item. Please
make sure the table exists. Also note that some databases are case
sensitive.
----
Total time: 5 seconds
D:\GNU\WinCvs 1.3\CVSNT\middlegen\samples>
************************************************************************=
*=3D
Post by zousey seyzou
******
_________________________________________________________________
F=3DE5 alle de nye og sjove ikoner med MSN Messenger
http://messenger.msn.d=3D
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=3D3D1470&alloc_id=3D3D3638&op=
=3D3Dcli=3D
Post by zousey seyzou
ck
_______________________________________________
middlegen-user mailing list
https://lists.sourceforge.net/lists/listinfo/middlegen-user
--__--__--
Message: 3
Date: Thu, 11 Mar 2004 15:01:30 -0800 (PST)
Subject: [Middlegen-user] New Database/JDBC driver tested
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 you=92re looking for faster
http://search.yahoo.com
--__--__--
_______________________________________________
middlegen-user mailing list
https://lists.sourceforge.net/lists/listinfo/middlegen-user
End of middlegen-user Digest
_________________________________________________________________
F=E5 alle de nye og sjove ikoner med MSN Messenger http://messenger.msn.d=
k
Post by zousey seyzou
-------------------------------------------------------
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
Post by zousey seyzou
_______________________________________________
middlegen-user mailing list
https://lists.sourceforge.net/lists/listinfo/middlegen-user
Loading...