1 Reply Latest reply on Aug 7, 2006 9:07 AM by mrohad

    new to seam cache problem?! components.xml

    mrohad

      I did a mistake and in components.xml I put
      <property name="jndiPattern">">wannabet/#{ejbName}/local

      instead of
      wannabet/#{ejbName}/local

      while I access main.xhtml I got this

      exception:org.jboss.seam.InstantiationException: Could not instantiate Seam component: login
      
      .
      .
      Caused by: javax.naming.NameNotFoundException: ">wannabet not bound
      .
      .


      now I changed it and I'm still getting the same exception
      I tried to restart jboss , I checked in the new ear (components.xml) , I even deleted server\default\work\jboss.web\localhost

      any idea how can I fix it???

      Thanks!!!