You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-users@xml.apache.org by chasee <ch...@yahoo.com> on 2003/10/04 00:43:59 UTC

IntegrationXmlRpc

Hi everyone:
 
8 out 71 test failed. is it what its suppposed to be? is the xml-rpc server working properly?
 
 
    [junit] Running org.apache.xindice.IntegrationXmlRpcTests
    [junit] Tests run: 71, Failures: 8, Errors: 2, Time elapsed: 45.022 sec
    [junit] Testsuite: org.apache.xindice.IntegrationXmlRpcTests
    [junit] Tests run: 71, Failures: 8, Errors: 2, Time elapsed: 45.022 sec
    [junit] ------------- Standard Error -----------------
    [junit] org.apache.xmlrpc.XmlRpcException: java.lang.Exception: org.w3c.dom.DOMException: This Node Cannot Contain This Child
    [junit]     at org.apache.xmlrpc.XmlRpcClient$Worker.execute(XmlRpcClient.java)
    [junit]     at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java)
    [junit]     at org.apache.xindice.client.xmldb.xmlrpc.CollectionImpl.runRemoteCommand(CollectionImpl.java:191)
    [junit]     at org.apache.xindice.client.xmldb.xmlrpc.CollectionImpl.query(CollectionImpl.java:569)
    [junit]     at org.apache.xindice.client.xmldb.XindiceCollection.query(XindiceCollection.java:292)
    [junit]     at org.apache.xindice.client.xmldb.services.QueryService.query(QueryService.java:131)
    [junit]     at org.apache.xindice.integration.client.services.XPathQueryTest.testFetchMultipleAttributeNode(XPathQueryTest.java:330)



============
thanks,
chasee

---------------------------------
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search

Re: IntegrationXmlRpc

Posted by Kevin O'Neill <ke...@apache.org>.
On Sat, 2003-10-04 at 08:43, chasee wrote:
> Hi everyone:
>  
> 8 out 71 test failed. is it what its suppposed to be? is the xml-rpc
> server working properly?
>  
>  
>     [junit] Running org.apache.xindice.IntegrationXmlRpcTests
>     [junit] Tests run: 71, Failures: 8, Errors: 2, Time elapsed:
> 45.022 sec
>     [junit] Testsuite: org.apache.xindice.IntegrationXmlRpcTests
>     [junit] Tests run: 71, Failures: 8, Errors: 2, Time elapsed:
> 45.022 sec
>     [junit] ------------- Standard Error -----------------
>     [junit] org.apache.xmlrpc.XmlRpcException: java.lang.Exception:
> org.w3c.dom.DOMException: This Node Cannot Contain This Child
>     [junit]     at
> org.apache.xmlrpc.XmlRpcClient$Worker.execute(XmlRpcClient.java)
>     [junit]     at
> org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java)
>     [junit]     at
> org.apache.xindice.client.xmldb.xmlrpc.CollectionImpl.runRemoteCommand(CollectionImpl.java:191)
>     [junit]     at
> org.apache.xindice.client.xmldb.xmlrpc.CollectionImpl.query(CollectionImpl.java:569)
>     [junit]     at
> org.apache.xindice.client.xmldb.XindiceCollection.query(XindiceCollection.java:292)
>     [junit]     at
> org.apache.xindice.client.xmldb.services.QueryService.query(QueryService.java:131)
>     [junit]     at
> org.apache.xindice.integration.client.services.XPathQueryTest.testFetchMultipleAttributeNode(XPathQueryTest.java:330)

This is a know issue. The RPC client will not handle certain result
types correctly due to wire protocol used.  Specifically queries that
don't return elements will have problems.


-k

> 
> ============
> thanks,
> chasee
> 
> 
> ______________________________________________________________________
> Do you Yahoo!?
> The New Yahoo! Shopping - with improved product search
-- 
If you don't test then your code is only a collection of bugs which 
apparently behave like a working program. 

Website: http://blogs.codehaus.org/people/kevin/
Pub Key: http://blogs.codehaus.org/people/kevin/public.asc