Still having issues.
Even with a very basic query:
select pr from ProtocolRun pr
I get the following message:
"Encountered " "pr"" at line 1, column 35
Was expecting one of:
","...
"ORDER"...
"WHERE"...
"GROUP"...
"HAVING"...
"LEFT"...
"INNER"...
"JOIN"...
Robert
On Apr 3, 2009, at 4/31:41 AM , Andrus Adamchik wrote:
On Mar 30, 2009, at 8:01 PM, Robert Zeigler wrote:
The EJBQLQuery pane in the modeler appears to need some work, as
well; I haven't played with it extensively, but I put entered a
valid query and was informed by the modeler that the query was
invalid (I use the exact same query in my application with no
issues)... haven't filed an issue for this yet as I haven't had
time to look into it deeper (maybe there /was/ an issue with my
query. :) I'd prefer that to be taken care of before an M6
release, at least. I'll see if I can look into it today and file an
issue, if appropriate.
Robert
Hi Robert,
could you try your query with the trunk build of the Modeler? I just
applied the last patch by Olga that fixes a few error reporting
issues. To get a detailed message you need to roll the mouse over
the line number on the left (this is a bit unobvious, the plan is to
replace it with a red circle, Eclipse style).
Andrus