0 Replies Latest reply on Feb 14, 2013 4:37 AM by maran_su

    Exception in Drools when implementing in GateIn

    maran_su

      Hi Friends,                      I am trying to bring the Drools and page flow in Gate In .  I am using seam 2.3, GateIn 3.5,JSF2.1 and portlet bridge 3.1.1.Final. Application Server :GateIn-3.5.0.Final-jbossas7.  my question is if i run the Drools  number guess example available in Jboss-Seam 2.3.0 as http://localhost:8080/seam-drools   working fine. if i  try to integrate in to GateIn it shows error when i hit the Guess button.  initially i got the error like ,(refer GameInstantiation.png) caused by: org.jboss.seam.InstantiationException: Could not instantiate Seam component: game caused by: java.lang.IllegalStateException: begin method invoked from a long-running conversation, try using @Begin(join=true) on method: begin   so i added like this(refer GameEntityclass.png)  after adding @Begin(join=true) i am not getting any error,but if Hit the Guess button it shows in console like(Refer Error2.png)  16:48:29,289 WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] (http--127.0.0.1-8080-2) Unable to find component with ID guess in view.  can anyone suggest how progress further.