
| Key: |
OPENJPA-259
|
| Type: |
Improvement
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Ognjen Blagojevic
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
|
|
Environment:
|
Windows XP
|
|
| Resolution Date: |
16/Jun/07 06:54 AM
|
|
Multiline queries in orm.xml like this one
<named-query name="Test.findAll">
<query>
select o
from Test o
</query>
</named-query>
Fail to execute with exception:
Error message: org.apache.openjpa.kernel.jpql.TokenMgrError: Lexical error at line 1, column 10. Encountered: "\n" (10), after : ""
Please, add the possibility to the parser to handle multiline queries.
|
|
Description
|
Multiline queries in orm.xml like this one
<named-query name="Test.findAll">
<query>
select o
from Test o
</query>
</named-query>
Fail to execute with exception:
Error message: org.apache.openjpa.kernel.jpql.TokenMgrError: Lexical error at line 1, column 10. Encountered: "\n" (10), after : ""
Please, add the possibility to the parser to handle multiline queries. |
Show » |
| No work has yet been logged on this issue.
|
|