[ 
https://issues.apache.org/jira/browse/OPENJPA-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505578
 ] 

Craig Russell commented on OPENJPA-259:
---------------------------------------

Well, \n isn't ascii 14 and \t isn't ascii 20. They're just letters and don't 
translate literally into ascii.

> Ability to parse EJB QL multiline queries in orm.xml
> ----------------------------------------------------
>
>                 Key: OPENJPA-259
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-259
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: kernel
>    Affects Versions: 0.9.7
>         Environment: Windows XP
>            Reporter: Ognjen Blagojevic
>             Fix For: 1.0.0
>
>         Attachments: OPENJPA-259.patch
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to