0 Replies Latest reply on Jan 25, 2009 7:20 PM by jackt

    Entity create problem (wiht rich panelMenu)

    jackt

      Hello all,


      I have 2 entities. And i have a rich panelMenu. And when i click firt time ( user or bank ), its working true , but second click i am getting this error :



      org.jboss.seam.InstantiationException: Could not instantiate Seam component: bankHome
      .....
      ....
      Caused by: java.lang.IllegalStateException: begin method invoked from a long-running conversation, try using @Begin(join=true) on method: create





           <rich:panelMenuItem label="user" id="group1_item1" 
                
                action="/user.xhtml"
                mode="server"/>
           <rich:panelMenuItem label="Bank" id="group1_item2" 
                
                action="/bank.xhtml"
                mode="server"/>



      My entitis havent a scope or session. How can i fix it ?