Home » Eclipse Projects » Dali » validation error
| validation error [message #729089] |
Sat, 24 September 2011 22:34  |
Ari Meyer Messages: 136 Registered: July 2009 |
Senior Member |
|
|
Hi,
I just upgraded from Eclipse w/ WTP 3.6.2 to 3.7.1 (Dali 3.0.1), and it
appears Dali's validation is stricter or perhaps has a bug. I got no
errors with 3.6.2, but now I'm getting:
The identification variable 'mil' is not defined in the FROM clause. orm.xml
and this is:
w.approvalStatus = mil.army.usace.p2.constants.ApprovalStatus.PENDING
in the context of:
<named-query name="workflowProcess">
<query>
SELECT w
FROM WorkflowProcess w
WHERE w.projectId = :projId
AND w.processTypeWorkflowStatusId = :statusId
AND w.approvalStatus =
mil.army.usace.p2.constants.ApprovalStatus.PENDING
AND w.workflowCycleCount = :count
</query>
</named-query>
Can anyone tell me why it's mistaking that package name for an
identification variable? Do I need to make some change now?
Thanks,
Ari
|
|
|
Goto Forum:
Current Time: Tue Jun 18 03:31:27 EDT 2013
Powered by FUDForum. Page generated in 0.04641 seconds
|