[ https://issues.apache.org/jira/browse/XMLBEANS-383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638596#action_12638596 ]
Wing Yew Poon commented on XMLBEANS-383: ---------------------------------------- I ran the sample using saxonb9-0-0-4j. It works fine for me. When XMLBeans 2.4.0 was released, it was tested using the then-current Saxon release, saxonb9-0-0-4j. Can you try it with that release and see? > 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]