ExpressionBuilder only allows literals and attributes as function arguments. It 
should allow any expression
-----------------------------------------------------------------------------------------------------------

         Key: GEOT-822
         URL: http://jira.codehaus.org/browse/GEOT-822
     Project: GeoTools
        Type: Improvement

  Components: filter & expression  
    Versions: 2.3.M0    
    Reporter: Gabriel Roldán
 Assigned to: Justin Deoliveira 
    Priority: Critical
     Fix For: 2.3.M0
 Attachments: expr.jjt.diff

expr.jjt contains the grammars for ExpressionBuilder. Currently, the grammar 
does only defines literals and attributes as allowable function arguments, when 
it should be any expression, so for example a function argument could be the 
result of another function, like in the expression: strConcat(strConcat("bh.", 
BGS_ID), ".sp")

Attached is a patch that makes it.

Justin I'm assigning this to you since is quite blocker for complex-features, 
thus should be merged on fm branch.

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



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to