0 Replies Latest reply on Sep 3, 2006 9:24 PM by yxyang

    eclipse BIRT report engine

      Hi

      I am using eclipse BIRT report engine in the portlet.

      And now, i get problem because i cannot access the servlet context within the portlet.

      Refering to the jboss portal bridge, i try to use the following code to access the servlet context,


      new JBossServletContextProvider().getServletContext(this)

      But it throws exception:
      java.lang.IllegalStateException: No bridge set

      Can help?

      yang