RE: [Xdoclet-user] Data Object vs Value Object

2002-04-09 Thread Vincent Harcq
Title: Message DO is the same concept as VO. VO will replace DO in the future.  More powerful.   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of JD BrennanSent: mercredi 10 avril 2002 2:39To: '[EMAIL PROTECTED]'Subject: [Xdoclet-user]

[Xdoclet-user] Data Object vs Value Object

2002-04-09 Thread JD Brennan
Title: Data Object vs Value Object What's difference between data object and value object in XDoclet? I've found documentation for the Value Object pattern (http://java.sun.com/blueprints/patterns/j2ee_patterns/value_object/index.html) and for the Data Access Object pattern (http://java.su

RE: [Xdoclet-user] irc etc....

2002-04-09 Thread Aslak Hellesøy
Ok. It should be ok now. The bug was in xjavadoc, it's fixed and committed in CVS. I rebuilt the xjavadoc.jar and committed it to Middlegen, so you'll only have to update Middlegen. Thanks a bunch for pointing it out. Aslak ___ Xdoclet-user mailing l

RE: [Xdoclet-user] irc etc....

2002-04-09 Thread Aslak Hellesøy
Now THAT's a bug. I'll fix it ;-) Aslak > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Grant > Marblestone > Sent: 10. april 2002 00:59 > To: [EMAIL PROTECTED] > Subject: [Xdoclet-user] irc etc > > > Howdy, > > thanks for the great reply aslak

[Xdoclet-user] irc etc....

2002-04-09 Thread Grant Marblestone
Howdy, thanks for the great reply aslak, the other programmers got a kick out of that, after they finished laughing at me. Anyway, i was wondering if anyone had an irc room for such things as xdoclet, jboss, etc. If not i do know of one for jboss that is on the server irc.zope.org channel #jbos

RE: [Xdoclet-user] generate jbosscmp-jdbc.xml with xdoclet

2002-04-09 Thread Hicks, James
Title: generate jbosscmp-jdbc.xml with xdoclet you need to specify which version of jboss and which version of cmp you are using.   for jboss in ant file: &   for cmp in java source file: @ejb:bean cmp-version="2.x"   The @ejb:bean cmp-version="2.x" can be left out if specifying the cmpsp

RE: [Xdoclet-user] generate jbosscmp-jdbc.xml with xdoclet

2002-04-09 Thread Hicks, James
Title: generate jbosscmp-jdbc.xml with xdoclet correction: .  I think you must use cmp2.0 to get the jbosscmp-jdbc.xml file, but i could be wrong.    James Hicks C.A.D.G. - Application Developer BERRYDirect Email: [EMAIL PROTECTED] Phone: 936.462.4655 Fax: 936.462.4655 Pager: 936.568.4296 I

[Xdoclet-user] Custom tags and templates

2002-04-09 Thread V Leher
Hi, Are there examples which i can refer to when creating custom tags and custom templates? -- Leher ___ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user

RE: [Xdoclet-user] generate jbosscmp-jdbc.xml with xdoclet

2002-04-09 Thread Hicks, James
Title: generate jbosscmp-jdbc.xml with xdoclet Add @jboss tags to your code, then in your ant task, call   James Hicks C.A.D.G. - Application Developer BERRYDirect Email: [EMAIL PROTECTED] Phone: 936.462.4655 Fax: 936.462.4655 Pager: 936.568.4296 I-Pager: [EMAIL PROTECTED] -Origina

[Xdoclet-user] generate jbosscmp-jdbc.xml with xdoclet

2002-04-09 Thread Boris Tamarkin
Title: generate jbosscmp-jdbc.xml with xdoclet How to generate jbosscmp-jdbc.xml with xdoclet? I see jbosscmp-jdbc_xml.j in xdoclet.jar but how can I reference it in   task? Thanks

[Xdoclet-user] how to generate jbosscmp-jdbc.xml with xdoclet?

2002-04-09 Thread Boris Tamarkin
Title: how to generate jbosscmp-jdbc.xml with xdoclet? how to generate jbosscmp-jdbc.xml with xdoclet? I see jbosscmp-jdbc_xml.j in xdoclet.jar but how can I reference it in   task? Thanks

RE: [Xdoclet-user] middlegen

2002-04-09 Thread Aslak Hellesøy
Hi Grant, All the available docs are on the web and in the mailing list archives. Did you consider this? public void useSoftware() { Software software = null; try { // Hopefully the latest release is perfect? software = Web.downloadLatestReleasedPackagedVersion(); softwar

[Xdoclet-user] middlegen

2002-04-09 Thread Grant Marblestone
aslak, I have worked to make middlegen work for about a week on and off and it doesnt seem to want to! I am using jboss 3.0 with oracle 8i. I downloaded the latest cvs version. First thing when its "done" generating code it hangs and makes me close the command window to continue. Second when i

Re: [Xdoclet-user] Error Message "Tried to set 30th parameter"

2002-04-09 Thread aslak.hellesoy
This is a bug in xjavadoc (separate CVS module in xdoclet) which is fixed in xdoclet's CVS. I usually commit xjavadoc.jar and xdoclet.jar from recent CVS snapshots to middlegen, but I haven't done that after the bug was fixed. -So you have to wait till I do that, or build xdoclet and xjavadoc

AW: [Xdoclet-user] Error Message "Tried to set 30th parameter"

2002-04-09 Thread bwillner
I don't know about this error, on the other hand though it doesn't make much sense to me to have so many parameters for ejbCreate. For performance and convenience you should only set a few ( the most necessary) parameters in ejbCreate and set the others later via the individual set methods (if usi