Jump to content
We've recently updated our Privacy Statement, available here ×

wichogg

Members
  • Posts

    14
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by wichogg

  1. hello. activation-1.1.jar axis-1.4patched.jar axis.jar commons-codec-1.3.jar commons-collections-3.2.jar commons-digester-1.7.jar commons-discovery-0.4.jar commons-httpclient-3.1.jar commons-logging-1.0.4.jar jasoerreoirts-4.0.0.jar jasperserver-common-ws-4.0.0.jar jasperserver-ireport-plugin-4.0.0.jar jasperserver-jar-jar-4.0.0.jar jasperserver-sw-client-4.0.0.jar jaxrpc.jar mail-1.4.jar saaj-ri-1.1_02.jar wsdl4j-1.5.2.jar xercesImpl-2.7.1.jar
  2. It didnt seem logic for me too, but the jasperserver-ireport-plugin-3.7.0.jar was the only jar i found in te repository maven for jaseper server 4.0 the only problem i have with this is that the responses are slow from time to time.
  3. I have a working example of the WSCLIENT provied by jasperforge. download the attachmet and add the necesary libraries asked by netbeans 7.0 hope this will help you.
  4. have you already try to find the jar or the lookup.java file in the repository maven? maeby that could help you
  5. i have made a project to display reports with web services, this are the jar's i included in my project: activation-1.1.jar axis-1.4patched.jar axis-jaxrpc-1.3.jar axis.jar commons-codec-1.3.jar commons-collections-3.2.jar commons-digester-1.7.jar commons-discovery-0.4.jar commons-httpclient-3.1.jar commons-logging-1.0.4.jar jasperreports-4.0.0.jar jasperserver-common-ws-4.0.0.jar jasperserver-ireport-plugin-4.0.0.jar jasperserver-war-jar-4.0.0.jar jasperserver-ws-client-4.0.0.jar jaxrpc.jar mail-1.4.jar saaj-ri-1.1_02.jar wsdl4j-1.5.2.jar xercexImpl-2.7.1.jar i did have a problem with one jar (don't remember wich one), but it was a newer version that i replaced with an older version and problem solved. there's an attachment in this link that may help you out. http://jasperforge.org/plugins/espforum/view.php?group_id=102&forumid=103&topicid=87405
  6. I have solved this, apparently i was missing some extra jar's in the project library. It's seems to be easy to execute the web services example but it took me a lot of time to make it functional. I want to share a netbeans 7 ready working example with jasper reports server in localhost and tomcat as web app server. hop it helps somebody.
  7. I am trying to show reports trough a web service as describe in the JasperServer-Web-Services-guide.pdf (Section 2.4.2) I'm getting a server error: java.lang.NoClassDefFoundError: Could not initialize class com.jaspersoft.jasperserver.ws.xml.Unmarshaller I have already look into the jar's attached to my project and found this class, i also try to download the jar again and change it but i got the same result. Does anyone have any idea what could be wrong? Thank you Code: String webServiceUrl = "http://alfresco:8080/jasperserver/"; String username = "jasperadmin"; String password = "jasperadmin"; MyJIClient client = new MyJIClient(webServiceUrl, username, password); String uri ="http://alfresco:8080/jasperserver/"; List ls = client.list(uri); Post Edited by wichogg at 05/09/2011 19:45
  8. Hello everyone. Can any body guide me on how to make an HTTP request (with user and password) to JasperServer? I want to call the jasperserver application from my own application wich is in another server... thanks in advanced.
  9. Right click in your crosstab and select "crosstab Data" to select/deselect "data is presorted" the problem with this option may be that your data will not look like matrix style.
  10. The problem for me was to get months in the right order, not alphabetic order, to solve this i got the number and name for each month, sort the crosstab by number and delete the display field from report. If you can manage to set the right order in an additional field form your Data base query and then delete the display field you will solve your problem. Hop this help you
  11. Code:Thank you for the semi solution, it worked for me.
  12. Hi!!! I have try your trick with the numbers but when i substring the parameter, my order got lost again, have anyone already solved this? The query i made from my data base is in the order i desire, my problem is that the croostab re-order the data
×
×
  • Create New...