Discussion:
[Middlegen-user] middlegen confusion help .(eivind)
zousey seyzou
2004-03-20 07:43:01 UTC
Permalink
thanks for your time, Great job.
i have received your suggestion to do this name=3D"user.Item"
generate=3D"true" according my problem with syabse, and today I have also
received a forum e-mail with 3D in front of his <middlegen ,is this a
version from cvs ? if so could you help me with that cvs checkout command ?
thanks
******************************
<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">

******************************
Subject: middlegen-user digest, Vol 1 #575 - 1 msg
Date: Fri, 19 Mar 2004 05:19:12 -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: very Urgent-Table not found in sybase (Russell Simpkins)
--__--__--
Message: 1
Subject: RE: [Middlegen-user] very Urgent-Table not found in sybase
Date: Fri, 19 Mar 2004 08:18:09 -0500
The app complains that it cant find the table Item.
I also notice you have catalog=3D"${database.catalog}"
Maybe you should try schema=3D"${database.catalog}"
Or drop the catalog/schema attribute and just try <table
name=3D"user.Item" generate=3D"true" />
-----Original Message-----
Waaler
Sent: Friday, March 19, 2004 4:22 AM
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,
http://cvs.sourceforge.net/viewcvs.py/middlegen/middlegen/src/java/middl
egen/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
eivind
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]
(=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
***********************************************************************
********
<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
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=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
latest
changes to MiddlegenPopulator..
=3D2Eeivind
I have checked out middlegen from sourceSafe,but whne i try to
connect
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
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
******
_________________________________________________________________
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=3D=
3Dc
li=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.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?
=3D2Eeivind
Hello Here is my table definition in the middlegen build.xml
***********************************************************************
**=3D
******
<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
******
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
connect
t=3D
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.
***********************************************************************
*=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
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
*******
_________________________________________________________________
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 of
middle=3D3D
Gen
wothout any problem the.
***********************************************************************
*=3D
*=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
case
sensitive.
----
Total time: 5 seconds
D:\GNU\WinCvs 1.3\CVSNT\middlegen\samples>
***********************************************************************
*=3D
*=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
CEO
of
GenToo technologies. Learn everything from fundamentals to
system
administration.http://ads.osdn.com/?ad_id=3D3D3D1470&alloc_id=3D3D3D3638=
&op
=3D
=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=3D=
3Dc
li=3D
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=3D=
3Dc
li=3D
ck
_______________________________________________
middlegen-user mailing list
https://lists.sourceforge.net/lists/listinfo/middlegen-user
-- __--__--
Message: 4
Date: Fri, 12 Mar 2004 11:49:49 +0000
From: =3D?ISO-8859-1?Q?Aslak_Helles=3DF8y?=3D =
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)
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
(PST)
Received: from neptun.sns-felb.debis.de ([53.122.101.2]
helo=3Dsns-felb.debis.de)
by sc8-sf-mx2.sourceforge.net with smtp (Exim 4.30)
id 1B1jNw-0005Ru-Oh
-0800
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
+0100
(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
+0100
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=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
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/e
ntityfacade.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=3D1470&alloc_id=3D3638&op=3Dcli=
ck
_______________________________________________
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=E5 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=3D1470&alloc_id=3D3638&op=3Dcli=
ck
_______________________________________________
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_id=1470&alloc_id638&op=3Dick
_______________________________________________
middlegen-user mailing list
https://lists.sourceforge.net/lists/listinfo/middlegen-user
--__--__--
_______________________________________________
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
zousey seyzou
2004-03-20 07:43:02 UTC
Permalink
thanks for your time, Great job.
i have received your suggestion to do this name=3D"user.Item"
generate=3D"true" according my problem with syabse, and today I have also
received a forum e-mail with 3D in front of his <middlegen ,is this a
version from cvs ? if so could you help me with that cvs checkout command ?
thanks
******************************
<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">

******************************
Subject: middlegen-user digest, Vol 1 #575 - 1 msg
Date: Fri, 19 Mar 2004 05:19:12 -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: very Urgent-Table not found in sybase (Russell Simpkins)
--__--__--
Message: 1
Subject: RE: [Middlegen-user] very Urgent-Table not found in sybase
Date: Fri, 19 Mar 2004 08:18:09 -0500
The app complains that it cant find the table Item.
I also notice you have catalog=3D"${database.catalog}"
Maybe you should try schema=3D"${database.catalog}"
Or drop the catalog/schema attribute and just try <table
name=3D"user.Item" generate=3D"true" />
-----Original Message-----
Waaler
Sent: Friday, March 19, 2004 4:22 AM
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,
http://cvs.sourceforge.net/viewcvs.py/middlegen/middlegen/src/java/middl
egen/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
eivind
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]
(=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
***********************************************************************
********
<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
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=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
latest
changes to MiddlegenPopulator..
=3D2Eeivind
I have checked out middlegen from sourceSafe,but whne i try to
connect
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
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
******
_________________________________________________________________
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=3D=
3Dc
li=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.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?
=3D2Eeivind
Hello Here is my table definition in the middlegen build.xml
***********************************************************************
**=3D
******
<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
******
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
connect
t=3D
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.
***********************************************************************
*=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
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
*******
_________________________________________________________________
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 of
middle=3D3D
Gen
wothout any problem the.
***********************************************************************
*=3D
*=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
case
sensitive.
----
Total time: 5 seconds
D:\GNU\WinCvs 1.3\CVSNT\middlegen\samples>
***********************************************************************
*=3D
*=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
CEO
of
GenToo technologies. Learn everything from fundamentals to
system
administration.http://ads.osdn.com/?ad_id=3D3D3D1470&alloc_id=3D3D3D3638=
&op
=3D
=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=3D=
3Dc
li=3D
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=3D=
3Dc
li=3D
ck
_______________________________________________
middlegen-user mailing list
https://lists.sourceforge.net/lists/listinfo/middlegen-user
-- __--__--
Message: 4
Date: Fri, 12 Mar 2004 11:49:49 +0000
From: =3D?ISO-8859-1?Q?Aslak_Helles=3DF8y?=3D =
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)
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
(PST)
Received: from neptun.sns-felb.debis.de ([53.122.101.2]
helo=3Dsns-felb.debis.de)
by sc8-sf-mx2.sourceforge.net with smtp (Exim 4.30)
id 1B1jNw-0005Ru-Oh
-0800
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
+0100
(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
+0100
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=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
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/e
ntityfacade.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=3D1470&alloc_id=3D3638&op=3Dcli=
ck
_______________________________________________
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=E5 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=3D1470&alloc_id=3D3638&op=3Dcli=
ck
_______________________________________________
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_id=1470&alloc_id638&op=3Dick
_______________________________________________
middlegen-user mailing list
https://lists.sourceforge.net/lists/listinfo/middlegen-user
--__--__--
_______________________________________________
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
Loading...