Re: [Xdoclet-user] XDocled doesn't generate me DOCTYPE (for ejbspec=2.1)

2006-11-28 Thread Daniel Peger
, anyway, from the xdoclet generation point of view ? 2006/11/28, Daniel Peger [EMAIL PROTECTED]: Hi, try using ejbSpec=2.0 instead of 2.1. Cheers -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

Re: [Xdoclet-user] XDocled doesn't generate me DOCTYPE (for ejbspec=2.1)

2006-11-27 Thread Daniel Peger
Hi, try using ejbSpec=2.0 instead of 2.1. Cheers Original-Nachricht Datum: Mon, 27 Nov 2006 22:24:35 +0100 Von: Manu [EMAIL PROTECTED] An: xdoclet-user@lists.sourceforge.net Betreff: Re: [Xdoclet-user] XDocled doesn\'t generate me DOCTYPE (for ejbspec=2.1) Hi, I have

[Xdoclet-user] Full quantified class names in JavaDocs [EMAIL PROTECTED]

2006-11-09 Thread Daniel Peger
fully quantified as well? Best regards, Daniel. -- GMX DSL-Flatrate 0,- Euro* - Überall, wo DSL verfügbar ist! NEU: Jetzt bis zu 16.000 kBit/s! http://www.gmx.net/de/go/dsl - Using Tomcat but need to do more? Need

Re: [Xdoclet-user] webdoclet problems with 1.2.3

2006-10-30 Thread Daniel Lipofsky
I discovered a work-around. I had been doing target .. taskdef name=webdoclet ... webdoclet ... webdoclet ... /target But when I did this instead it worked: target .. taskdef name=webdocletA ... taskdef name=webdocletB ... webdocletA ... webdocletB ... /target Also

RES: RES: [Xdoclet-user] Maven Jboss.xml problem

2005-08-18 Thread Daniel Reghin
/version /dependency dependency groupIdxdoclet/groupId artifactIdxdoclet-ejb-module/artifactId version1.2.3/version /dependency HTH On 8/17/05, Daniel Reghin [EMAIL PROTECTED] wrote: Hi, Thanks for your help but it didn't work. I put all the dependencies that you

[Xdoclet-user] Maven Jboss.xml problem

2005-08-17 Thread Daniel Reghin
? Is there an older version of maven-xdoclet that can generate jboss.xml? Or am I doing something wrong here? Thanks in advance. Daniel

RES: [Xdoclet-user] Maven Jboss.xml problem

2005-08-17 Thread Daniel Reghin
de Joachim Bader Enviada em: quarta-feira, 17 de agosto de 2005 10:17 Para: xdoclet-user@lists.sourceforge.net Assunto: Re: [Xdoclet-user] Maven Jboss.xml problem Hi, On Wednesday 17 August 2005 14:32, Daniel Reghin wrote: I can't generate the jboss.xml from the maven xdoclet plug-in. (Maven

Re: [Xdoclet-user] Building XDoclet

2005-08-11 Thread Daniel Serodio
Paul Galbraith wrote: Daniel Serodio wrote: Not yet: /home/dserodio/work/xdoclet/samples/build.xml:534: Class xdoclet.modules.hibernate.HibernateSubTask doesn't support the xmlprettify attribute. Sorry, my mistake. It's xmlprettified. hibernate version=3.0 xmlprettified=false

Re: [Xdoclet-user] XDoclet instalation problem

2005-08-11 Thread Daniel Serodio
problem is with JBossIDE, not XDoclet. When you say it doesn't work, you mean the Ctrl+Space doesn't work right? HTH, Daniel Serodio --- SF.Net email is Sponsored by the Better Software Conference EXPO September 19-22, 2005 * San Francisco, CA

Re: [Xdoclet-user] Building XDoclet

2005-08-04 Thread Daniel Serodio
Paul Galbraith wrote: Daniel Serodio wrote: Hi all, I'm trying to build the latest (CVS) version of XDoclet, but I'm behind a firewall which won't let it download DTD files. So the build dies with the error shown below. Hmmm looks like this is my handywork :-(. You could try manually

[Xdoclet-user] Building XDoclet

2005-08-02 Thread Daniel Serodio
these instead of trying to download? Thanks in advance, Daniel Serodio [hibernatedoclet] Generating mapping file for test.hibernate.CompositeIdEntity. [hibernatedoclet]test.hibernate.CompositeIdEntity [hibernatedoclet] (XDocletMain.start 60 ) Running XDoclet failed

Re: [Xdoclet-user] webservice.xml fill webservice-description-name? (was: WSEE-Doclet servlet-link instead of ejb-link)

2005-01-10 Thread Daniel Golesny
fill webservice-description-name I've search in the Sourcecode, but I didn't found anything Bye and Thanks Daniel --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from

[Xdoclet-user] CMP/MySQL Composite Primary-Key and Foreign-Key

2004-12-22 Thread Daniel Golesny
not in jar, I can deploy all, so it must caused by Turn. Hope you can help me. Bye Daniel -- TurnBean - /** * @ejb.bean name=Turn * display-name=Name for Turn * description=Description for Turn * jndi-name=ejb/Turn

[Xdoclet-user] Extending... Xdoclet template or AndroMDA template

2004-12-03 Thread Daniel
Hi, all If I find certain code generation is not enough and want to extend it following MDA by defining new stereotypes and writing new code generation templates.. It seems I have two alternatives: 1.Extend Xdoclet first (say, new tags), then use AndroMDA cartridges to generate these xdoclet

[Xdoclet-user] maven-xdoclet-plugin dependencies

2004-11-01 Thread Daniel Draws
. thx daniel -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (Darwin) iD8DBQFBhmKKcM/zZjCYD2IRAjLPAJ4lBbtg2MZVkbM25M+Lg3W+nkaXxACfdZrg SmrpBpG4846NP16ib0L/n2I= =wh8p -END PGP SIGNATURE- --- This SF.Net email is sponsored by: Sybase ASE

Re: [Xdoclet-user] maven-xdoclet-plugin dependencies

2004-11-01 Thread Daniel Draws
in the classpath, but is building a special classpath from only a part of it's own dependencies. After all, in my eyes it will be the best solution, to resolve all dependencies in the plugin and not in in my project. daniel Am Montag, 01.11.04, um 21:11 Uhr (Europe/Berlin) schrieb Mark Lowe: I use the xdoclet

[Xdoclet-user] Hibernate cascade element

2004-09-21 Thread Daniel Or
Hi all. Does anyone knows why the cascade element in the various tags (@hibernate.array, @hibernate.bag, @hibernate.set etc) does not support all-delete-orphan. Daniel

[Xdoclet-user] causing resulting interfaces to extend custom ones

2004-09-07 Thread Daniel Or
will be declared once, and that's in the MyFacadeBean.java file. Does anyone know how to solve this? Thanks. Daniel Or --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic

[Xdoclet-user] strutsform and validator

2003-12-09 Thread Daniel Massie
is because the tags are not copied to the generated form. Is there a solution to this or am I simply missing something obvious? Thanks Daniel BT Yahoo! Broadband - Save £80 when you order online today. Hurry! Offer ends 21st

Re: [Xdoclet-user] strutsform and validator

2003-12-09 Thread Daniel Massie
type=required */ public abstract void setCategoryName( String categoryName ); and in form: /** * */ public void setCategoryName(java.lang.String categoryName) { this.categoryName = categoryName; } I could not find an issue in the issue tracker for this problem. Daniel

[Xdoclet-user] ejbdoclet too verbose

2003-12-05 Thread Daniel Lipofsky
I am using ejbdoclet destdir=${build.java.dir} verbose=false It outputs a lot of info and I would like it to be less verbose. The verbose=false flag did not seem to make a difference. Is there anywhere else to look to turn off debugging? I am using xdoclet 1.2b3, Ant 1.5.4, and JDK 1.4.1_05.

Re: [Xdoclet-user] after Today in the where clause?

2003-10-04 Thread Daniel Lopez
Hi, As Konstantin says, unless you want to get into container dependent issues, you could specify a date as a parameter in your finder and then pass a Date, with the current date, when calling it. It's not as simple as writing a simple SQL sentence, but it works and it is DB and container

Re: [Xdoclet-user] after Today in the where clause?

2003-10-04 Thread Daniel Lopez
. Visit http://www.YourSoS.com to learn how our Personal Emergency Alert Contact System can help you Play Smart. +00 1 (877) SoS-9119 +00 1 (708) 570-2772 Fax --- - Original Message - From: Daniel Lopez [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, October 04, 2003 5

Re: [Xdoclet-user] CMR fields with jboss

2003-10-02 Thread Daniel López
Hi, Do you really need an extra table when creating a unidirectional 1-n relationship? I've always used bidirectional relationships so I've never tried, but I don't see the reason why unidirectional ones would require such an extra table. May be I did not understand the statement below. Cheers,

Re: [Xdoclet-user] CMR fields with jboss

2003-10-02 Thread Daniel López
data, and the database woulnd grow as big. Im not a pro database, but i would think it would give me some performance, if i just have a relation table which only contains keys to my actual tables. Regards, David On Thu, 2003-10-02 at 12:30, Daniel López wrote: Hi, Do you really need an extra table

Re: [Xdoclet-user] CMR fields with jboss

2003-10-02 Thread Daniel Lopez
would insert 1 messsage in the message table and 10 rows in the relation table. that only contains the key to the 10 users and 1 message, then i would only fill message text in one row so it wouldnt fill the database with duplicates of the message. On Thu, 2003-10-02 at 15:06, Daniel

re: [Xdoclet-user] How to mapp explicitly the Relationship Fields to

2003-09-23 Thread Daniel Lopez
Hi Calin, Short answer is: no. Long answer is: Not with the current state of the orion-xdoclet module. AFAIK, It works just if you use specific names for the foreign keys(the name of the foreign table, if I recall correctly) and you just specify in xdoclet that there's a relationship. XPetstore is

Re: [Xdoclet-user] XDoclet support for orion/OC4J

2003-08-15 Thread Daniel Lopez
Hi, I followed that path a short time ago and I have to say that, unfortunately, that will help you just if your foreign key fields follow a specific naming structure that will fit the orion guessing system. But where it is useful is that after deployment, orion will generate a descriptor with all

RE: [Xdoclet-user] XDoclet support for orion/OC4J

2003-08-15 Thread Daniel Lopez
Hi Hani, Here a specific question :). How can you specify the relationship between these tables so the correct orion descriptor is produced?: Table A --- Code Name Table B --- Code Name A_Code So there's a (1-N) relationship between both tables where A_Code is the foreign key and

Re: [Xdoclet-user] Name unicity

2003-08-01 Thread Daniel Lopez
It's me who talk about select for update :) To resume that we say, the theorical principle of the independent business tier is very nice but difficult (to not say not possible) to implement. Checking rules in the business tier is not reliable in case of multithreading and it's more

Re: [Xdoclet-user] Name unicity

2003-07-31 Thread Daniel Lopez
Hi, Well, as someone suggested, if you have to do something like that in a multithreading environment, you have to use something like select-for-update so the DB is blocked between your select-check and your insert. I was developing before using PLSQL (directly generating XML) so I was able to use

Re: [Xdoclet-user] Name unicity

2003-07-30 Thread Daniel Lopez
Hi, Whatever you do at the other tiers, I wouldn't call defining a PK a wrong design. That is ENFORCING a rule, it does not mean you have to let the DB handle the detection of a duplicated value, it just means that the DB won't allow you to introduce a duplicate value, in case you have bug or

Re: [Xdoclet-user] Pb with *:1 relationship

2003-07-17 Thread Daniel Lopez
On Thu, 2003-07-17 at 13:27, Jean-philippe VIGNIEL wrote: Hi everybody I have to manage a n:1 relation ship between two entities, is it possible to generate the suitable ejb-jar by using the xdoclet ejb.relation tag? I've succeeded to specify a one to one relation but the only

Re: [Xdoclet-user] Pb with *:1 relationship

2003-07-17 Thread Daniel Lopez
Hi Jean-philippe, I didn't understand that you needed just the 1-n part, sorry about that. I'm afraid I haven't used unidirectional relationships so I can't talk from experience. XDoclet documentation says that using the 2nd form that was suggested below. That would be something, in Project, like

Re: [Xdoclet-user] question

2003-07-14 Thread Daniel López
that because all examples that i looked for used value objects! I want to simplify my job... any comments please? if anybody has simple example using 2 entity beans with some raletionship 1-1 or 1-many plaese send it to me! Thx -- --- Daniel Lopez Janariz

Re: [Xpetstore-devel] RE: [Xdoclet-user] Orion EJB 2.0 an Relationships

2003-07-01 Thread Daniel Lpez
Hi Herve, Just an update. I have tried to run xpetstore under Resin but the problem is that there are no xdoclet-MDB tags for resin yet, so the Message Driven Beans cannot be configured appropriately. I've never used MDBs, so I might try to get some help from the Resin list to see if somebody

Re: [Xpetstore-devel] RE: [Xdoclet-user] Orion EJB 2.0 an Relationships

2003-07-01 Thread Daniel Lpez
Hi Herve, Just an update. I have tried to run xpetstore under Resin but the problem is that there are no xdoclet-MDB tags for resin yet, so the Message Driven Beans cannot be configured appropriately. I've never used MDBs, so I might try to get some help from the Resin list to see if somebody

Re: [Xdoclet-user] Orion EJB 2.0 an Relationships

2003-06-30 Thread Daniel López
to run it to see if it really works with Orion, and if it does, how :). Thank you, D. Brian McSweeney escribió: Hi Daniel, If I'm not mistaken, all relationships in xpetstore are container managed relationships. Tell me if I'm mistaken. This might also help with the problems you are having

RE: [Xdoclet-user] Orion EJB 2.0 an Relationships

2003-06-30 Thread Daniel Lopez
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel López Sent: 30 June 2003 14:03 To: [EMAIL PROTECTED] Subject: Re: [Xdoclet-user] Orion EJB 2.0 an Relationships Hi Brian, I probably made some kind of mistake as now I'm checking again ad I

RE: [Xdoclet-user] Orion EJB 2.0 an Relationships

2003-06-30 Thread Daniel Lopez
Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Lpez Sent: 30 June 2003 14:03 To: [EMAIL PROTECTED] Subject: Re: [Xdoclet-user] Orion EJB 2.0 an Relationships Hi Brian, I probably made some kind of mistake as now I'm

Re: [Xdoclet-user] Follow-up: Orion EJB 2.0 an Relationships

2003-06-28 Thread Daniel Lopez
. You cannot have a field have both a ejb.relation tag and a ejb.persistence tag (spec doesn't allow it, nothing to do with orion) On Saturday, June 28, 2003, at 07:19 AM, Daniel Lopez wrote: Hi again, Now I'm stucked :(. If I have a relationship method and I add the @ejb:persistent

Re: [Xdoclet-user] updating a m-m value object?

2003-06-28 Thread Daniel Lopez
Objects throughout. I can add them to the relationship just fine, but not remove them. So once I set a Contact as part of an Alert, they are _always_ part of that Alert. For beta testing I can work around this, but I can't go live like this. --- Thanks... Mick Knutson --- From: Daniel Lopez

[Xdoclet-user] Orion EJB 2.0 an Relationships

2003-06-27 Thread Daniel Lopez
Hi there, I have a EJB2.0 CMP application that runs fine under ResinEE, using XDoclet to generate the resin.ejb descriptor. Now I'm trying to get it to work under Orion 2.0.2 and I'm having difficulties setting up the relationships between my Beans, as the documentation is scarce. I've been

Re: [Xdoclet-user] Orion EJB 2.0 an Relationships

2003-06-27 Thread Daniel Lopez
problems. On Friday, June 27, 2003, at 11:01 AM, Daniel Lopez wrote: Hi there, I have a EJB2.0 CMP application that runs fine under ResinEE, using XDoclet to generate the resin.ejb descriptor. Now I'm trying to get it to work under Orion 2.0.2 and I'm having difficulties setting

RE: [Xdoclet-user] Orion EJB 2.0 an Relationships

2003-06-27 Thread Daniel Lopez
Hi again, I just kept browsing the source code and I found out there are some relationships that are indeed specified as Container Managed. I'll keep on browsing :9. Thanks, D. Hi Daniel, I would straight away suggest you look at the xpestore application On sourceforge. This is exactly what

RE: [Xdoclet-user] Orion EJB 2.0 an Relationships

2003-06-27 Thread Daniel Lopez
the container do that job for me. Resin does a wonderful job with that and I'm sure Orion will do as well, when configured properly :). May be I'm asking too much? :). Thanks again for your help, D. Hi Daniel, I would straight away suggest you look at the xpestore application On sourceforge

[Xdoclet-user] localinterface tag in ejb-jar.xml

2003-06-10 Thread Daniel Potysch
. But in the ejb-jar.xml which is generated by xdoclet, there are still the local/local and local-home/local-home tags. So Jboss expects the files too. How can I get these tags out of the ejb-jar.xml ?? Thanks for your help! Daniel --- This SF.net

[Xdoclet-user] Generate deployment-descriptors for inherited beans

2003-06-06 Thread Daniel Potysch
Hi, I just try to generate a deployment descriptor for an EntityBean that inherits fields from another Bean, which itself will not be deployed. These fields have to be persistent, but how can I tag them? Any ideas? Thanks! Daniel

Re: [Xdoclet-user] packageSubstitution only uses terminating package?

2003-02-14 Thread Guy Daniel
Ah, that's why when you put a blank string in as the substitute package all you get is a dot ... and from the source this looks pretty easy to change too. Yes, it has been my experience that you can only substitute the terminating package, but I've only been on the xdoclet learning curve for

Re: [Xdoclet-user] finder-query for jboss

2003-02-13 Thread Guy Daniel
I thought yahoo! No more need for merge files for queries in Jboss! Alas, that doesn't actually work for jboss 3.0.6. I found the only way to make queries work is to stick them in a merge file, or you get a funny jboss error. This error seems to be related to the format of the query in

Re: [Xdoclet-user] valueobject packageSubstitution seems to be broken

2003-02-11 Thread Guy Daniel
I'm no expert on value objects, but your package substitution element should read: packageSubstitution packages=ejb substituteWith=object This works for me - xdoclet 1.2b2 Regards, Guy Daniel Barry Fortune wrote: I am using a value object with package substitution

Re: [Xdoclet-user] valueobject packageSubstitution seems to be broken

2003-02-11 Thread Guy Daniel
By the way - I only use package substitution by substituting all packages from, for example, com.x.y.ejb to com.x.y.object. I haven't tried going from com.x.y.object.ejb to com.x.y.object ... Barry Fortune wrote: I am using a value object with package substitution as in:

Re: [Xdoclet-user] primkey-fieldid/primkey-field missing in ejb-jar.xml

2003-02-10 Thread Guy Daniel
Thanks Marcus and Adam! I did have this up the top there in the @ejb section as well, but with an @ sign in front of it. Doh! Regards, Guy Marcus Brito wrote: Guy Daniel wrote: Is it normal for xdoclet 1.2b2 not to include the (for eg..) primkey-fieldid/primkey-field in ejb-jar.xml? I've

[Xdoclet-user] primkey-fieldid/primkey-field missing in ejb-jar.xml???

2003-02-09 Thread Guy Daniel
it as the first entry in with the finders in ejb-finders-{0}.xml, so It's no big deal, just wondering if there is a better way of doing it, or whether I've totally missed something? Regards, Guy Daniel

Re: [Xdoclet-user] newbie : how to generate ejb-local-ref in dd ?

2002-05-21 Thread Daniel Bratell
this problem. Thanks all for feedback. I'm using this with great success: * @ejb.ejb-ref * ejb-name=FlowChart * view-type=local * ref-name=ejb/FlowChartLocal * But maybe I misunderstood you. /Daniel ___ Don't miss

Re: [Xdoclet-user] Inheritance Problem in generating DataObject

2002-04-19 Thread Daniel Bratell
++ terminology. :-) A constructor that has an argument of the same type as itself with the job to create a copy of that object. /Daniel ___ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Re: [Xdoclet-user] Inheritance Problem in generating DataObject

2002-04-18 Thread Daniel Bratell
the call yourself when you want to, or need to specify arguments to a parent class constructor. So, if I've understood you correctly, this has nothing to do with XDoclet. /Daniel ___ Xdoclet-user mailing list [EMAIL PROTECTED] https

[Xdoclet-user] Re: [Middlegen-devel] Supporting Resin

2002-03-19 Thread Daniel López
: Daniel Lopez [EMAIL PROTECTED] Date: Monday, March 18, 2002 6:50 pm Subject: [Middlegen-devel] Supporting Resin Hi there, I just started using middlegen and I have to say so far I'm quite happywith it, however, I would like middlegen to support Resin, as this is the server I've started

RE: [Xdoclet-user] How to get constants in the generated interface

2002-03-05 Thread Daniel Bratell
XDtField:ifHasFieldTag tagName=ejb:interface-field XDtField:fieldComment indent=3/ public XDtField:fieldType/ XDtField:fieldName/ = Don't know what to write here; /XDtField:ifHasFieldTag /XDtField:forAllFields /Daniel ___ Xdoclet-user mailing list [EMAIL

Re: [Xdoclet-user] How to get constants in the generated interface

2002-03-05 Thread Daniel Bratell
don't have to think that it's the best way? ;-) /Daniel - cold and wet. ___ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Re: [Xdoclet-user] Where to get documentation for generating weblogic specific DD

2002-03-05 Thread Daniel Bratell
=true createTables=true datasource=${xdoclet.ejb.datasource} / /Daniel ___ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user

[Xdoclet-user] How to get constants in the generated interface

2002-03-04 Thread Daniel Bratell
the constants the constants in the implementation java file but how do I get them into the interfaces? @ejb:interface-method didn't work. /Daniel ___ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Re: [Xdoclet-user] resource-env-ref in jboss.xml?

2002-02-27 Thread Daniel Bratell
At 10:08 2002-02-26 +0100, Daniel Bratell wrote: How do I generate a resource-env-ref in jboss.xml? I want them to be able to access my JMS queues using logical names but I can't figure out how to get the tag generated. Looking at the jboss.xml template the resource-env-ref isn't even

[Xdoclet-user] resource-env-ref in jboss.xml?

2002-02-26 Thread Daniel Bratell
How do I generate a resource-env-ref in jboss.xml? I want them to be able to access my JMS queues using logical names but I can't figure out how to get the tag generated. /Daniel ___ Xdoclet-user mailing list [EMAIL PROTECTED] https

RE: [Xdoclet-user] IOError xdocletting - building in parallell?

2002-02-25 Thread Daniel Bratell
to use it. :-) So, I hope you want the patch. /Daniel ___ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Re: [Xdoclet-user] IOError xdocletting - building in parallell?

2002-02-22 Thread Daniel Bratell
is it possible for another smaller change? I might be able to provide a patch if you give me a pointer in the right direction (if it's not requires patching javadoc. :-) ). /Daniel ___ Xdoclet-user mailing list [EMAIL PROTECTED] https

Re: [Xdoclet-user] IOError xdocletting - building in parallell?

2002-02-22 Thread Daniel Bratell
to apply a patch. My thoughts were to create a random number and pass that random number to javadoc in the system properties. That random number would give the name of the file so no temporary files could get same name. /Daniel ___ Xdoclet-user mailing

[Xdoclet-user] IOError xdocletting - building in parallell?

2002-02-21 Thread Daniel Bratell
I get intermittent, not reproducible build errors when using xdoclet in the form of an IOError. I think that it _might_ be when I'm building in two trees at the same time at the same computer. Does ant/javadoc/xdoclet use some kind of global resource? A specific file in /tmp? /Daniel

RE: [Xdoclet-user] IOError xdocletting - building in parallell?

2002-02-21 Thread Daniel Bratell
running all the time here at the servers. Might it be possible to use another solution for communication, or use a file name for the temp files that is unique for every run, or could the temp dir/file name be set somehow? /Daniel ___ Xdoclet-user

Re: Re: [Xdoclet-user] JNDI names for JBoss 3

2002-02-20 Thread Daniel Bratell
is to figure all this shit out (o: will report back later... Did you ever figure it out? I have tried to access the local interfaces from Tomcat 2.4.3 in many ways without succeeding, but then all this is kind of new to me. /Daniel ___ Xdoclet-user mailing

Re: [Xdoclet-user] Anyone ever see this?

2002-02-18 Thread Daniel Bratell
is hardcoded into XDoclet's templates. (Consider this a bug report). /Daniel ___ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Re: [Xdoclet-user] JNDI names for JBoss 3 (and 2.4?)

2002-02-14 Thread Daniel Bratell
the deployments descriptors for JBoss? /Daniel ___ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Re: [Xdoclet-user] getData, setData for CMP2.0

2002-02-14 Thread Daniel Bratell
*/ public abstract void setData(AccountData newData); Any ideas? /Daniel ___ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Re: [Xdoclet-user] Naming beans with the Entity suffix

2002-02-13 Thread Daniel Bratell
. Wish they wouldn't come up with so many new bean types . :-) ) /Daniel ___ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user