I got this error in integrating JasperReports and Struts 2.0

Message ID:
        
WebModule[/myeis]Exception starting filter struts2 The package name
'jasperreports-default' at location package - jar
Complete Message

file:/opt/SDK/domains/domain1/applications/j2ee-modules/myeis/WEB-INF/lib/struts2-jasperreports-plugin-2.0.5.jar!/struts-plugin.xml:8:43
is already been used by another package at location package -
file:/opt/SDK/domains/domain1/applications/j2ee-modules/myeis/WEB-INF/classes/struts-plugin.xml:8:43
- package -
jar:file:/opt/SDK/domains/domain1/applications/j2ee-modules/myeis/WEB-INF/lib/struts2-jasperreports-plugin-2.0.5.jar!/struts-plugin.xml:8:43


here is my struts-plugin.xml

<struts>
    <package name="jasperreports-default">
    
        <result-types>
                <result-type name="jasper"
class="org.apache.struts2.views.jasperreports.JasperReportsResult"/>
        </result-types>
    </package>

</struts>

and my action mapping

        <action name="eis_hr_002" class="apps.eis_hr_002">
            <result name="success" type="jasper">
            </result>        
        </action> 

please help me..thanks in advance
-- 
View this message in context: 
http://www.nabble.com/error-in-JasperReports-and-Struts-2.0-integration-tf3883426.html#a11006564
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to