1 Reply Latest reply on Mar 8, 2003 10:53 AM by jbone

    compile error unschedulePassivation

    jbone


      I am trying to compile the cvs Branch_3_2 and I get the following error:

      [execmodules]
      ======================================================================
      == Executing 'most' in module 'cluster'...
      ==

      _buildmagic:init:

      configure:

      init:

      compile-classes:
      [mkdir] Created dir: C:\jboss\jboss-3.2\cluster\output\classes
      [mkdir] Created dir: C:\jboss\jboss-3.2\cluster\output\gen-src
      sourcepath is deprecated. the preferred way to design sources is via nested
      Running xdoclet.XDocletMain loaded by org.apache.tools.ant.AntClassLoader. Forked:true
      [xdoclet] Running
      [javac] Compiling 85 source files to C:\jboss\jboss-3.2\cluster\output\classes
      C:\jboss\jboss-3.2\cluster\src\main\org\jboss\ejb\plugins\StatefulHASessionInstanceCache.java:58: cannot resolve symbol
      symbol : method unschedulePassivation (java.lang.Object)
      location: class org.jboss.ejb.plugins.StatefulHASessionInstanceCache
      unschedulePassivation(id);
      ^
      C:\jboss\jboss-3.2\cluster\src\main\org\jboss\ejb\plugins\StatefulHASessionInstanceCache.java:87: cannot resolve symbol
      symbol : method unschedulePassivation (java.lang.Object)
      location: class org.jboss.ejb.plugins.StatefulHASessionInstanceCache
      ctx = unschedulePassivation(id);
      ^
      C:\jboss\jboss-3.2\cluster\src\main\org\jboss\ha\framework\server\HAPartitionImpl.java:492: warning: MethodCall(java.lang.String,java.lang.Object[]) in org.javagroups.blocks.MethodCall has been deprecated
      MethodCall m = new MethodCall(objName + "." + methodName, args);
      ^
      C:\jboss\jboss-3.2\cluster\src\main\org\jboss\ha\framework\server\HAPartitionImpl.java:535: warning: MethodCall(java.lang.String,java.lang.Object[]) in org.javagroups.blocks.MethodCall has been deprecated
      MethodCall m = new MethodCall(objName + "." + methodName, args);
      ^
      C:\jboss\jboss-3.2\cluster\src\main\org\jboss\ha\framework\server\HAPartitionImpl.java:646: warning: invoke(java.lang.Object,org.javagroups.blocks.MethodLookup) in org.javagroups.blocks.MethodCall has been deprecated
      retval=method_call.invoke(handler, method_lookup_clos);
      ^
      2 errors
      3 warnings

      BUILD FAILED

      any ideas?

        • 1. Re: compile error unschedulePassivation
          jbone

          I am guessing that you need to start with build all, but I'm having a problem when I do that too - I'm building on a computer not connected to the internet and its throwing an UnknownHostException.

          Can you build jboss without a connection to the internet?