Here are the jars that I have currently:

activation-1.1.jar
antlr-2.7.2.jar
asm.jar
asm-attrs.jar
cglib-2.1.3.jar
commons-beanutils-1.6.jar
commons-chain-1.1.jar
commons-codec-1.3.jar
commons-collections-2.1.1.jar
commons-digester-1.7.jar
commons-httpclient-3.0.jar
commons-javaflow-20060411.jar
commons-lang-2.1.jar
commons-logging.jar
commons-validator-1.3.0.jar
dbcfs3.2.1-alias_fix.jar
dom4j-1.6.1.jar
ehcache-1.2.3.jar
ejb3-persistence.jar
freemarker-2.3.8.jar
hibernate3.2.6.jar
hibernate-annotations.jar
hibernate-commons-annotations.jar
itext-1.3.1.jar
jasperreports-2.0.5.jar
javamail.jar
jaxb-api-2.0.jar
jaxen-1.1-beta-9.jar
jaxws-api-2.0.jar
jdom-1.0.jar
jfreechart-1.0.0.jar
jsr173_api-1.0.jar
jta.jar
junit.jar
jxl-2.6.jar
log4j-1.2.11.jar
mail-1.4.jar
mysql-connector-java-5.0.4-bin.jar
ognl-2.6.11.jar
oro-2.0.8.jar
proxool-0.9.0RC3.jar
saaj-api-1.3.jar
saaj-impl-1.3.jar
spring-aop.jar
spring-beans.jar
spring-context.jar
spring-core.jar
spring-mock.jar
spring-web.jar
stax-api-1.0.1.jar
struts2-codebehind-plugin-2.0.11.jar
struts2-config-browser-plugin-2.0.11.jar
struts2-core-2.0.11.jar
struts2-jasperreports-plugin-2.0.11.jar
struts2-jfreechart-plugin-2.0.11.jar
struts2-pell-multipart-plugin-2.0.11.jar
struts2-plexus-plugin-2.0.11.jar
struts2-sitegraph-plugin-2.0.11.jar
struts2-sitemesh-plugin-2.0.11.jar
struts2-spring-plugin-2.0.11.jar
struts2-tiles-plugin-2.0.11.jar
tiles-api-2.0.4.jar
tiles-core-2.0.4.jar
tiles-jsp-2.0.4.jar
wsdl4j-1.6.1.jar
wstx-asl-3.0.1.jar
xbean-2.1.0.jar
xfire-all-1.2.6.jar
xml-apis.jar
XmlSchema-1.1.jar
xwork-2.0.4.jar


This is what the action mapping looks like:

        <action name="printableNotes" 
class="com.focus.actions.call.MemberNotes">
            <result name="success" type="jasper">
                <param 
name="location">/WEB-INF/classes/com/focus/actions/call/notes.jasper</param>
                <param name="dataSource">notes</param>
            </result>
        </action>

It loads the action fine if the type jasper is removed, so I know the class 
file is ok.




Thanks,

Paul Zepernick

-----Original Message-----
From: Dave Newton [mailto:[EMAIL PROTECTED]
Sent: Friday, June 20, 2008 9:56 AM
To: Struts Users Mailing List
Subject: RE: Logging For SEVERE: Error filterStart

--- On Fri, 6/20/08, Paul Zepernick <[EMAIL PROTECTED]> wrote:
> Yes, I turned on debug and there was a ton of information, but no 
> stack trace or anything else saying why the filter failed to start.  I 
> do have all the Jasper dependencies in now (that email is a couple 
> down).

Ah.

Not sure what to tell you then; I'm using Jasper results in a few apps without 
issues, and without seeing any log outputs, lib directory contents, configs, 
and so on it's pretty difficult to provide any useful input at all.

(Consider sending plain-text emails, btw.)

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


The information contained in this transmission contains confidential  
information that is legally privileged. This information is intended only for 
the use of the individual or entity named above. The authorized recipient of 
this information is prohibited from disclosing this information to any other 
party unless required to do so by law or regulation and is required to destroy 
the information after its stated need has been fulfilled.
If you are not the intended recipient, you are hereby notified that any 
disclosure, copying, distribution, or action taken in reliance on the contents 
of these documents is strictly prohibited. If you have received this 
information in error, please notify the sender immediately by return email and 
arrange for the return or destruction of these documents.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to