Source Code for Webservice Datasource

Hi All,

I want to use the Webservice Datasource in the community edition of Jasper reports server. As I see it there is references to beans that are only in the pro version of the server and I wanted to see if there is a way of getting the plugin to work in the community edition of the JRS. I am unable to find the source repo anywhere. Can someone tell me who is maintaining the plugin or where I would go to access the source

 

Thanks

Ciaran

ciaran.waters's picture
Joined: Mar 2 2016 - 3:06am
Last seen: 7 years 3 months ago

4 Answers:

Hi Ciaran - looks like if you open the JAR files, the source code is contained within them - and if you need the Jaspersoft source code you can find instructions here

If you want to contribute a patch to make this work in both Pro & CE, I can submit it for review. Best of luck!

ernestoo's picture
18292
Joined: Nov 29 2010 - 11:59am
Last seen: 5 years 8 months ago

Thanks for the responses above.

Just for the sake of clarity. The issue I was having was around the use of a bean named "queryLanguagesPro" in the applicationContext-WebServiceDataSource.xml file. Once that bean ref was changed to "queryLanguagesCE" then everything worked ok.

 

 

ciaran.waters's picture
Joined: Mar 2 2016 - 3:06am
Last seen: 7 years 3 months ago

Cirans fix does work, I was able to make the webservices plug-in work on the jasper server reports by changing the QueryLanguagesPro to queryLanguagesCE -  Thanks

pavan.peddada's picture
Joined: Apr 28 2016 - 3:13pm
Last seen: 7 years 2 weeks ago

While the fix allows the jasperserver context to load, the value must be specified as "queryLanguagesCe" on Linux (notice the lower case "e") on JasperReports Server CE version 6.2.1.

Jeff

jefflv's picture
18
Joined: Jul 22 2015 - 5:30am
Last seen: 6 months 1 week ago
Feedback
randomness