0 Replies Latest reply on Feb 11, 2008 9:25 AM by wporzo

    Problem with application with many portlets

    wporzo

      Hello.
      We are writing application: Seam, EJB3 and portlets. File structure is sth like this:
      - ear
      - ejb.jar
      - portlet1.war
      - portlet2.war
      - portlet3.war
      ....

      And now.. here comes the problem. When application is starting, seam creates components instance for each portlet. For example we have 3 instance of our ConfigurationBean component in application scope. Is there any way to have only one instance of this bean ?