1 2 Previous Next 22 Replies Latest reply on Jul 13, 2006 6:32 PM by nmalbranche

    Seam reverse engineering

    jagoh

      I have few errors when tried up the tool:

      i. I got the javax.ejb.Interceptors class not find compilation error
      ii. So, i replace it with javax.interceptor.Interceptors, is it the same thing?
      iii. After replacing it, i able to compile and get all the ear, war, and ejb3 files completed and sucess deploy, but it always cannot get the value from @parameter for example:

      <h:outputText value="#{employeeSelector.pageTitle}"/>

      i got the local object call "EmployeeSelector" generated by tool.

        1 2 Previous Next