Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-233

Can't compile with Sun JDK 1.4.1rc-b19

    XMLWordPrintable

Details

    Description

      SourceForge Submitter: diggermaus .
      I checked out the tagged version 'JBoss_3_2_0_1' on
      Linux and are trying to compile it with Sun's latest JDK.

      After some time, I am getting the following error
      messages which leads to an abort of ant:

      /home/uroma/java_dev/src/jboss-all/security/src/main/javax/security/auth/login/LoginContext.java:621:
      cannot resolve symbol
      symbol : variable module
      location: class
      javax.security.auth.login.AppConfigurationEntry
      if (moduleStack[i].module != null) {
      ^
      /home/uroma/java_dev/src/jboss-all/security/src/main/javax/security/auth/login/LoginContext.java:622:
      cannot resolve symbol
      symbol : variable module
      location: class
      javax.security.auth.login.AppConfigurationEntry
      methods =
      moduleStack[i].module.getClass().getMethods();
      ^
      /home/uroma/java_dev/src/jboss-all/security/src/main/javax/security/auth/login/LoginContext.java:636:
      cannot resolve symbol
      symbol : variable module
      location: class
      javax.security.auth.login.AppConfigurationEntry
      moduleStack[i].module =
      constructor.newInstance(args);
      ^
      /home/uroma/java_dev/src/jboss-all/security/src/main/javax/security/auth/login/LoginContext.java:638:
      cannot resolve symbol
      symbol : variable module
      location: class
      javax.security.auth.login.AppConfigurationEntry
      methods =
      moduleStack[i].module.getClass().getMethods();
      ^
      /home/uroma/java_dev/src/jboss-all/security/src/main/javax/security/auth/login/LoginContext.java:651:
      cannot resolve symbol
      symbol : variable module
      location: class
      javax.security.auth.login.AppConfigurationEntry

      methods[mIndex].invoke(moduleStack[i].module, initArgs);
      ^
      /home/uroma/java_dev/src/jboss-all/security/src/main/javax/security/auth/login/LoginContext.java:665:
      cannot resolve symbol
      symbol : variable module
      location: class
      javax.security.auth.login.AppConfigurationEntry
      (moduleStack[i].module,
      args)).booleanValue();

      All error messages suggest that the method 'module' in
      class AppConfigurationEntry does not exist.

      It compiles and runs fine with Sun's JDK1.3.1.

      Attachments

        Activity

          People

            starksm64 Scott Stark (Inactive)
            sourceforge-user SourceForge legacy user (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: