Re: [jasperreports-questions] java.lang.NoSuchMethodError: com.opensymphony.xwork2.Action exception

2009-10-19 Thread harishsyndrome
Seems to be a version conflict. Check different JAR versions. Dont add JARs with results Class Repetition Like adding CGLIB and ASM Jar files will lead to a problem as CGLIB already has ASM Classes -- View this message in context: http://www.nabble.com/java.lang.NoSuchMethodError%3A-com.opens

Re: [jasperreports-questions] Jasper Reports Beginner needs simple Clarification

2009-10-19 Thread harishsyndrome
Same Question Some Help will be Appreciated -- View this message in context: http://www.nabble.com/Jasper-Reports-Beginner-needs-simple-Clarification-tp25693053p25693111.html Sent from the jasperreports-questions mailing list archive at Nabble.com. -

Re: [jasperreports-questions] Multiple Object in DataSource Collection

2009-10-10 Thread harishsyndrome
Novice requires some more clarifications. Having Chris's Idea running in parallel. I would like put my question in a different way. In JRXML Is there any way that i can mention projectId belongs to the class Project coverageId belongs to the class Coverage ?? -- View this message in contex

Re: [jasperreports-questions] Multiple Object in DataSource Collection

2009-10-10 Thread harishsyndrome
> private JRBeanCollectionDataSource dataSource; > private Map parameters = new HashMap(); > Collection BeanList = createBeans(); > dataSource = new JRBeanCollectionDataSource(BeanList); > >//use parameters if the value doesn't change i.e.customer > name,account number,etc. > p

Re: [jasperreports-questions] Multiple Object in DataSource Collection

2009-10-09 Thread harishsyndrome
> Without knowing much about your code or system I would say you need a > subreport to use 2 datasources. However if the data you need is in 2 > separate databases then why not use a join sql statement? > The Query is session.createQuery(from jasperReport.Project P,jasperReport.Coverage C wh

[jasperreports-questions] Multiple Object in DataSource Collection

2009-10-09 Thread harishsyndrome
Hello All, I need to use two objects for generating reports with JRXML > dataCollection.add(project); > dataCollection.add(coverage) > I use JRBeanCollectionDataSource ds = new JRBeanCollectionDataSource(dataCollection); JasperPrint jasperPrint = JasperFillManager.fillReport(jasperReport,