[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xmlbeans-dev
Subject:    [jira] Resolved: (XMLBEANS-26) XMLCursor does not work
From:       jira () apache ! org
Date:       2004-03-06 5:42:31
Message-ID: 386131081.1078551751882.JavaMail.apache () nagoya
[Download RAW message or body]

Message:

   The following issue has been resolved as WON'T FIX.

   Resolver: Eric Vasilik
       Date: Fri, 5 Mar 2004 9:42 PM

XmlCursor is not broken.  The execQuery functionality is not available until an open \
source query engine can be found and hooked up.  xqrl.jar is available with BEA \
                products.
---------------------------------------------------------------------
View the issue:
  http://nagoya.apache.org/jira/secure/ViewIssue.jspa?key=XMLBEANS-26

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XMLBEANS-26
    Summary: XMLCursor does not work
       Type: Bug

     Status: Resolved
   Priority: Major
 Resolution: WON'T FIX

    Project: XMLBeans

   Assignee: 
   Reporter: Babu

    Created: Thu, 4 Mar 2004 12:08 PM
    Updated: Fri, 5 Mar 2004 9:42 PM
Environment: JDK1.4.1
XMLBeans V1


Description:
When I tried to execute the following query, i get unsupported exception. I don't see \
anywhere xqrl.jar. How do I build it? or where can I find it?




QUERY:
---------


String nsText = "declare namespace po = 'http://openuri.org/easypo'";
String pathText = "$this/po:purchase-order/po:line-item[po:price <= 20.00]";
String queryText = nsText + pathText;

XmlCursor itemCursor = doc.newCursor().execQuery(queryText);
System.out.println(itemCursor.xmlText());

This code creates a new cursor at the start of the document


EXCEPTION:
-----------


java.lang.UnsupportedOperationException: This operation requires xqrl.jar
	at org.apache.xmlbeans.impl.store.XqrlDelegate.invoke(XqrlDelegate.java:70)
	at org.apache.xmlbeans.impl.store.XqrlDelegate.compileQuery(XqrlDelegate.java:46)
	at org.apache.xmlbeans.impl.store.Path.getCompiledQuery(Path.java:223)
	at org.apache.xmlbeans.impl.store.Path.getQuery(Path.java:203)
	at org.apache.xmlbeans.impl.store.Path.query(Path.java:236)
	at org.apache.xmlbeans.impl.store.Cursor.execQuery(Cursor.java:2938)
	at org.apache.xmlbeans.impl.store.Cursor.execQuery(Cursor.java:2944)
	at com.qwest.abacus.xml.TestClient2.search(TestClient2.java:91)
	at com.qwest.abacus.xml.TestClient2.main(TestClient2.java:27)







---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


- ---------------------------------------------------------------------
To unsubscribe, e-mail:   xmlbeans-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org
Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic