Remote XML Datasource in JasperReports Server 5.5?

I am unable to get a remote XML datasource to work in JasperReports Server 5.5.  It works fine in studio.  I've followed allong with several examples that I found, including the Twitter API example, that indicate you need to define the XML_URL paramter.  I do that within my report and the server debug output still displays the following:

 

2013-11-12 10:29:16,687 DEBUG JRXPathQueryExecuter,pool-4-thread-7:106 - XPath query: /list/table5Item
2013-11-12 10:29:16,687  WARN JRXPathQueryExecuter,pool-4-thread-7:128 - No XML source was provided.
 
A test jrxml is attached that works correctly in studio and fails in the server is attached. . .
 
Any suggestions?
john_8's picture
13
Joined: Nov 12 2013 - 10:03am
Last seen: 5 years 1 month ago

1 Answer:

Have you looked at the custom data source stuff in the Ultimate Guide?  I don't think it's fully up-to-date, but it might get you started.

community-static.jaspersoft.com/system/files/documentation/js-ultimate-guide-5.0.pdf

elizam's picture
14458
Joined: Mar 5 2012 - 9:19am
Last seen: 2 years 10 months ago

Just as you posted this I figured it out . . . was not using the correct extension jar. Version I had had no XML_URL field defined. jasperreports-extensions-3.5.3.jar placed in the lib folder and all is working . . .

john_8 - 9 years 7 months ago
Feedback