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

Fellix

Members
  • Posts

    7
  • Joined

  • Last visited

Fellix's Achievements

Apprentice

Apprentice (3/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I've an xml with the folowing nodes /mensagem/segmentacao/ambulatorial -> inside it i've an List of quadro /mensagem/segmentacao/hospitalarObstetricia-> inside it i've an List of quadro I've need to iterate into the 'quadro' list, in each node. When the nodes has in the same level, I'm created two subreport, one for the 'ambulatorial' other for the 'hospitalarObstetricia' each subreport running separately runs without problemas. when i run the root report, this never ends. the select into the root report as '/mensagem' and i've used in each subreport component de subDataSet option, using the query with '/mensagem/segmentacao/ambulatorial/quadro' or the 1st subreport and for de 2nd subrepot I use '/mensagem/segmentacao/hospitalarObstetricia/quadro' I don't know what's the problem. I need your help. Thanks for all regards
  2. I'd like to make a dynamic reports (in my applciation, the user can select some fields to show in this), the Dynamic Jasper project isn't for me, because I can't add some static content in the report. In the JasperReports 3.7.2 I see the JRApiWriter, and loking one more about it, I didn't found. I'm looking for examples of the JRApiWirter and how to make Java Reports? Thanks for all regards Rafael Felix
  3. Hi, to all. I'm trying to update my reports from IReport 3.0 to the newest IReport 3.7.1. I'm using a EJB + JPA with Hibernate and I'm trying to configure and EJBQLConnection with IReport. When I add my jars in the Ireport's Classpath, an EJBCascadingStyle IllegalAccessError was raised. If i copy the libs into the folders IREPORT_HOME/plataform9/lib The connections works, but the editor was fat, and very low to edit the jrxml files. Has a order to config the jars into the classpath? Can anything help me? thanks for all regards.
  4. Problem solved. I've added another retun in the subreport, using sum operation, and used an variable with reset value in the first group. And this worked well. regards
  5. Hi to all, I'm developing a report using iReport 3.0. And in the report I've two Groups. the second group contain a subreport, and I'm get the values returned of this and show in the same group the values. But I'm in the first group I need to sum each value in the second group returned from the subreport, but they are always null. But the value is correctly in the second group. Can anybody help me? Thanks for all Regards.
  6. Good morning to all, I'm using iReport 3.0.0, without problems im my Application. But now I'd like to upgrade to use the iReport 3.5.1, but I can't run in this version. when I configure, same configurarion with the iReport 3.0.0, the log show me : java.lang.IllegalAccessError: tried to access method org.hibernate.engine.CascadeStyle.<init>()V from class org.hibernate.engine.EJB3CascadeStyle$1 at org.hibernate.engine.EJB3CascadeStyle$1.<init>(EJB3CascadeStyle.java:24) at org.hibernate.engine.EJB3CascadeStyle.<clinit>(EJB3CascadeStyle.java:19) at org.hibernate.ejb.event.EJB3PersistEventListener.<clinit>(EJB3PersistEventListener.java:19) at org.hibernate.ejb.EventListenerConfigurator.<init>(EventListenerConfigurator.java:81) at org.hibernate.ejb.Ejb3Configuration.<init>(Ejb3Configuration.java:136) at org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory(HibernatePersistence.java:124) at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:52) at com.jaspersoft.ireport.designer.connection.EJBQLConnection.getEntityManager(EJBQLConnection.java:138) at com.jaspersoft.ireport.designer.connection.EJBQLConnection$1.run(EJBQLConnection.java:188) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) I tried to add de .jar files of the application in the Classpath, in the lib into the iReport, and the errors continues. Can anyone help me? regards Rafael Felix da Silva
×
×
  • Create New...