XQueryXPath example fails to run. 
----------------------------------

                 Key: XMLBEANS-383
                 URL: https://issues.apache.org/jira/browse/XMLBEANS-383
             Project: XMLBeans
          Issue Type: Bug
          Components: Samples
    Affects Versions: Version 2.4 
         Environment: Mac osX 10.5
            Reporter: Dirk Joosen
             Fix For: Version 2.4 


I try the example XQueryXPath with the following versions:
XMLBeans 2.4.0
saxonb9-1-0-2j.
I'm able to build the project ant build without any failueres.
The tests however fails:
unning ExecQuery.selectEmpsByStateCursor

Exception in thread "main" java.lang.IllegalArgumentException: Sender can only 
handle document or element nodes
        at net.sf.saxon.event.Sender.send(Sender.java:174)
        at net.sf.saxon.event.Sender.send(Sender.java:50)
        at net.sf.saxon.Configuration.buildDocument(Configuration.java:2973)
        at 
org.apache.xmlbeans.impl.xquery.saxon.XBeansXQuery.execQuery(XBeansXQuery.java:83)
        at 
org.apache.xmlbeans.impl.store.Query$DelegateQueryImpl$DelegateQueryEngine.cursorExecute(Query.java:384)
        at 
org.apache.xmlbeans.impl.store.Query$DelegateQueryImpl.cursorExecute(Query.java:282)
        at org.apache.xmlbeans.impl.store.Query.cursorExecQuery(Query.java:80)
        at org.apache.xmlbeans.impl.store.Cursor._execQuery(Cursor.java:1336)
        at org.apache.xmlbeans.impl.store.Cursor._execQuery(Cursor.java:1331)
        at org.apache.xmlbeans.impl.store.Cursor.execQuery(Cursor.java:3839)
        at 
org.apache.xmlbeans.samples.xquery.ExecQuery.updateWorkPhone(ExecQuery.java:75)
        at 
org.apache.xmlbeans.samples.xquery.XQueryXPath.executeQueries(XQueryXPath.java:75)
        at 
org.apache.xmlbeans.samples.xquery.XQueryXPathTest.main(XQueryXPathTest.java:29)


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to