You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Grégory OLIVER (JIRA)" <ji...@apache.org> on 2013/03/15 09:18:14 UTC

[jira] [Updated] (JCR-3456) Implements BindValue : "id is not a known bind variable name in this query"

     [ https://issues.apache.org/jira/browse/JCR-3456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grégory OLIVER updated JCR-3456:
--------------------------------

    Fix Version/s: 2.4.4
    
> Implements BindValue : "id is not a known bind variable name in this query"
> ---------------------------------------------------------------------------
>
>                 Key: JCR-3456
>                 URL: https://issues.apache.org/jira/browse/JCR-3456
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-spi2dav
>    Affects Versions: 2.4.3
>         Environment: Linux
>            Reporter: Grégory OLIVER
>             Fix For: 2.4.4
>
>
> ValueFactory vf = session.getValueFactory();
> QueryManager queryMgr = session.getWorkspace().getQueryManager();
> String expression = "SELECT * FROM [nt:unstructured] WHERE id = $id ";
> Query query = queryMgr.createQuery(expression,Query.JCR_SQL2);
> query.bindValue("id", vf.createValue(id)); 
> QueryResult result = query.execute();
> >> failed with spi2dav because it doesn't seems to be implemented.
> Exception thrown a  "id is not a known bind variable name in this query".
> When I check the code, I found a possible reason in the org.apache.jackrabbit.spi2dav.RepositoryServiceImpl.checkQueryStatement : 
> // TODO implement

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira