Thanks I tried that still does not work. After deploy I cannot find my servlet decalaration in the web.xml file.
-----Original Message----- From: Dragos Mihalache [mailto:[EMAIL PROTECTED] Sent: Friday, June 22, 2007 4:45 PM To: Bogdan POPESCU Cc: [email protected] Subject: Re: [Ecm] FW: Error deploying plugin in nuxeo Bogdan POPESCU wrote: > > *From:* Bogdan POPESCU > *Sent:* Friday, June 22, 2007 4:25 PM > *To:* '[EMAIL PROTECTED]' > *Subject:* Error deploying plugin in nuxeo > > Dear all, > > I created a plugin for nuxeo which is created in order to integrate > jasperReports in nuxeo , but unfortunately I do something wrong > because I cannot find my servlet in web.xml after deploy. > > This is the code in my deployment-fragment.xml > > <extension target="web#SERVLET"> > > <servlet> > > <servlet-name>reportsServlet</servlet-name> > > <servlet-class>SCReportsListServlet</servlet-class> > > </servlet> > > </extension> > > <extension target="web#SERVLET-MAPPING"> > > <servlet-mapping> > > <servlet-name>reportsServlet</servlet-name> > > <url-pattern>/servlet/xxx.faces</url-pattern > Maybe you should use other extension than 'faces'... > > > > > </servlet-mapping> > > </extension> > > Does anyone has any idea about this, and can help me? > > Thanks!! > > Bogdan Popescu > > Software developer > > ASCENTA > > a Softwin company > > E-mail : [EMAIL PROTECTED] > > Mobile : (+40) 745 072 275 > > www.ascenta.ro <http://www.ascenta.ro> > > www.softwin.ro <http://www.softwin.ro> > > _______________________________________________________________ > > The content of this message and attachments are confidential and are > classified as SOFTWIN's Proprietary Information. The content of this > message is intended solely for the use of the individual or entity to > whom it is addressed and others authorized to receive it. If you are > not the intended recipient you are hereby notified that any > disclosure, copying, distribution or taking any action based on this > information are strictly prohibited and may be precluded by law. If > you have received this message in error, please notify us immediately > and then delete it from your system. SOFTWIN is neither liable for the > proper and complete transmission of the information contained in this > message nor for any delay in its receipt. > > ------------------------------------------------------------------------ > > _______________________________________________ > ECM mailing list > [email protected] > http://lists.nuxeo.com/mailman/listinfo/ecm > _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
