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

krishnarhl

Members
  • Posts

    18
  • Joined

  • Last visited

krishnarhl's Achievements

Apprentice

Apprentice (3/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  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.?
×
×
  • Create New...