Re: help with struts 2 + jfreechart plugin example

2008-04-29 Thread jignesh.patel
Hi, I have the same problem once i place the struts2-jfreechart-plugin-2.0.11.jar I have got the deployment error like this Apr 29, 2008 2:13:30 PM org.apache.catalina.core.StandardContext filterStart SEVERE: Exception starting filter struts2 Class: gnu.xml.dom.DomElement File: DomElement.jav

Re: help with struts 2 + jfreechart plugin example

2007-11-08 Thread swaddee
swaddee wrote: > > I recently started using struts 2 by experimenting with webwork and then > moving to struts 2. I want to produce some charts using jfreechart. After > getting the example > (http://wiki.opensymphony.com/display/WW/JFreeChartResult) to work using > the webwork framework I tri

Re: help with struts 2 + jfreechart plugin example

2007-10-31 Thread swaddee
I have discovered the problem. I had not put jcommon.jar in lib directory. It was there for me when using webwork quickstart and I had not realized its necessity. Thanks for all your help - I don't know if and when I would have discovered the problem without it. swaddee wrote: > > It seems

Re: help with struts 2 + jfreechart plugin example

2007-10-31 Thread Dave Newton
Did you fix the package declarations? Turn up the log level, too. --- swaddee <[EMAIL PROTECTED]> wrote: > It seems more times than not More times than not? Does it work sometimes? d. the war does not load > if the viewModerationChart > action is in struts.xml. It doesn't matter what the > n

Re: help with struts 2 + jfreechart plugin example

2007-10-31 Thread swaddee
It seems more times than not the war does not load if the viewModerationChart action is in struts.xml. It doesn't matter what the namespace is. This is the catalina.out log with namespace="mychart". Oct 31, 2007 11:27:10 AM org.apache.catalina.startup.HostConfig deployWAR

Re: help with struts 2 + jfreechart plugin example

2007-10-31 Thread Alvaro Sanchez-Mariscal
You have 2 packages with the same namespace, and 2 actions inside with the same name. So given: /ccbill/viewModerationChart there are more than one entry, which is illegal. Make sure that namespaces are different. Alvaro. On Oct 31, 2007 5:51 PM, swaddee <[EMAIL PROTECTED]> wrote: > > I recent

Re: help with struts 2 + jfreechart plugin example

2007-10-31 Thread Dave Newton
What does the config browser think your configuration is? I don't know if having two packages with the same namespace would work or not; I've never tried it. Doesn't strike me as a good idea even if it did work, though. --- swaddee <[EMAIL PROTECTED]> wrote: > > I recently started using struts

help with struts 2 + jfreechart plugin example

2007-10-31 Thread swaddee
I recently started using struts 2 by experimenting with webwork and then moving to struts 2. I want to produce some charts using jfreechart. After getting the example (http://wiki.opensymphony.com/display/WW/JFreeChartResult) to work using the webwork framework I tried it with struts 2(http://str