[Xdoclet-user] Unnecessary imports: fixed in XDoclet2?

2002-12-16 Thread Andrew Carpenter
(I hope I'm not hammering a frequent question here, but at present the mail archives are unavailable.) I'm currently working on a project where the EJB interfaces need to be built separately from the classes that use them. This is causing problems, because the interfaces import classes (that t

[Xdoclet-user] Re: ejb-name pb

2002-12-16 Thread Sebastien BLANC
just found the pb. it is not in the xdoc header but after the header: removing the comment between the end of the header and the class declaration generates a correct ejb name without the pacakge. looks like a bug in the parsing 2 me though. I tried 2 '*' at the end of the header to see if any chan

[Xdoclet-user] ejb-name pb

2002-12-16 Thread Sebastien BLANC
Hello ! I'having the following pb at XML descriptor generation time. the following MDB header: /** * EqpTL1SubscriberMDB receives a JMS message containing an Invoice for a user order. It updates the Purchase Order EJB * based on the invoice information. * * @created Nov

Re: [Xdoclet-user] where can I get xdoclet nightly build?

2002-12-16 Thread Marcus Brito
Herve Tchepannou wrote: where can I get xdoclet nightly build? http://xdoclet.sourceforge.net/xdoclet-cvs.zip -- Pz --- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High

[Xdoclet-user] Inherited CMP fields

2002-12-16 Thread Craig Dickson
I am sure this question has been dealt with, but I don't seem to be able to find the discussion in the archives.   I have a generic entity bean that I use as the parent class of many of my entity beans. The generic parent class has a property that needs to be persisted using CMP along with

Re: [Xdoclet-user] ReadOnly properties in VOs

2002-12-16 Thread Matt Vincent
I'm also very interested in this capability, but have been unable to locate a easy way to do this. As you probably know, the deprecated Data Object does allow you to do this. I think (but am not sure) that you can only control VO get & set together with an exclude: @ejb:value-object match="*" exc

[Xdoclet-user] where can I get xdoclet nightly build?

2002-12-16 Thread Herve Tchepannou
Title: where can I get xdoclet nightly build? where can I get xdoclet nightly build? Herve Tchepannou Software Engineer Objexis Coorporation Phone: (514) 932 3295 Ext. 231 mailto:[EMAIL PROTECTED] Objexis Coorporation http://www.objexis.com 1635 Sherbrooke West, Suite #405 Montreal, Qc H3H

[Xdoclet-user] ReadOnly properties in VOs

2002-12-16 Thread Craig Dickson
Is there a way to mark a property in an Entity bean class so that the generated VO will only provide a getter and not a setter?   Thanks.

Re: [Xdoclet-user] The image on http://xdoclet.sourceforge.net/1.2beta/index.html

2002-12-16 Thread Erik Hatcher
Yup, that was a screenshot from my PowerBook running XDocletGUI - which is a project in XDoclet's CVS. I've not used it other than to try it out, but there are IDE plugins (jEdit, IDEA, more?) already available, as well as the standalone Swing app that is in that screenshot. Erik Lennart Pe

[Xdoclet-user] S[LF]SB jndi-prefix other than EB?

2002-12-16 Thread Rupp,Heiko
Hi, with XDclet 1.2b1 I have a session bean test/BlaBean and a entity Bean test/FooBean In BlaBean I have @ejb.bean jndi-name="Bla" In FooBean I have @ejb.bean jndi-name="Foo" Now, the entity bean gets a dd entry of "ejb/Foo" while the Session bean (BlaBean) gets an entry of "test/Bla" (t

[Xdoclet-user] The image on http://xdoclet.sourceforge.net/1.2beta/index.html

2002-12-16 Thread Lennart Petersson
what's that??? A nice looking mac app handling xdoclet tags??? /Lennart --- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devcha

RE: [Xdoclet-user] SURVEY: Documentation Format Questions

2002-12-16 Thread Rupp,Heiko
> I can wholeheartedly underline Joey's comments. The doco > generated courtesy Go and vote for XDT 196 in Jira :-) -- Bancotec GmbH EMail: [EMAIL PROTECTED] Calwer Str. 33 Telefon: +49 711 222 992 900 D-70173 Stuttgart Telefax: +49 711 222 992 999 Ein Unternehmen der Cellent AG http:/

Re: [Xdoclet-user] Polymorphic CMP

2002-12-16 Thread David Jencks
If you are willing to traverse relationships exclusively through value objects rather than directly I'd think you could use compile-time knowledge of the inheritance hierarchy to: when you do a find, actually do the find on all classes in the inheritance hierarchy at or below the requested class

[Xdoclet-user] @weblogic.finder ??

2002-12-16 Thread Reeves, Paul
Can anyone tell me if there are the @weblogic.finder tags in XDocLet as there are for JBoss (@jboss.finder-query)? Reason being is that we would like to be able to support Weblogic and JBoss and want to use app server specific queries since EJB-QL does not support LIKE with finder parameters. Man

Re: [Xdoclet-user] SURVEY: Documentation Format Questions

2002-12-16 Thread Bruce Scharlau
At 18:13 15/12/2002 -0500, you wrote: > From: Aslak Hellesoy [mailto:[EMAIL PROTECTED]] > Sent: Sunday, December 15, 2002 10:08 AM > Subject: RE: [Xdoclet-user] target-relation ? > > That's a very nice explanation Brian. Could you wrap it up as > an xdoc and > link to it form navigation.xml? Yes,

RE: [Xdoclet-user] Polymorphic CMP

2002-12-16 Thread Alex Loubyansky
I'm thinking about something similar. In jboss-user we started something that touches this. http://www.mail-archive.com/jboss-user%40lists.sourceforge.net/msg24105.html I'll check your links. Thanks, alex > Is the polymorphic CMP discussion still alive for anyone here? Some > background links: >

Re: [Xdoclet-user] SURVEY: Documentation Format Questions

2002-12-16 Thread Meyer-Willner, Bernhard
I can wholeheartedly underline Joey's comments. The doco generated courtesy of Maven is really nice but what is missing for the tag parameters, next to the parameter name, type, applicability, description and mandatory (true/false), is for sure a complete list of the possible parameter values. I'm

[Xdoclet-user] Polymorphic CMP

2002-12-16 Thread Brian Topping
Is the polymorphic CMP discussion still alive for anyone here? Some background links: * http://www.onjava.com/lpt/a/2589, http://www.onjava.com/lpt/a/2697 * http://www2.theserverside.com/home/thread.jsp?thread_id=14161 * http://makeashorterlink.com/?H25C148C2 * http://www.mail-archive.com/xdoclet

[Xdoclet-user] unable to run the example

2002-12-16 Thread Arash Bijanzadeh
I got the sample compiled and copyed the ear file to jboss deply directory but jboss gives a lot of errors deploying it: -- 2002-12-16 11:47:05,706 WARN [org.jboss.system.ServiceController] Problem creating service jboss.j2ee:jndiName=ejb/ba nk/Teller,service=EJB java.lang.ClassNotFoundExceptio