Discussion:
[Middlegen-user] very Urgent-Table not found in sybase
zousey seyzou
2004-03-18 06:04:09 UTC
Permalink
Hello i am still having the problem that in sybase,
I have just checked out the latest middlegen from cvs.
but the released of version middlegen-2.0-vo.zip is working , what can be
the difference ?
thanks
Subject: middlegen-user digest, Vol 1 #571 - 7 msgs
Date: Fri, 12 Mar 2004 20:17:59 -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. RE: middlegen-user digest, Vol 1 #570 - 3 msgs (zousey seyzou)
2. Re: RE: middlegen-user digest, Vol 1 #570 - 3 msgs (Eivind Waaler)
3. Re: New Database/JDBC driver tested (Eivind Waaler)
4. [Fwd: Extension to the Weblogic Module]
(=?ISO-8859-1?Q?Aslak_Helles=F8y?=)
5. Which XDoclet version to use with MiddleGen? (Andreas Kemkes)
6. Re: Which XDoclet version to use with MiddleGen? (Eivind Waaler)
7. What is state of Middlegen (Ben Litchfield)
--__--__--
Message: 1
Date: Fri, 12 Mar 2004 07:48:49 +0100
Subject: [Middlegen-user] RE: middlegen-user digest, Vol 1 #570 - 3 msgs
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
--__--__--
Message: 2
Date: Fri, 12 Mar 2004 09:26:31 +0100 (CET)
Subject: Re: [Middlegen-user] RE: middlegen-user digest, Vol 1 #570 - 3
msgs
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
Hello Here is my table definition in the middlegen build.xml
*************************************************************************=
******
<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"/>
*************************************************************************=
******
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
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=E5 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
lates=
t
changes to MiddlegenPopulator..
=3D2Eeivind
I have checked out middlegen from sourceSafe,but whne i try to
connec=
t
to=3D
my
sybase I get the following error, on a table called item that
exist=
in
=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
******
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
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
******
_________________________________________________________________
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
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
-------------------------------------------------------
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: Fri, 12 Mar 2004 09:30:03 +0100 (CET)
Subject: Re: [Middlegen-user] New Database/JDBC driver tested
Great, I'll update the list of supported database drivers.
=2Eeivind
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
-------------------------------------------------------
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: 4
Date: Fri, 12 Mar 2004 11:49:49 +0000
Organization: ThoughtWorks
Subject: [Middlegen-user] [Fwd: Extension to the Weblogic Module]
This is a multi-part message in MIME format.
--------------050704090508050602010705
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
--
http://blogs.codehaus.org/people/rinkrank/
--------------050704090508050602010705
Content-Type: message/rfc822;
name="Extension to the Weblogic Module"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="Extension to the Weblogic Module"
Received: by mail.thoughtworks.net (Postfix, from userid 425)
id 388874DC036; Fri, 12 Mar 2004 02:22:43 -0800 (PST)
Received: from mail.sourceforge.net (lists.sourceforge.net [66.35.250.206])
by mail.thoughtworks.net (Postfix) with ESMTP id 90BA94DC02E
Received: from neptun.sns-felb.debis.de ([53.122.101.2]
helo=sns-felb.debis.de)
by sc8-sf-mx2.sourceforge.net with smtp (Exim 4.30)
id 1B1jNw-0005Ru-Oh
Received: by sns-felb.debis.de; id LAA09970; Fri, 12 Mar 2004 11:23:30
+0100
Received: from unknown(53.113.82.10) by neptun.sns-felb.debis.de via smap
(V5.0)
id xma009945; Fri, 12 Mar 04 11:23:20 +0100
Received: from mail1.c1.dsh.de (localhost [127.0.0.1])
by dshmail1.dsh.de (8.9.1/8.8.7) with ESMTP id LAA10831
(MET)
Received: from t-systems.com (ddnb106.clients.win.c1.dsh.de [172.18.32.35])
by mail1.c1.dsh.de (8.10.0/8.10.0) with ESMTP id i2CAMIa29975
Date: Fri, 12 Mar 2004 11:22:16 +0100
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6)
Gecko/20040113
X-Accept-Language: de-de, de
Subject: Extension to the Weblogic Module
X-Spam-Score: 0.0 (/)
X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on
gigaton.thoughtworks.com
X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no
version=2.60
X-Sanitizer: Advosys mail filter
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format=flowed
Content-Transfer-Encoding: 7bit
Hallo Aslak,
recently I discovered that the tag 'dispatch-policy' is not supported by
the weblogic module of xdoclet. I had to integrate it into my local
xdoclet 1.2 and it seems to work. How can it be integrated into the
weblogic module distribution? I can send You my changes if You are
interested in.
MfG Mirko
--------------050704090508050602010705--
--__--__--
Message: 5
Date: Fri, 12 Mar 2004 08:41:54 -0800
Subject: [Middlegen-user] Which XDoclet version to use with MiddleGen?
I'm seeing an issue when using the the latest stable XDoclet 1.2
distribution (12/19/2003).
It appears that for <entityfacade/> it generates code based on
<dataobject/>, not <valueobject/>.
Is this a known issue and which version should I be using instead. The
MiddleGen 2.1 samples have a library version that works correctly, but
it is only binary.
--__--__--
Message: 6
Date: Fri, 12 Mar 2004 23:49:59 +0100 (CET)
Subject: Re: [Middlegen-user] Which XDoclet version to use with MiddleGen?
Yeah, the entityfacade stuff is using a modified version of the
xdoclet-ejb module.
http://cvs.sourceforge.net/viewcvs.py/middlegen/middlegen/samples/lib/entityfacade.xdt
Just replace the one in the xdoclet-ejb-module-1.2.jar with that one,
should work I think..
Cheers
.eivind
I'm seeing an issue when using the the latest stable XDoclet 1.2
distribution (12/19/2003).
It appears that for <entityfacade/> it generates code based on
<dataobject/>, not <valueobject/>.
Is this a known issue and which version should I be using instead. The
MiddleGen 2.1 samples have a library version that works correctly, but
it is only binary.
-------------------------------------------------------
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
https://lists.sourceforge.net/lists/listinfo/middlegen-user
--__--__--
Message: 7
Date: Fri, 12 Mar 2004 21:50:23 -0500 (EST)
Subject: [Middlegen-user] What is state of Middlegen
Basically as a user of middlegen I need some feedback with what you guys
are doing with middlegen. It appears that middlegen is moving away from
SF and to other sites, but it is this state of flux.
Is middlegen using SF or not? If middlegen is not using SF then I think a
cleaner break needs to happen. Having multiple places for
lists/bugs/downloads/... is a real pain in the ass.
What version do you recommend we use? Where do we get this version?
Where do we report bugs? SF or codehaus? codehaus seems to imply only
middlegen3, what about middlegen2? SF shows that the bug forum is closed.
http://middlegen.codehaus.org doesn't work, why is it there, how about a
forward to the real site? What is middlegen's website? Is it
http://boss.bekk.no/boss/middlegen/index.html?
I love middlegen and think it is a great tool!
Ben
--__--__--
_______________________________________________
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-19 07:23:04 UTC
Permalink
Hmm, doesn't seem to be anyone else having this problem.

I would guess it might be related to some changes in MiddlegenPopulator,
there are quite a few since the 2.0-VO was released:
http://cvs.sourceforge.net/viewcvs.py/middlegen/middlegen/src/java/middlege=
n/MiddlegenPopulator.java?r1=3D1.46&r2=3D1.55

What you could try, is replacing the MiddlegenPopulator.class from the
version you build from cvs with the one downloaded in the 2.0-VO release.
Just to check if this actually is the problem.

It's very hard to help you out as long as there is no exception, and I
don't have sybase at hand to test it out myself. Best thing is if you can
work out what makes the error by comparing the current version with the
released version. Let me know if you figure out..

Regards
=2Eeivind
Post by zousey seyzou
Hello i am still having the problem that in sybase,
I have just checked out the latest middlegen from cvs.
but the released of version middlegen-2.0-vo.zip is working , what can b=
e
Post by zousey seyzou
the difference ?
thanks
Subject: middlegen-user digest, Vol 1 #571 - 7 msgs
Date: Fri, 12 Mar 2004 20:17:59 -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. RE: middlegen-user digest, Vol 1 #570 - 3 msgs (zousey seyzou)
2. Re: RE: middlegen-user digest, Vol 1 #570 - 3 msgs (Eivind Waaler=
)
Post by zousey seyzou
3. Re: New Database/JDBC driver tested (Eivind Waaler)
4. [Fwd: Extension to the Weblogic Module]
(=3D?ISO-8859-1?Q?Aslak_Helles=3DF8y?=3D)
5. Which XDoclet version to use with MiddleGen? (Andreas Kemkes)
6. Re: Which XDoclet version to use with MiddleGen? (Eivind Waaler)
7. What is state of Middlegen (Ben Litchfield)
--__--__--
Message: 1
Date: Fri, 12 Mar 2004 07:48:49 +0100
Subject: [Middlegen-user] RE: middlegen-user digest, Vol 1 #570 - 3 msgs
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=
to
Post by zousey seyzou
my
sybase I get the following error, on a table called item that exist =
in
Post by zousey seyzou
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 name=
d
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>
**********************************************************************=
*********
Post by zousey seyzou
_________________________________________________________________
F=E5 alle de nye og sjove ikoner med MSN Messenger http://messenger.ms=
n.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 lat=
est
Post by zousey seyzou
changes to MiddlegenPopulator..
=3D2Eeivind
I have checked out middlegen from sourceSafe,but whne i try to conn=
ect
Post by zousey seyzou
to=3D
my
sybase I get the following error, on a table called item that exi=
st
Post by zousey seyzou
in
=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
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>
**********************************************************************=
***=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
Post by zousey seyzou
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=3D3D1470&alloc_id=3D3D3638&o=
p=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.=
dk
Post by zousey seyzou
--__--__--
Message: 2
Date: Fri, 12 Mar 2004 09:26:31 +0100 (CET)
Subject: Re: [Middlegen-user] RE: middlegen-user digest, Vol 1 #570 - 3
msgs
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 yo=
ur
Post by zousey seyzou
jdbc connection settings. Maybe you're connecting to an empty database o=
r
Post by zousey seyzou
something like that?
=3D2Eeivind
Hello Here is my table definition in the middlegen build.xml
************************************************************************=
*=3D
Post by zousey seyzou
******
<middlegen
appname=3D3D"${name}"
prefsdir=3D3D"${src.dir}"
gui=3D3D"${gui}"
databaseurl=3D3D"${database.url}"
initialContextFactory=3D3D"${java.naming.factory.initial}"
providerURL=3D3D"${java.naming.provider.url}"
datasourceJNDIName=3D3D"${datasource.jndi.name}"
driver=3D3D"${database.driver}"
username=3D3D"${database.userid}"
password=3D3D"${database.password}"
catalog=3D3D"${database.catalog}"
includeViews=3D3D"false">
<table name=3D3D"Declaration_body" generate=3D3D"true"/>
<table name=3D3D"Item" generate=3D3D"true"/>
************************************************************************=
*=3D
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
=3D09https://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 conne=
ct
Post by zousey seyzou
t=3D
o
my
sybase I get the following error, on a table called item that exis=
t
Post by zousey seyzou
in
the
db, in fack i can connect to the samme db with an older version of
middleGen
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 na=
med
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.=3D
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
lates=3D
t
changes to MiddlegenPopulator..
=3D3D2Eeivind
I have checked out middlegen from sourceSafe,but whne i try to
connec=3D
t
to=3D3D
my
sybase I get the following error, on a table called item that
exist=3D
in
=3D3D
the
db, in fack i can connect to the samme db with an older version o=
f
Post by zousey seyzou
middle=3D3D
Gen
wothout any problem the.
**********************************************************************=
**=3D
Post by zousey seyzou
*=3D3D
******
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=3D
ed
Item. Please
make sure the table exists. Also note that some databases are cas=
e
Post by zousey seyzou
sensitive.
----
Total time: 5 seconds
D:\GNU\WinCvs 1.3\CVSNT\middlegen\samples>
**********************************************************************=
**=3D
Post by zousey seyzou
*=3D3D
******
_________________________________________________________________
F=3D3DE5 alle de nye og sjove ikoner med MSN Messenger
http://messenger.msn.d=3D3D
k
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CE=
O
Post by zousey seyzou
of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=3D3D3D1470&alloc_id=3D3D3D36=
38&op=3D
Post by zousey seyzou
=3D3D3Dcli=3D3D
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=3D92re 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=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: Fri, 12 Mar 2004 09:30:03 +0100 (CET)
Subject: Re: [Middlegen-user] New Database/JDBC driver tested
Great, I'll update the list of supported database drivers.
=3D2Eeivind
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=3D92re looking for faster
http://search.yahoo.com
-------------------------------------------------------
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: 4
Date: Fri, 12 Mar 2004 11:49:49 +0000
Organization: ThoughtWorks
Subject: [Middlegen-user] [Fwd: Extension to the Weblogic Module]
This is a multi-part message in MIME format.
--------------050704090508050602010705
Content-Type: text/plain; charset=3Dus-ascii; format=3Dflowed
Content-Transfer-Encoding: 7bit
--
http://blogs.codehaus.org/people/rinkrank/
--------------050704090508050602010705
Content-Type: message/rfc822;
name=3D"Extension to the Weblogic Module"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename=3D"Extension to the Weblogic Module"
Received: by mail.thoughtworks.net (Postfix, from userid 425)
=09id 388874DC036; Fri, 12 Mar 2004 02:22:43 -0800 (PST)
Received: from mail.sourceforge.net (lists.sourceforge.net [66.35.250.20=
6])
Post by zousey seyzou
=09by mail.thoughtworks.net (Postfix) with ESMTP id 90BA94DC02E
Received: from neptun.sns-felb.debis.de ([53.122.101.2]
helo=3Dsns-felb.debis.de)
=09by sc8-sf-mx2.sourceforge.net with smtp (Exim 4.30)
=09id 1B1jNw-0005Ru-Oh
Received: by sns-felb.debis.de; id LAA09970; Fri, 12 Mar 2004 11:23:30
+0100
Received: from unknown(53.113.82.10) by neptun.sns-felb.debis.de via sma=
p
Post by zousey seyzou
(V5.0)
=09id xma009945; Fri, 12 Mar 04 11:23:20 +0100
Received: from mail1.c1.dsh.de (localhost [127.0.0.1])
=09by dshmail1.dsh.de (8.9.1/8.8.7) with ESMTP id LAA10831
(MET)
Received: from t-systems.com (ddnb106.clients.win.c1.dsh.de [172.18.32.3=
5])
Post by zousey seyzou
=09by mail1.c1.dsh.de (8.10.0/8.10.0) with ESMTP id i2CAMIa29975
Date: Fri, 12 Mar 2004 11:22:16 +0100
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6)
Gecko/20040113
X-Accept-Language: de-de, de
Subject: Extension to the Weblogic Module
X-Spam-Score: 0.0 (/)
X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on
=09gigaton.thoughtworks.com
X-Spam-Status: No, hits=3D0.0 required=3D5.0 tests=3Dnone autolearn=3Dno
version=3D2.60
X-Sanitizer: Advosys mail filter
MIME-Version: 1.0
Content-Type: text/plain; charset=3D"us-ascii"; format=3Dflowed
Content-Transfer-Encoding: 7bit
Hallo Aslak,
recently I discovered that the tag 'dispatch-policy' is not supported by
the weblogic module of xdoclet. I had to integrate it into my local
xdoclet 1.2 and it seems to work. How can it be integrated into the
weblogic module distribution? I can send You my changes if You are
interested in.
MfG Mirko
--------------050704090508050602010705--
--__--__--
Message: 5
Date: Fri, 12 Mar 2004 08:41:54 -0800
Subject: [Middlegen-user] Which XDoclet version to use with MiddleGen?
I'm seeing an issue when using the the latest stable XDoclet 1.2
distribution (12/19/2003).
It appears that for <entityfacade/> it generates code based on
<dataobject/>, not <valueobject/>.
Is this a known issue and which version should I be using instead. The
MiddleGen 2.1 samples have a library version that works correctly, but
it is only binary.
--__--__--
Message: 6
Date: Fri, 12 Mar 2004 23:49:59 +0100 (CET)
Subject: Re: [Middlegen-user] Which XDoclet version to use with MiddleGe=
n?
Post by zousey seyzou
Yeah, the entityfacade stuff is using a modified version of the
xdoclet-ejb module.
http://cvs.sourceforge.net/viewcvs.py/middlegen/middlegen/samples/lib/en=
tityfacade.xdt
Post by zousey seyzou
Just replace the one in the xdoclet-ejb-module-1.2.jar with that one,
should work I think..
Cheers
.eivind
I'm seeing an issue when using the the latest stable XDoclet 1.2
distribution (12/19/2003).
It appears that for <entityfacade/> it generates code based on
<dataobject/>, not <valueobject/>.
Is this a known issue and which version should I be using instead. T=
he
Post by zousey seyzou
MiddleGen 2.1 samples have a library version that works correctly, bu=
t
Post by zousey seyzou
it is only binary.
-------------------------------------------------------
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=
=3Dclick
Post by zousey seyzou
_______________________________________________
middlegen-user mailing list
https://lists.sourceforge.net/lists/listinfo/middlegen-user
--__--__--
Message: 7
Date: Fri, 12 Mar 2004 21:50:23 -0500 (EST)
Subject: [Middlegen-user] What is state of Middlegen
Basically as a user of middlegen I need some feedback with what you guys
are doing with middlegen. It appears that middlegen is moving away from
SF and to other sites, but it is this state of flux.
Is middlegen using SF or not? If middlegen is not using SF then I think=
a
Post by zousey seyzou
cleaner break needs to happen. Having multiple places for
lists/bugs/downloads/... is a real pain in the ass.
What version do you recommend we use? Where do we get this version?
Where do we report bugs? SF or codehaus? codehaus seems to imply only
middlegen3, what about middlegen2? SF shows that the bug forum is close=
d.
Post by zousey seyzou
http://middlegen.codehaus.org doesn't work, why is it there, how about a
forward to the real site? What is middlegen's website? Is it
http://boss.bekk.no/boss/middlegen/index.html?
I love middlegen and think it is a great tool!
Ben
--__--__--
_______________________________________________
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
Russell Simpkins
2004-03-19 11:19:12 UTC
Permalink
The app complains that it cant find the table Item.

I also notice you have catalog="${database.catalog}"
Maybe you should try schema="${database.catalog}"

Or drop the catalog/schema attribute and just try <table
name="user.Item" generate="true" />


-----Original Message-----
From: middlegen-user-***@lists.sourceforge.net
[mailto:middlegen-user-***@lists.sourceforge.net] On Behalf Of Eivind
Waaler
Sent: Friday, March 19, 2004 4:22 AM
To: middlegen-***@lists.sourceforge.net
Subject: Re: [Middlegen-user] very Urgent-Table not found in sybase

Hmm, doesn't seem to be anyone else having this problem.

I would guess it might be related to some changes in MiddlegenPopulator,
there are quite a few since the 2.0-VO was released:
http://cvs.sourceforge.net/viewcvs.py/middlegen/middlegen/src/java/middl
egen/MiddlegenPopulator.java?r1=1.46&r2=1.55

What you could try, is replacing the MiddlegenPopulator.class from the
version you build from cvs with the one downloaded in the 2.0-VO
release.
Just to check if this actually is the problem.

It's very hard to help you out as long as there is no exception, and I
don't have sybase at hand to test it out myself. Best thing is if you
can
work out what makes the error by comparing the current version with the
released version. Let me know if you figure out..

Regards
eivind
Post by zousey seyzou
Hello i am still having the problem that in sybase,
I have just checked out the latest middlegen from cvs.
but the released of version middlegen-2.0-vo.zip is working , what
can be
Post by zousey seyzou
the difference ?
thanks
Subject: middlegen-user digest, Vol 1 #571 - 7 msgs
Date: Fri, 12 Mar 2004 20:17:59 -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. RE: middlegen-user digest, Vol 1 #570 - 3 msgs (zousey seyzou)
2. Re: RE: middlegen-user digest, Vol 1 #570 - 3 msgs (Eivind
Waaler)
Post by zousey seyzou
3. Re: New Database/JDBC driver tested (Eivind Waaler)
4. [Fwd: Extension to the Weblogic Module]
(=?ISO-8859-1?Q?Aslak_Helles=F8y?=)
5. Which XDoclet version to use with MiddleGen? (Andreas Kemkes)
6. Re: Which XDoclet version to use with MiddleGen? (Eivind
Waaler)
Post by zousey seyzou
7. What is state of Middlegen (Ben Litchfield)
--__--__--
Message: 1
Date: Fri, 12 Mar 2004 07:48:49 +0100
Subject: [Middlegen-user] RE: middlegen-user digest, Vol 1 #570 - 3
msgs
Post by zousey seyzou
Hello Here is my table definition in the middlegen build.xml
***********************************************************************
********
Post by zousey seyzou
<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"/>
***********************************************************************
********
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
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
Post by zousey seyzou
my
sybase I get the following error, on a table called item that
exist in
Post by zousey seyzou
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
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>
***********************************************************************
********
Post by zousey seyzou
_________________________________________________________________
Få 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
latest
Post by zousey seyzou
changes to MiddlegenPopulator..
=2Eeivind
I have checked out middlegen from sourceSafe,but whne i try to
connect
Post by zousey seyzou
to=
my
sybase I get the following error, on a table called item that
exist
Post by zousey seyzou
in
=
the
db, in fack i can connect to the samme db with an older version
of
Post by zousey seyzou
middle=
Gen
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
Post by zousey seyzou
named
Item. Please
make sure the table exists. Also note that some databases are
case
Post by zousey seyzou
sensitive.
----
Total time: 5 seconds
D:\GNU\WinCvs 1.3\CVSNT\middlegen\samples>
***********************************************************************
**=
Post by zousey seyzou
******
_________________________________________________________________
Post by zousey seyzou
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
Post by zousey seyzou
GenToo technologies. Learn everything from fundamentals to
system
Post by zousey seyzou
administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dc
li=
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’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
Post by zousey seyzou
--__--__--
Message: 2
Date: Fri, 12 Mar 2004 09:26:31 +0100 (CET)
Subject: Re: [Middlegen-user] RE: middlegen-user digest, Vol 1 #570 -
3
Post by zousey seyzou
msgs
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
Post by zousey seyzou
jdbc connection settings. Maybe you're connecting to an empty
database or
Post by zousey seyzou
something like that?
=2Eeivind
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
Post by zousey seyzou
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
Post by zousey seyzou
t=
o
my
sybase I get the following error, on a table called item that
exist
Post by zousey seyzou
in
the
db, in fack i can connect to the samme db with an older version
of
Post by zousey seyzou
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
Post by zousey seyzou
Item. Please
make sure the table exists. Also note that some databases are
case
Post by zousey seyzou
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
-- __--__--
Message: 2
Date: Thu, 11 Mar 2004 12:20:34 +0100 (CET)
Subject: Re: [Middlegen-user] SybaseConnection-problem-very
urgent
Post by zousey seyzou
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
Post by zousey seyzou
lates=
t
changes to MiddlegenPopulator..
=3D2Eeivind
I have checked out middlegen from sourceSafe,but whne i try to
connec=
t
to=3D
my
sybase I get the following error, on a table called item
that
Post by zousey seyzou
exist=
in
=3D
the
db, in fack i can connect to the samme db with an older
version of
Post by zousey seyzou
middle=3D
Gen
wothout any problem the.
***********************************************************************
*=
Post by zousey seyzou
*=3D
******
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
Post by zousey seyzou
nam=
ed
Item. Please
make sure the table exists. Also note that some databases are
case
Post by zousey seyzou
sensitive.
----
Total time: 5 seconds
D:\GNU\WinCvs 1.3\CVSNT\middlegen\samples>
***********************************************************************
*=
Post by zousey seyzou
*=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
Post by zousey seyzou
of
GenToo technologies. Learn everything from fundamentals to
system
Post by zousey seyzou
administration.http://ads.osdn.com/?ad_id=3D3D1470&alloc_id=3D3D3638&op
=
Post by zousey seyzou
=3D3Dcli=3D
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
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO
of
Post by zousey seyzou
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dc
li=
Post by zousey seyzou
ck
_______________________________________________
middlegen-user mailing list
https://lists.sourceforge.net/lists/listinfo/middlegen-user
--__--__--
Message: 3
Date: Fri, 12 Mar 2004 09:30:03 +0100 (CET)
Subject: Re: [Middlegen-user] New Database/JDBC driver tested
Great, I'll update the list of supported database drivers.
=2Eeivind
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
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO
of
Post by zousey seyzou
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dc
li=
Post by zousey seyzou
ck
_______________________________________________
middlegen-user mailing list
https://lists.sourceforge.net/lists/listinfo/middlegen-user
--__--__--
Message: 4
Date: Fri, 12 Mar 2004 11:49:49 +0000
Organization: ThoughtWorks
Subject: [Middlegen-user] [Fwd: Extension to the Weblogic Module]
This is a multi-part message in MIME format.
--------------050704090508050602010705
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
--
http://blogs.codehaus.org/people/rinkrank/
--------------050704090508050602010705
Content-Type: message/rfc822;
name="Extension to the Weblogic Module"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="Extension to the Weblogic Module"
Received: by mail.thoughtworks.net (Postfix, from userid 425)
id 388874DC036; Fri, 12 Mar 2004 02:22:43 -0800 (PST)
Received: from mail.sourceforge.net (lists.sourceforge.net
[66.35.250.206])
Post by zousey seyzou
by mail.thoughtworks.net (Postfix) with ESMTP id 90BA94DC02E
(PST)
Post by zousey seyzou
Received: from neptun.sns-felb.debis.de ([53.122.101.2]
helo=sns-felb.debis.de)
by sc8-sf-mx2.sourceforge.net with smtp (Exim 4.30)
id 1B1jNw-0005Ru-Oh
-0800
Post by zousey seyzou
Received: by sns-felb.debis.de; id LAA09970; Fri, 12 Mar 2004
11:23:30
Post by zousey seyzou
+0100
Received: from unknown(53.113.82.10) by neptun.sns-felb.debis.de via
smap
Post by zousey seyzou
(V5.0)
id xma009945; Fri, 12 Mar 04 11:23:20 +0100
Received: from mail1.c1.dsh.de (localhost [127.0.0.1])
by dshmail1.dsh.de (8.9.1/8.8.7) with ESMTP id LAA10831
+0100
Post by zousey seyzou
(MET)
Received: from t-systems.com (ddnb106.clients.win.c1.dsh.de
[172.18.32.35])
Post by zousey seyzou
by mail1.c1.dsh.de (8.10.0/8.10.0) with ESMTP id i2CAMIa29975
+0100
Post by zousey seyzou
Date: Fri, 12 Mar 2004 11:22:16 +0100
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6)
Gecko/20040113
X-Accept-Language: de-de, de
Subject: Extension to the Weblogic Module
X-Spam-Score: 0.0 (/)
X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on
gigaton.thoughtworks.com
X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no
version=2.60
X-Sanitizer: Advosys mail filter
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format=flowed
Content-Transfer-Encoding: 7bit
Hallo Aslak,
recently I discovered that the tag 'dispatch-policy' is not supported
by
Post by zousey seyzou
the weblogic module of xdoclet. I had to integrate it into my local
xdoclet 1.2 and it seems to work. How can it be integrated into the
weblogic module distribution? I can send You my changes if You are
interested in.
MfG Mirko
--------------050704090508050602010705--
--__--__--
Message: 5
Date: Fri, 12 Mar 2004 08:41:54 -0800
Subject: [Middlegen-user] Which XDoclet version to use with
MiddleGen?
Post by zousey seyzou
I'm seeing an issue when using the the latest stable XDoclet 1.2
distribution (12/19/2003).
It appears that for <entityfacade/> it generates code based on
<dataobject/>, not <valueobject/>.
Is this a known issue and which version should I be using instead.
The
Post by zousey seyzou
MiddleGen 2.1 samples have a library version that works correctly,
but
Post by zousey seyzou
it is only binary.
--__--__--
Message: 6
Date: Fri, 12 Mar 2004 23:49:59 +0100 (CET)
Subject: Re: [Middlegen-user] Which XDoclet version to use with
MiddleGen?
Post by zousey seyzou
Yeah, the entityfacade stuff is using a modified version of the
xdoclet-ejb module.
http://cvs.sourceforge.net/viewcvs.py/middlegen/middlegen/samples/lib/e
ntityfacade.xdt
Post by zousey seyzou
Just replace the one in the xdoclet-ejb-module-1.2.jar with that one,
should work I think..
Cheers
.eivind
I'm seeing an issue when using the the latest stable XDoclet 1.2
distribution (12/19/2003).
It appears that for <entityfacade/> it generates code based on
<dataobject/>, not <valueobject/>.
Is this a known issue and which version should I be using instead.
The
Post by zousey seyzou
MiddleGen 2.1 samples have a library version that works correctly,
but
Post by zousey seyzou
it is only binary.
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO
of
Post by zousey seyzou
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
Post by zousey seyzou
_______________________________________________
middlegen-user mailing list
https://lists.sourceforge.net/lists/listinfo/middlegen-user
--__--__--
Message: 7
Date: Fri, 12 Mar 2004 21:50:23 -0500 (EST)
Subject: [Middlegen-user] What is state of Middlegen
Basically as a user of middlegen I need some feedback with what you
guys
Post by zousey seyzou
are doing with middlegen. It appears that middlegen is moving away
from
Post by zousey seyzou
SF and to other sites, but it is this state of flux.
Is middlegen using SF or not? If middlegen is not using SF then I
think a
Post by zousey seyzou
cleaner break needs to happen. Having multiple places for
lists/bugs/downloads/... is a real pain in the ass.
What version do you recommend we use? Where do we get this version?
Where do we report bugs? SF or codehaus? codehaus seems to imply
only
Post by zousey seyzou
middlegen3, what about middlegen2? SF shows that the bug forum is
closed.
Post by zousey seyzou
http://middlegen.codehaus.org doesn't work, why is it there, how
about a
Post by zousey seyzou
forward to the real site? What is middlegen's website? Is it
http://boss.bekk.no/boss/middlegen/index.html?
I love middlegen and think it is a great tool!
Ben
--__--__--
_______________________________________________
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
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=1470&alloc_id=3638&op=click
_______________________________________________
middlegen-user mailing list
https://lists.sourceforge.net/lists/listinfo/middlegen-user
-------------------------------------------------------
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_id70&alloc_id638&op=ick

Loading...