Hi there,
I am facing a very strange issue: I have an EJB3 (running on top of JBoss-4.0SP3) application which was running fine since it was deployed 2 years ago.
In that app, a specific object has its id declared as:
@Id(generate = GeneratorType.TABLE)
public int getProjectId() {
return projectTimesheetLineId;
}