1 2 Previous Next 16 Replies Latest reply on Feb 4, 2010 3:00 PM by kiplingku Go to original post
      • 15. Re: Birt integration into existing Seam Project
        kiplingku

        Im using JBoss Tools and following instruction on documentation to create Seam-BIRT project. And when I try to open test and test1, they appear blank. Do I have to include


        <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>






        in web.xml, and I cant seem to find jboss-seam-birt.jar on the WEB-INF/lib of generated project. Is this JBoss Tools bug? Since they never mention it in the documentation.


        Thanks :)

        • 16. Re: Birt integration into existing Seam Project
          kiplingku

          My mistake, if a project created from scratch using cleaned Eclipse workspace, everything works just fine. :)
          I have not yet try embed mode.

          1 2 Previous Next