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

tecshine

Members
  • Posts

    6
  • 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 tecshine

  1. Hi I am using jasper-jdt-1.6.5 and jasperreports-1.2.8. While trying to run a report, I get the following erro.Any idea why this comes... I tried replacing the jars with the latest version 2.0.4 for JasperReports but no luck.. java.lang.NoSuchMethodError: org.eclipse.jdt.internal.compiler.CompilationResult.getErrors()[Lorg/eclipse/jdt/core/compiler/IProblem; at net.sf.jasperreports.engine.design.JRJdtCompiler$2.acceptResult(JRJdtCompiler.java:389) at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:417) at net.sf.jasperreports.engine.design.JRJdtCompiler.compileUnits(JRJdtCompiler.java:463) at net.sf.jasperreports.engine.design.JRAbstractCompiler.compileReport(JRAbstractCompiler.java:190) at net.sf.jasperreports.engine.design.JRDefaultCompiler.compileReport(JRDefaultCompiler.java:105) at net.sf.jasperreports.engine.JasperCompileManager.compileReportToFile(JasperCompileManager.java:127) at com.sequenom.everest.reports.JasperReportWithImage.generateReport(JasperReportWithImage.java:103) at com.mycomp.everest.reports.JasperReportWithImageTest.testGenerateReport(JasperReportWithImageTest.java:88) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:232) at junit.framework.TestSuite.run(TestSuite.java:227) at org.junit.internal.runners.OldTestClassRunner.run(OldTestClassRunner.java:76) at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:38) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:58) at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run(UITestApplication.java:122) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.pde.internal.junit.runtime.UITestApplication.start(UITestApplication.java:52) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)End of the TestCase Method testGenerateReport at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144)
  2. Hi I am displaying my report in SWTJasperViewer. The report displays fine as expected but when I click on 'print', the printer selection dialog appears and after I select a network printer and click on OK, I get the following error ... net.sf.jasperreports.engine.JRException: Error printing report. at net.sf.jasperreports.engine.print.JRPrinterAWT.printPages(JRPrinterAWT.java:200) at net.sf.jasperreports.engine.print.JRPrinterAWT.printPages(JRPrinterAWT.java:88) at net.sf.jasperreports.engine.JasperPrintManager.printPages(JasperPrintManager.java:348) at net.sf.jasperreports.engine.JasperPrintManager.printReport(JasperPrintManager.java:239) at com.jasperassistant.designer.viewer.actions.PrintAction$1.run(PrintAction.java:96) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at com.xxx.typer.TyperApplication.start(TyperApplication.java:50) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) Caused by: java.awt.print.PrinterException: Printer is not accepting job. at sun.print.RasterPrinterJob.print(Unknown Source) at sun.print.RasterPrinterJob.print(Unknown Source) at net.sf.jasperreports.engine.print.JRPrinterAWT.printPages(JRPrinterAWT.java:186) ... 29 more Can anybody tell me whats the problem. Thanks in advance Shriya
  3. Hi I am trying to run a Report that contains a image embedded.But when I run the report, I get the following error .I am using JDK 1.5 ,JasperReports 2.0.3 and jasper-jdt 1.6.5 is also in the classpath net.sf.jasperreports.engine.JRException: Errors were encountered when compiling report expressions class file: 1. C cannot be resolved value = (java.lang.String)(C:/Typer/Typer Analyzer/configuration/reports/sequenom_logo.jpg);//$JR_EXPR_ID=12$ ^ 2. Syntax error on token ":", delete this token value = (java.lang.String)(C:/Typer/Typer Analyzer/configuration/reports/sequenom_logo.jpg);//$JR_EXPR_ID=12$ ^ 3. Typer cannot be resolved value = (java.lang.String)(C:/Typer/Typer Analyzer/configuration/reports/sequenom_logo.jpg);//$JR_EXPR_ID=12$ <---> 4. Typer cannot be resolved value = (java.lang.String)(C:/Typer/Typer Analyzer/configuration/reports/sequenom_logo.jpg);//$JR_EXPR_ID=12$ <---> 5. Syntax error on token "Analyzer", delete this token value = (java.lang.String)(C:/Typer/Typer Analyzer/configuration/reports/sequenom_logo.jpg);//$JR_EXPR_ID=12$ <------> 6. configuration cannot be resolved value = (java.lang.String)(C:/Typer/Typer Analyzer/configuration/reports/sequenom_logo.jpg);//$JR_EXPR_ID=12$ <-----------> 7. reports cannot be resolved value = (java.lang.String)(C:/Typer/Typer Analyzer/configuration/reports/sequenom_logo.jpg);//$JR_EXPR_ID=12$ <-----> 8. sequenom_logo.jpg cannot be resolved to a type value = (java.lang.String)(C:/Typer/Typer Analyzer/configuration/reports/sequenom_logo.jpg);//$JR_EXPR_ID=12$ <---------------> 9. C cannot be resolved value = (java.lang.String)(C:/Typer/Typer Analyzer/configuration/reports/sequenom_logo.jpg);//$JR_EXPR_ID=12$ ^ 10. Syntax error on token ":", delete this token value = (java.lang.String)(C:/Typer/Typer Analyzer/configuration/reports/sequenom_logo.jpg);//$JR_EXPR_ID=12$ ^ 11. Typer cannot be resolved value = (java.lang.String)(C:/Typer/Typer Analyzer/configuration/reports/sequenom_logo.jpg);//$JR_EXPR_ID=12$ <---> 12. Typer cannot be resolved value = (java.lang.String)(C:/Typer/Typer Analyzer/configuration/reports/sequenom_logo.jpg);//$JR_EXPR_ID=12$ <---> 13. Syntax error on token "Analyzer", delete this token value = (java.lang.String)(C:/Typer/Typer Analyzer/configuration/reports/sequenom_logo.jpg);//$JR_EXPR_ID=12$ <------> 14. configuration cannot be resolved value = (java.lang.String)(C:/Typer/Typer Analyzer/configuration/reports/sequenom_logo.jpg);//$JR_EXPR_ID=12$ <-----------> 15. reports cannot be resolved value = (java.lang.String)(C:/Typer/Typer Analyzer/configuration/reports/sequenom_logo.jpg);//$JR_EXPR_ID=12$ <-----> 16. sequenom_logo.jpg cannot be resolved to a type value = (java.lang.String)(C:/Typer/Typer Analyzer/configuration/reports/sequenom_logo.jpg);//$JR_EXPR_ID=12$ <---------------> 17. C cannot be resolved value = (java.lang.String)(C:/Typer/Typer Analyzer/configuration/reports/sequenom_logo.jpg);//$JR_EXPR_ID=12$ ^ 18. Syntax error on token ":", delete this token value = (java.lang.String)(C:/Typer/Typer Analyzer/configuration/reports/sequenom_logo.jpg);//$JR_EXPR_ID=12$ ^ 19. Typer cannot be resolved value = (java.lang.String)(C:/Typer/Typer Analyzer/configuration/reports/sequenom_logo.jpg);//$JR_EXPR_ID=12$ <---> 20. Typer cannot be resolved value = (java.lang.String)(C:/Typer/Typer Analyzer/configuration/reports/sequenom_logo.jpg);//$JR_EXPR_ID=12$ <---> 21. Syntax error on token "Analyzer", delete this token value = (java.lang.String)(C:/Typer/Typer Analyzer/configuration/reports/sequenom_logo.jpg);//$JR_EXPR_ID=12$ <------> 22. configuration cannot be resolved value = (java.lang.String)(C:/Typer/Typer Analyzer/configuration/reports/sequenom_logo.jpg);//$JR_EXPR_ID=12$ <-----------> 23. reports cannot be resolved value = (java.lang.String)(C:/Typer/Typer Analyzer/configuration/reports/sequenom_logo.jpg);//$JR_EXPR_ID=12$ <-----> 24. sequenom_logo.jpg cannot be resolved to a type value = (java.lang.String)(C:/Typer/Typer Analyzer/configuration/reports/sequenom_logo.jpg);//$JR_EXPR_ID=12$ <---------------> 24 errors at net.sf.jasperreports.engine.design.JRAbstractCompiler.compileReport(JRAbstractCompiler.java:193) at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:220) at net.sf.jasperreports.engine.JasperCompileManager.compileReportToFile(JasperCompileManager.java:136) at com.sequenom.typer.reports.view.ChartReport.generateReport(ChartReport.java:97) at com.sequenom.typer.reports.view.action.ChartReportAction.run(ChartReportAction.java:69) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at com.sequenom.typer.TyperApplication.start(TyperApplication.java:50) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) Called generate report++++++++++++ 24 Dec 2007 09:59:06,803 - Error while loading the viewercomposite with jasperprint object in createPartControl() of com.sequenom.everest.reportsviewer.JasperReportViewer org.eclipse.jface.util.Assert$AssertionFailedException: null argument;document must be not null at org.eclipse.jface.util.Assert.isNotNull(Assert.java:153) at com.jasperassistant.designer.viewer.ReportViewer.setDocument(ReportViewer.java:94) at com.sequenom.everest.reportsviewer.JasperReportViewer.setInput(JasperReportViewer.java:110) at com.sequenom.typer.reports.view.action.ChartReportAction.run(ChartReportAction.java:88) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at com.sequenom.typer.TyperApplication.start(TyperApplication.java:50) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) Thanks in advance Shriya
  4. Hi I am using Spring loaded Hibernate Connection...specified the path of the applicationContext file and the sessionFactory Bean id...when I click on test connection ,I get the following Exception Hibernate session opened Error filling print... IOException parsing XML document from class path resource [applicationContext.xml]; nested exception is java.io.FileNotFoundException: class path resource [applicationContext.xml] cannot be opened because it does not exist org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [applicationContext.xml]; nested exception is java.io.FileNotFoundException: class path resource [applicationContext.xml] cannot be opened because it does not exist java.io.FileNotFoundException: class path resource [applicationContext.xml] cannot be opened because it does not exist at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:137) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:203) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:184) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:128) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:144) at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:113) at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:81) at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:89) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:279) at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:87) at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:72) at it.businesslogic.ireport.connection.JRSpringLoadedHibernateConnection.getApplicationContext(JRSpringLoadedHibernateConnection.java:65) at it.businesslogic.ireport.connection.JRSpringLoadedHibernateConnection.getSessionFactory(JRSpringLoadedHibernateConnection.java:89) at it.businesslogic.ireport.connection.JRHibernateConnection.createSession(JRHibernateConnection.java:107) at it.businesslogic.ireport.IReportCompiler.run(IReportCompiler.java:849) at java.lang.Thread.run(Unknown Source) Pls help me out... Thanks
  5. Hi I have created a Master Report that gets the CustomerId from customer table and a SubReport that gets the CustomerAddress corresponding to the CustomerId passes as a parameter to the SubReport. When I run the MasterReport from iReport using a JDBC connection,I can see the subReport.. But when I use the same jrxml files and run them using a Hibernate connection ...I cannot see the subreport though I can see the MasterReport well... Is there something I am missing... Here is the MasterReport.jrxml [file name=DetailReport.jrxml size=3490]http://www.jasperforge.org/components/com_joomlaboard/uploaded/files/DetailReport.jrxml[/file] and here is the java code that uses a Spring loaded Hibernate connection .. I have converted the resukt set from the hibernate connection to a JRBeanCollectionDataSource object that is passed to the JasperFillManager... public JasperReportWithSubReport(String mainReport, String subReport) { JasperCompileManager.compileReportToFile(subReport); } catch (JRException e) { e.printStackTrace(); } ios = new FileInputStream(mainReport); } ........ } public void generateReport(JRBeanCollectionDataSource dataSource) { jasperReport = JasperCompileManager.compileReport(ios); Map parameters = new HashMap(); jasperPrint = JasperFillManager.fillReport(jasperReport, parameters, dataSource); .......... } Here is the SubReport.jrxml [file name=DetailReport.jrxml size=3490]http://www.jasperforge.org/components/com_joomlaboard/uploaded/files/DetailReport.jrxml[/file]
  6. HI I am using a Spring loaded Hibernate connection in iRport1.3.0 Gave the classpath to point to my hbm,bin and source folders and also added the necessary jars. Now when I give the path for Spring ConfigurationFile and the SessionFactory Bean id and click on Test I get a strange error that shows only the Name of my DAO implementation class and nothing else.. This is the tag in my context file.. </bean> <bean id="deptDao" class="storedProcs.DeptDAOImpl"> <property name="sessionFactory"><ref local="sessionFactory"/></property> </bean> When I give the SessonFactory Bean Id as deptDao and click on test ... I get a error dialog box showing "storedProcs.DeptDAOImpl" and nothing else.. Can anybody tell me where I have gone wrong... Thanks a lot in advance Pravi
×
×
  • Create New...