|
From: Eric R. <ra...@cs...> - 2004-07-30 23:00:41
|
This may or may not be related to the hibernate xdoclet,,,,,
Generating hibernate mapping files fails if the source file contains
generics (ala JDK 1.5.Tiger)
[hibernatedoclet] Error parsing File Account.java:Encountered "<" at
line 73, column 16.
[hibernatedoclet] Was expecting one of:
[hibernatedoclet] <IDENTIFIER> ...
[hibernatedoclet] "[" ...
[hibernatedoclet] "." ...
[hibernatedoclet] "(" ...
[hibernatedoclet]
The offending line is the location of a generic collection:
private Set<Permission> permissions;
Note that at this point in the class file, there have been no xdoclet
annotations (they start lower down in the file).
|