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
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.
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
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,
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
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
> &
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
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
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
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
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
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
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
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
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
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
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]
>
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
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
*/
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
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
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
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
]
> 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
> >
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
> 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
> 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
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
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
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
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:
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-
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
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
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-
> >
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-----
&
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
37 matches
Mail list logo