Hi Aslak and All,

I am going crazy on this, but here is what I have so
far, may be one of you will be able to point me in the
right direction :-)

What happens is that I have about 100 entity beans and
some of then get wrongly generated local interfaces in
jdk 1.4.x and XDt 1.1.2; they are correctly generated
in jdk 1.3.1.

What is happening is that some of the bean's ejbCreate
methods prototypes are not generated in the bean home
interface (I have not been able to isolate in which
conditions this happens).

If the only thing I change is to use jdk 1.3.1_x, then
it all works fine.  However by using jdk 1.4.x the
ejbdoclet processing is considerably faster (35%).

I do have a work around for the problem. I just need
to "touch" (update timestamp) the wrongly generated
beans after the first xdoclet run and they are rightly
generated the next time I run xdoclet (all this in jdk
1.4.x).

I have played with the <fileset> tags in ant to see if
there was a dependency problem among the beans, but
this did not seem to matter in the end result.

Any pointers will be appreciated, and if nothing else,
I guess I should plan to move to XDt 1.2b1 since I
don't trust jdk 1.4.1 javadoc anymore.

Thanks in advance for any help you can offer, JC :-)

--- Aslak_Hellesoy <[EMAIL PROTECTED]> wrote:
> 
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> >
> [mailto:xdoclet-user-admin@;lists.sourceforge.net]On
> Behalf Of Carlos
> > Cardenas
> > Sent: 25. oktober 2002 20:20
> > To: xdoclet-user
> > Subject: [Xdoclet-user] XDt 1.1.2 don't seem to
> work with jdk 1.4.x
> >
> >
> > Hi All,
> >
> > I've been trying to use the XDt 1.1.2 and jdk
> 1.4.x
> > and it doesn't work.
> >
> > The problem seems to be that even though I have a
> > create method in my bean source file, 1.4.x
> javadoc is
> > not finding it.  The create method that's found is
> 
> I doubt javadoc has bugs like this. If you generate
> API docs, do you get
> docs for the method? It's the same engine behind
> Javadoc API generation and
> XDoclet 1.1.2.
> 
> > ejbCreate( Long, boolean) the one I am missing
> happens
> > to be ejbCreate( Long ).
> >
> > The correct methods are generated in XDt 1.1.2 and
> jdk
> > 1.3.1_06.
> >
> > Is this a known problem?
> 
> Not that I know of.
> 
> > Is javadoc in 1.4.x broken?
> 
> Not that I know of.
> 
> > is there a known work around?
> >
> 
> Not as far as I know. This is new to me.
> Please send us some code that will help us reproduce
> the behaviour. Both
> java and Ant code please.
> 
> > The thing is that running xdoclet with jdk 1.4.x
> is
> > MUCH faster that previous versions, but no use
> since
> > results are wrong.
> >
> > I can not move to XDt 1.2b at this point, may be
> soon.
> >
> 
> Then you can look forward to even greater
> performance. Javadoc is gone in
> favour of our much faster xjavadoc.
> 
> > Thanks for any help, JC :-)
> >
> > __________________________________________________
> > Do you Yahoo!?
> > New DSL Internet Access from SBC & Yahoo!
> > http://sbc.yahoo.com
> >
> >
> >
>
-------------------------------------------------------
> > This sf.net email is sponsored by: Influence the
> future
> > of Java(TM) technology. Join the Java Community
> > Process(SM) (JCP(SM)) program now.
> >
>
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
> > _______________________________________________
> > Xdoclet-user mailing list
> > [EMAIL PROTECTED]
> >
>
https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> 
> 
> 
>
-------------------------------------------------------
> This sf.net email is sponsored by: Influence the
> future 
> of Java(TM) technology. Join the Java Community 
> Process(SM) (JCP(SM)) program now. 
>
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/xdoclet-user



__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to