Jump to content

jin

Members
  • Posts

    5
  • Joined

  • Last visited

jin's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. Hi Lucian, I have a same trouble. I already set following. <property name="maxConversations" value="-1"/> But, still now have same trouble. Is there any setting? Jasper Server version is 3.5. Best regards. Jin Code: <bean id="flowExecutorTarget" class="org.springframework.webflow.config.FlowExecutorFactoryBean"> <property name="definitionLocator" ref="flowRegistry"/> <property name="executionAttributes"> <map> <entry key="alwaysRedirectOnPause"> <value type="java.lang.Boolean">false</value> </entry> </map> </property> <property name="repositoryType" value="CONTINUATION"/> <property name="maxConversations" value="-1"/> <property name="maxContinuations" value="500"/> </bean>
  2. Hello, I have the same problem with ireport 2.0.4 and jasper 2.0.4. Do I need other libs than ireport.jar and barbecue1.1.jar? Has someone solution? thx Jin <imageExpression class="java.awt.Image"><![CDATA[it.businesslogic.ireport.barcode.BcImage.getBarcodeImage(10,"1234",true,true,"77",0,50)]]></imageExpression>
  3. Solved. It was because it searched DTD in another one classLoader.
  4. Hello, when I compile jrxml template with my method I get XML parser exception. org.xml.sax.SAXParseException (External entity not found: "http://jasperreports.sourceforge.net/dtds/jasperreport.dtd".) The parser is triing get DTD from internet. How can I tell compiler not to do that? Thanx for help. Jin Using: - Jasper 1.3.0 -JDK 1.4.2 My method: Code:private void compileReportToFile2 ( File xmlFile) throws SiraelException { try { JasperCompileManager.compileReportToFile (xmlFile.getAbsolutePath ()); } catch ( JRException jrexc) { throw new SiraelException ( jrexc ); } }
  5. Hello, do you have library "commons-digester-1.7.jar" in your classpath? Jin
×
×
  • Create New...