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

sharkanana

Members
  • Posts

    7
  • Joined

  • Last visited

sharkanana's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. It is in the summary band of the subreport, which is the only band enabled. Do you mean the summary band of the main report instead perhaps?
  2. Ok here is my setup. Main report containing a subreport. Subreport is a crosstab report. One of the fields in the crosstab has the possibility of being very long, but this needs to be this way. When the long field isn't long, the report renders fine. If it contains a lot of text, jasper bombs out complaining about infinite loop over 3 pages. I feel like this is a bug, but am wondering if I should be going at this report in a different manner to avoid this issue. Is there perhaps another control I can use to display dynamic columns like a crosstab, with support for longer text as well? Thanks, if any other info about my reports would help, feel free to ask and I'll give ya what I can.
  3. I'm trying to setup a report using "spring loaded hibernate" dataset. I'm using spring 3.1 and when have added the spring context folder to the iReport classpath, as well as the 3.1 jar files. When I test the connection, I get a NoSuchMethodDef error on: MutablePropertyValue.add(String,Object) This was added after whatever version is in ireports module spring.jar, and apparantly that jar is being loaded instead of my spring 3.1 jars. I have tried removing ireport's spring.jar from the classpath, and it just reappears when the app is loaded again. I have also tried creating a spring.jar with 3.1's updated classes, and that didn't work either. How do I work around this?
×
×
  • Create New...