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

krishnarhl

Members
  • Posts

    18
  • 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 krishnarhl

  1. @hozawa, Sorry for the late reply. Even if it is jasper file, i have to store it in our application DB directly from jaspersoft studio plugin. Do you know how to do that? We dont use jasper server now. But we are trying to do jasper reporting completely using jasper library. Thanks
  2. @hozawa, But publishing the report from the Jaspersoft studio will be a problem because we don't recommend storing the jrxml in a local path. Do you have any clue on that.?
  3. down votefavorite I have jasper server war and successfully ran it by deploying it to WebLogic server. Now I don't want the complete jasper server war file to be deployed instead I want to integrate the jasper server web service module as a dependency to the existing project. so that I can publish reports from Jaspersoft studio by calling a servlet in the existing application and that internally call the jasper server web services. Anyone has any idea how this can be done? any help is appreciated down votefavorite I have jasper server war and successfully ran it by deploying it to WebLogic server. Now I don't want the complete jasper server war file to be deployed instead I want to integrate the jasper server web service module as a dependency to the existing project. so that I can publish reports from Jaspersoft studio by calling a servlet in the existing application and that internally call the jasper server web services. Anyone has any idea how this can be done? any help is appreciated.
  4. <dependency> <groupId>com.jaspersoft</groupId> <artifactId>jrs-rest-java-client</artifactId> <version> </version> </dependency> Dependency should be specified separately. check jrs jar with dependency to see what are the dependent jars
  5. I have configured jasper server 6.0.1 with weblogic 12c server and oracle 10g database. When i try to run report from jasper server i get a IO exception. But the report will be running any further issues, the problem is i get the following exception in server console, <Jun 8, 2015 5:28:28 PM IST> <Error> <HTTP> <BEA-101019> <[servletContext@2037999787[app:jasperserver-ce module:jasperserver-ce.war path:null spec-version:3.0]] Servlet failed with an IOException java.io.IOException: An established connection was aborted by the software in your host machine at sun.nio.ch.SocketDispatcher.write0(Native Method) at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:51) at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93) at sun.nio.ch.IOUtil.write(IOUtil.java:65) at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:487) Can anyone please help..???
  6. Hi, did u get the solution for this problem? Because even i am facing the same issue. please Help
  7. Hi, I am trying to deploy jasperreports-server-community edition -6.0.1 on weblogic server and use oracle as the repository database. Some how i was able to do the same by editing the validation file and some property files. According to the documents and records, weblogic server and oracle are not supported in jasperreports-server-community edition. Is there any legal issues or licensing problems if i do that? Can anybody please confirm it. Very urgent. Thanks in advance.
  8. class Person{ [/code]String name; [/code]Address address; [/code]} [/code]Hi, I have two different classes, One is Person and another one is Address. The Person class has an object of Address class as one of its property as in the code.I cannot change the structure of the class and cannot add any collections because of other problems. My problem is, I want to use objects of Person class as datasource for my jasper report which has fields from both Person and Address Class. Can Somebody Please Help. Thanks in advance.
  9. Hi, did u get a solution for ur problem? Because even i am trying for the same. please share if got the solution. thanks in advance
  10. I want to create a table exactly like in the image(including gaps between columns, no left and top border for cells and shades on top border of table). Is it possible to create such a table in jasper report studio. please help me. Thanks in advance.
  11. I am trying to add a shadow around a Jasper Reports elements. I will be exporting the report to pdf. can anyone please tell how to do this.?
  12. I have one query. Please help me out. kindly refer the below given example. If I have 20 records with 20 columns, and my page can contain only 10 records with 10 columns at a time. In this case my data is coming like on first page of PDF first 10 records will display with first 10 columns, on second page next 10 records will display with first 10 columns and then remaining columns of first 10 records and so. But I want my output to be like on first page my first 10 records should come with first 10 columns and then on second page next 10 columns of first 10 records should display instead of next records' first 10 columns. Kindly suggest me the solution. Thanks in advance!
×
×
  • Create New...