Snjezana Peco [http://community.jboss.org/people/snjeza] created the discussion
"Re: Error configuring application listener, Jboss-Birt integration 3.7" To view the discussion, visit: http://community.jboss.org/message/626192#626192 -------------------------------------------------------------- Try to follow the steps described in http://community.jboss.org/message/620467#620467#620467 http://community.jboss.org/message/620467#620467 jboss-birt-servlet.jar and jboss-seam-birt.jar are placed in the org.jboss.tools.birt.core plugin within the resources directory. The web.xml file has to contain standard parameters for a BIRT Web report . If you want to use the JBoss Birt embedded report, you need to add the following: <servlet> <servlet-name>JBoss BIRT Servlet</servlet-name> <servlet-class>org.jboss.tools.birt.servlet.JBossBirtServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>JBoss BIRT Servlet</servlet-name> <url-pattern>/embed</url-pattern> </servlet-mapping> to the web.xml. If this doesn't help you, please wait until we fix https://issues.jboss.org/browse/JBIDE-9299 https://issues.jboss.org/browse/JBIDE-9299 that, I hope, will be done in JBoss Tools 3.3.0.M4 -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/626192#626192] Start a new discussion in JBoss Tools at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
