Jump to content

wichogg

Members
  • Posts

    14
  • Joined

  • Last visited

 Content Type 

Forum

Downloads

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Events

Profiles

Posts 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.  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

  3.  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.

  4.  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
  5.  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.

  6.  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

×
×
  • Create New...