[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-3550) EntityQuery and ordering issue

Pete Muir (JIRA) jira-events at lists.jboss.org
Mon Oct 13 07:51:31 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBSEAM-3550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pete Muir updated JBSEAM-3550:
------------------------------

    Fix Version/s: 2.1.0.GA
         Assignee: Norman Richards


> EntityQuery and ordering issue
> ------------------------------
>
>                 Key: JBSEAM-3550
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3550
>             Project: Seam
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.1.0.CR1
>            Reporter: Jarek Gilewski
>            Assignee: Norman Richards
>             Fix For: 2.1.0.GA
>
>
> I cannot call
> setOrderColumn("pi.payment.name"); // for joined tables
> for EntityQuery.
> I got 
> java.lang.IllegalArgumentException: invalid order column
> 	at org.jboss.seam.framework.Query.sanitizeOrderColumn(Query.java:445)
> 	at org.jboss.seam.framework.Query.setOrderColumn(Query.java:436)
> I can see at Query.java that the column name is checked with pattern "\\w*$" (ORDER_COLUMN_PATTERN) wich i guess don't allowe the dot in the order column name. 
> Can we chcenge the ORDER_COLUMN_PATTERN to allow ordering by related columns? 
> I think it should be something like this '^(\w+)(\.\w+)*$'.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list