0 Replies Latest reply on Oct 23, 2002 9:29 AM by tlaresch

    Build error in Ch. 8 example

    tlaresch

      There is an error in building the ch 8. example shipped with the Advanced documentation. I have the fix - please add this fix to your next release.

      I ran this build as shown on p. 301 of the JBoss book and got a compile error:
      ant -Dchap=8 -Dex=4a run-example
      ...
      C:\jbossbookexamples\src\main\org\jboss\chap8\ex3\service\PropertiesVerifierStore.java:29: org.jboss.chap8.ex3.service.PropertiesVerifierStore should be declared abstract; it does not define verifyUserChallenge(java.lan
      g.String,java.lang.Object) in org.jboss.chap8.ex3.service.PropertiesVerifierStore
      [javac] public class PropertiesVerifierStore extends ServiceMBeanSupport
      [javac] ^
      [javac] 1 error

      I repaired this by adding an empty verifyUserChallenge method to the java file:

      public void verifyUserChallenge(String username, Object auxChallenge)
      throws SecurityException {}

      This error was apparently introduced with this change:
      http://www.geocrawler.com/lists/3/SourceForge/21615/50/9481286/