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
.....
Then I try to parse it by XDoclet - I'm got following error:
Running <remoteinterface/>
Error parsing File D:\Java\projects\NLMPrototype2\server\NLMPrototypeServerUtils\src\
nlmprototype\server\utils\SequenceSessionBean.java:Encountered ";" at line 32, column
6.
Was expecting one of:
"abstract" ...
"boolean" ...
..........
Looks lide XDoclet don't understand internal classes. Or may be I am
doing something wrong.
-------------------------------------------------------
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