0 Replies Latest reply on Jul 28, 2005 5:33 AM by pastel

    Duke's Bank

    pastel

      I downloaded j2eetutorial1.4 from sun and I unpacked the .zip downloaded with the startguide.zip under the j2eetutorial14.
      When I compiled the sources I found an error on CustomerHackFilter.java because it refers to CustomerBean, but it hasn't imported the class. Moreover, CustomerHackFilter.java tries to call setBeanManager method on CustomerBean, but CustomerBean doesn't implement that method.