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

Ching Ice-creaming

Members
  • Posts

    76
  • 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 Ching Ice-creaming

  1. http://code.google.com/p/jasperrocks/wiki/Liferay My pet project works at Liferay 6.20 only. You may download and see if it fufill your requirement.
  2. See my project: http://code.google.com/p/jasperrocks/wiki/Jetspeed
  3. Thank you for your invitation. Unfortunately I shall be absent cause I am in Hong Kong. Ching
  4. Hi, there, Recently I have made an open source portlet called "JasperRocks" which is compatible with Apache Jetspeed, Apache Pluto, eXo platform, JBoss GateIn and Liferay and uPortal. http://code.google.com/p/jasperrocks It is a RESTful thin client connecting with JasperReports Server 4.7.0 or after. I wish to add more features in future if I have spare time. Thank you for your attention. Ching
  5. It is the limitation of old Excel xls format, you should export to xlsx format http://social.technet.microsoft.com/Forums/da-DK/excel/thread/836b38f9-0021-4f38-97e9-09e1b17f696b
  6. According to your error messages, it is obvious your problem of SSL environment at your web services client. http://community.jaspersoft.com/questions/542493/how-setup-ssl-configuaration-jasperserver http://stackoverflow.com/questions/2336497/client-web-service-call-over-ssl-using-apache-axis
  7. Try to delete $HOME/.ireport/* to get rid of old setting, see if it can help you.
  8. There is another jcharts examples /demo/samples/jcharts and /demo/samples/jchartscomponent of JasperReports sources.
  9. Add -Djava.awt.headless=true into your JAVA environment of your web server. For exmple, I add it into setenv.sh of $TOMCAT_HOME/bin, here is my setenv.sh under Linux: JAVA_OPTS="$JAVA_OPTS -Djava.awt.headless=true -d64 -Xms1024m -Xmx2048m -XX:PermSize=32m -XX:MaxPermSize=128m -Xss2m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled
  10. http://help.jaspersoft.com/ Yes, Pentaho, BIRT and JasperServer fulfill your requirements.
  11. http://sourceforge.net/projects/jasperserver/files/JasperServer/JasperReports%20Server%204.7.0/jasperreports-server-cp-4.7.0-maven-repository.zip/download Do you download and extract jasperreports-server-cp-4.7.0-maven-repository.zip into folder $HOME/.m2 ?
  12. Unable to delete file /opt/jasperreports-4.6.0/demo/samples/barbecue/build/classes/BarbecueApp.class The last sentence of error message show your user account don't have delete right at Linux.
  13. I suppose that you are running JasperServer at Tomcat. You see if you add jdbc driver at the directory $TOMCAT_HOME/lib
  14. Hi, Oliver, Sorry for my poor English, I cannot understand your questions. 1. Does your first question mean data migration from PostgreSQL to MySQL ? If so, there is many data migration tools outside, for example: http://www.lightbox.ca/pg2mysql.php 2. You said your purpose to run juse one database on you JasperServer. Which one ? PostgresSQL or MySQL. For instance, once I install JasperServer with PostgreSQL at Tomcat, there is a database called jasperserver at postgresql. If you have just wished your reports connecting to other MySQL database, you need to add MySQL jdbc driver into the directory $TOMCAT_HOME/lib first. All resource, user and report unit data are still stored at PostgreSQL side. JasperServer guide is clear for normal installation only. Ching Post Edited by icecreaming at 2012-07-15 17:05
  15. Off the topics, I don't have any problem of RESTful APIs of JasperServer. Here is my open source project: http://code.google.com/p/jasperclient/ Please don't give up RESTful services, it is more thinner than web services.
  16. commons-beanutils-1.8.0.jar iText-2.1.7.jar jxl-2.6.10.jar poi-ooxml-schemas-3.7-20101029.jar commons-collections-2.1.1.jar jasperreports-4.6.0.jar png-encoder-1.5.jar commons-digester-2.1.jar jasperreports-fonts-4.6.0.jar poi-3.7-20101029.jar commons-logging-1.1.1.jar jdt-compiler-3.1.1.jar poi-ooxml-3.7-20101029.jar velocity-1.7-dep.jar I make use pom.xml of Maven to get jars of JasperReport 4.6.0 <dependency> <groupId>net.sf.jasperreports</groupId> <artifactId>jasperreports</artifactId> <version>4.6.0</version> </dependency>
  17. gdmoreno, I like your comment. Although I don't use BigQuery, jaspersoft-bigquery-datasource is an example of building another data source. Matt Dahlman has told me that this official Jaspersoft connector will announce soon. http://allfacebook.com/files/2012/05/BlueLikeIcon.jpg Ching
  18. howard0605, To build up JasperServer as a central reporting services, you may consider: Using RESTful or web services as interoperable machine-to-machine interaction Using CAS or LDAP as authenticationSources of JasperServer have already had good examples of php-sample such as sugarcrm, java-webapp-sample, rest-sample. And http://jasperforge.org/uploads/publish/ireportwebsite/Mobile/index.html Ching
  19. javafreak, I want it too, Could you give sample code to display the report in web application? I have similiar problems of passing internal controls of Jasperserver, too. haripoturi, if you don't mind my messy codes, you may checkout my open source here: https://code.google.com/p/jasperclient/source/checkout
  20. What is your request ? You did not attach any ResourceDescriptor. Hints: JasperServer has working examples: /jasperserver/jasperserver-rest/src/main/java/com/jaspersoft/jasperserver/rest/test
  21. Elisabeta, I should be appologized for my misunderstanding of your question. I wish this link "XML Data Source Sample" to help you. http://jasperreports.sourceforge.net/sample.reference/xmldatasource/index.html Best regards Ching.
×
×
  • Create New...