|
Hi, I'm new to the list so I'm sorry if this
question has been posted before. I'm
having a problem with a value object that XDoclet is
generating. It declares a variable
called employeeIDHasBeenSet at the beginning of the
source file. However the hasIdentity()
function returns a value EmployeeIDHasBeenSet, which
is incorrect because it is never declared.
If I change I change the "E" to an "e"
everything compiles fine, but then when I generate the source again it will be
incorrect. Any Ideas? Thanks, |
