--- Denis Kruchkov <[EMAIL PROTECTED]> wrote:
> It's looks like there is error in XDoclet.
> I have following bean:
> 
> public class SequenceSessionBean implements
> javax.ejb.SessionBean {
>     private class Entry {
>         SequenceLocal sequence;
>         int last;
>     };   <--- XDoclet points here as error
>     .....
> 

It's xjavadoc, not xdoclet. AFAIK, semicolon is not
allowed after inner class declaration by grammar. 
Try to remove it. 

If then there is a problem with javac - raise JIRA
issue for xjavadoc. 

s privetom,

=====
----[ Konstantin Pribluda ( ko5tik ) ]----------------
Zu Verst�rkung meines Teams suche ich ab Sofort einen
Softwareentwickler[In] f�r die Festanstellung. 
Arbeitsort: Mainz 
Skills:  Programieren, Kentnisse in OpenSource-Bereich
----[ http://www.pribluda.de ]------------------------

__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com


-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to