RE: [Xdoclet-user] summary of 7 xdoclet-websphere bugs

2003-08-14 Thread Matthew Pryor
I'll try one more time just in case anyone is feeling helpful. Is there any change someone can email me the attachments that originally came with the post referenced below; a bunch of patched to WebSphere support Thanks, Matthew > -Original Message- > From: Matthew P

[Xdoclet-user] class information for classes not scanned as source

2003-08-14 Thread Matthew Pryor
I am using xdoclet 1.2b3 with jdk 1.4.1 on windows XP I realize this is probably more of an XJavadoc question but I have an XDT template that is trying to generate a proxy class, in there is an attempt to generate a proxy method for each method implemented by this class or any inherited methods.

RE: [Xdoclet-user] summary of 7 xdoclet-websphere bugs

2003-08-05 Thread Matthew Pryor
Hi, I am trying to track down the patches mentioned in this post http://www.mail-archive.com/[EMAIL PROTECTED]/msg12404.htm l But since I wasn't on the list then and the mail-archive version doesn't appear to have attachments and the sf.net mail archives are dead/down and they don't appear to ha

RE: [Xdoclet-user] Templates eclipse for Xdoclet

2002-06-13 Thread J. Matthew Pryor
Won't there be swing/SWT issues ? jmp > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Emerson > Cargnin - MSA > Sent: Friday, June 14, 2002 8:13 AM > Cc: [EMAIL PROTECTED] > Subject: Re: [Xdoclet-user] Templates eclipse for Xdoclet > > > > ok, i'll,

RE: [Xdoclet-user] @ejb:interface extends

2002-06-06 Thread J. Matthew Pryor
I think what you want is : /** * * @ejb:interface local-extends="foo.FooLocal" extends="foo.Foo" * */ i.e. everything in the one tag jmp > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > [EMAIL PROTECTED] > Sent: Thursday, June 06, 2002 11:1

RE: [Xdoclet-user] regenerating and id for ejb-refs

2002-05-22 Thread J. Matthew Pryor
ell, to make > using xdoclet and AAt/... tools easier xdoclet generates ids which are > compatible with those tools. > > Ara. > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:xdoclet-user- > > [EMAIL PROTECTED]] On Behalf Of J. Matthew Pryor > &

RE: [Xdoclet-user] useIds and XDoclet 1.1.2 & ejb-jar_xml.j & ejb-body.j

2002-05-22 Thread J. Matthew Pryor
rom: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of J. Matthew > Pryor > Sent: Wednesday, May 22, 2002 3:23 PM > To: [EMAIL PROTECTED] > Subject: [Xdoclet-user] useIds and XDoclet 1.1.2 & ejb-jar_xml.j & > ejb-body.j > > > Is there any chance that the XD

[Xdoclet-user] useIds and XDoclet 1.1.2 & ejb-jar_xml.j & ejb-body.j

2002-05-21 Thread J. Matthew Pryor
Is there any chance that the XDtMerge inside ejb-jar_xml could be resetting the useIds flag ? I get ids for the outer elements of my ejb-jar XML file (that come from ejb-jar_xml.j), but the inner elements (like ejb-local-ref) don't get them (those that come from ejb-body.j) I have explicitly set

[Xdoclet-user] regenerating and id for ejb-refs

2002-05-21 Thread J. Matthew Pryor
In ejb-body.j, local-ref (and other XML elements) get an id generated with the XDtId:prefixedId , something like this Now this results in sequential, increasing ids like EJBLocalRef_1, _2 etc The problem is that the IBM XMI template ibm-ejb-jar-bnd_xmi.j needs to be able to generate a

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

2002-05-21 Thread J. Matthew Pryor
After having some difficulty getting refs & local refs to work, I discovered that if you are referring to an EJB that is not part of the current set of files being processed by XDoclet, it will not work. You have to use ejb-external-ref and manually specify the home & interface classes. Perhaps t

RE: [Xdoclet-user] websphere and xdoclet

2002-05-01 Thread J. Matthew Pryor
Ara, What are the WAS 4 enhancements ? We have several WAS 4 issues we'd like to solve and would be willing to contribute back if they are general thx, jmp > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Ara > Abrahamian > Sent: Tuesday, April 16

RE: [Xdoclet-user] Java meta-data JSR from Sun

2002-03-24 Thread J. Matthew Pryor
time APIs so that tools and libraries can > accesss metadata information at deployment time and at runtime'. > > cheers > dim > > - Original Message - > From: "J. Matthew Pryor" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Mon

[Xdoclet-user] Java meta-data JSR from Sun

2002-03-24 Thread J. Matthew Pryor
Did people see this ? Sun has submitted a JSR for including annotations (metadata) in Java source http://www.jcp.org/jsr/detail/175.jsp No specific mention of xdoclet, but it seems like there must be an overlap jmp ___ Xdoclet-user mailing list [EMA

[Xdoclet-user] client-view-jar support

2002-03-05 Thread J. Matthew Pryor
I have to admit to being a bit vague on the details of the client-view-jar (despite having read the EJB spec) but I am wondering what support there is for specifying the client-view in the EJB JAR DD I can't see any tags or merge points that deal with the ejb client view ? Did I miss something

RE: [Xdoclet-user] Home lookups in the EJB util object

2002-03-04 Thread J. Matthew Pryor
Why not generate methods to use both by name i.e. lookupByCompName() & lookupByJNDIName() ? That way it can be used on client & server side ? jmp > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Ara > Abrahamian > Sent: Tuesday, March 05, 2002 3:1

RE: [Xdoclet-user] ejb-body.j and EJB 1.1 security

2002-02-28 Thread J. Matthew Pryor
AM > To: [EMAIL PROTECTED] > Subject: RE: [Xdoclet-user] ejb-body.j and EJB 1.1 security > > > >FROM: J. Matthew Pryor > >DATE: 02/28/2002 03:46:38 > > > >Thanks got my local patch working. > > > >Want me to email it in, it is a very simple change if some

RE: [Xdoclet-user] ejb-body.j and EJB 1.1 security

2002-02-28 Thread J. Matthew Pryor
Thanks got my local patch working. Want me to email it in, it is a very simple change if someone has the time to submit it jmp > -Original Message- > From: Ara Abrahamian [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 28, 2002 7:25 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] >

[Xdoclet-user] ejb-body.j and EJB 1.1 security

2002-02-27 Thread J. Matthew Pryor
I have a tag on my bean * @ejb:security-identity run-as="sa" Now this is supposed to be an EJB 2.0 only tag but if I generate with EjbSpec="1.1" I still get the security-identity element in ejb-jar.xml It would seem that ejb-body.j needs a guard like this around the section that starts wi

[Xdoclet-user] mild refactoring of info tags & subtask

2002-01-28 Thread J. Matthew Pryor
Hi, I wanted to be able to have info style doc tags on fields so I could export documentation of public static String CONSTANTS but it wanted something very similar to what the current todo tags support generates. i.e. /** * @MyDocTag this is a constant that you want to generate info about */

RE: [Xdoclet-user] Looking for Suggestions with JAXB problem

2002-01-20 Thread J. Matthew Pryor
If you are interested in a slightly different solution, I have written some preliminary TagHandlers for the Zeus project, which IMO works a whole lot better than the JAXB RI (well for DTDs anyway) I was frustrated with JAXB RI and its closed code generation, so I thought the XDoclet template engi

[Xdoclet-user] ConfigTagsHandler.getConfigParameter

2002-01-03 Thread J. Matthew Pryor
I think this is a bug, unless I just read the documentation incorrectly ApacheSoapSubTask has a config param called entityEjbProvider, but if I use this in a template ConfigTagsHandler claims there is no such config param. It has to do with the case of the first letter if I change it to it

RE: [Xdoclet-user] Re: NullPointerException - help!

2002-01-03 Thread J. Matthew Pryor
tails You should have better luck set up that way. I use custom templates all the time Cheers, Matthew --- j. matthew pryor <[EMAIL PROTECTED]> versata, inc > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTE

[Xdoclet-user] minor bug in weblogic-ejb-jar-xml.j

2002-01-01 Thread J. Matthew Pryor
The weblogic-ejb-jar-xml.j template emits message driven beans even if the EJB spec version is set to 1.1 The section that starts needs to be bracketed with a test for the spec version, something like I am not sure about other features that are pre-2.0, I didn't che

RE: [Xdoclet-user] WSDL ?

2002-01-01 Thread J. Matthew Pryor
] > Subject: RE: [Xdoclet-user] WSDL ? > > > I've never used WSDL, so why should I add WSDL support? :-) > > Ara. > > > -Original Message- > > From: J. Matthew Pryor [mailto:[EMAIL PROTECTED]] > > Sent: Friday, November 16, 2001 1:57 AM > >

[Xdoclet-user] getting the name of a method parameter

2001-12-27 Thread J. Matthew Pryor
It looks like the ParameterTagsHandler doesn't expose the name of a parameter I can say but not ParamterTagsHandler would seem to need a method like this : /** * Returns the name of the current method parameter, current method parameter * is set inside a forAllMethod

RE: [Xdoclet-user] Entity BMP, EJB2.0

2001-12-17 Thread J. Matthew Pryor
> And so on and so forth :-) Was this answer what you were asking for? Well with so much detail yes of course, definitely an interesting answer I read with interest you previous posts about webwork and the command pattern, this is certainly a nice way to leverage it. Would the setEntity() metho

RE: [Xdoclet-user] Entity BMP, EJB2.0

2001-12-17 Thread J. Matthew Pryor
> At first I wanted to have each entity be two classes: XBean, containing > the business logic and abstract get/sets, and then XJDBC which > subclasses XBean and implements ejbLoad/ejbStore for BMP. But that > didn't quite work, so instead I made a superclass EntitySupport that > XBean could e

RE: [Xdoclet-user] unable to run

2001-11-29 Thread J. Matthew Pryor
This is just a hunch based on a brief inspection of the code, but try setting destinationfile="{0}.txt" in your templatedoclet subtask to tell the template doclet subtask to call the template on a per class basis, I think it is calling it with all the classes at once in which case your template sh

[Xdoclet-user] RE: support for non-javadoc based template generation

2001-11-28 Thread J. Matthew Pryor
3:19 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: support for non-javadoc based template generation > > > Thanks, I will. > Anyway what's your impression? Is it good for using it as a standalone > package? > > Ara. > > > -Original

[Xdoclet-user] support for non-javadoc based template generation

2001-11-27 Thread J. Matthew Pryor
OK I have successfully written and used the xdoclet template engine with a non-javadoc source of meta-data (the Zeus binding framework specifically) Very cool, thanks for the refactoring Ara. Since my TagHandlers don't have anything to do with javadoc and hence don't inherit from XDocletTagSuppo

RE: [Xdoclet-user] WSDL ?

2001-11-15 Thread J. Matthew Pryor
it shouldn't be hard, so your contribution is welcome :-) > > Ara. > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:xdoclet-user- > > [EMAIL PROTECTED]] On Behalf Of J. Matthew Pryor > > Sent: Thursday, November 15, 2001 7:21 AM > > To:

[Xdoclet-user] WSDL ?

2001-11-14 Thread J. Matthew Pryor
Has anyone done any work with generating WSDL that would work with the apache soap deployment descriptors that are currently in xdoclet ? Cheers, jmp ___ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-

RE: [Xdoclet-user] example of use of TemplateEnigne outside of javadoc

2001-11-13 Thread J. Matthew Pryor
ocs/diagram this weekend. > > Ara. > > > -Original Message- > > From: J. Matthew Pryor [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, November 13, 2001 5:55 AM > > To: Ara Abrahamian; Dmitri Colebatch > > Cc: [EMAIL PROTECTED] > > Subject: RE: [X

RE: [Xdoclet-user] example of use of TemplateEnigne outside of javadoc

2001-11-12 Thread J. Matthew Pryor
ember 07, 2001 5:43 PM > To: Dmitri Colebatch; J. Matthew Pryor > Cc: [EMAIL PROTECTED] > Subject: RE: [Xdoclet-user] example of use of TemplateEnigne outside of > javadoc > > > Matthew only needs the TemplateEngine and nothing more, there's no > @tags and he just

RE: [Xdoclet-user] example use of tag

2001-11-05 Thread J. Matthew Pryor
gt; be used with each other. havingClassTag means the class should have the > specified class tag in it, otherwise ignore it. > > Note that currently you can't use ejb-specific tags, that's scheduled > for v1.1. > > Ara. > > > -Original Message- > >

RE: [Xdoclet-user] example use of tag

2001-10-10 Thread J. Matthew Pryor
t; > And {0} will be substituted by class name. Probably I'll also add a > derivedFrom and havingClassTag params so you'll be able to specify which > classes you want output for, not just all classes in the fileset. OK? > > Ara. > > > -Original Message----- &

[Xdoclet-user] example use of tag

2001-10-09 Thread J. Matthew Pryor
I was wondering if anyone had an example use of the template tag ? I can get it to work, but it appears that is gets passed the root of the JavaDoc run, where I was expecting to be able to apply a template to each individual class/interface I realize I can do this by changing the fileset, but I