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

jboss-client.jar misses MarshalledInvocation$DeclaredMethods

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • JBossAS-4.0.0 Final
    • None
    • None

    Description

      SourceForge Submitter: igorfie .
      Latest CVS version of JBoss 4.0.0 is missing
      org/jboss/invocation/MarshalledInvocation$DeclaredMethodsAction
      from the jboss-client.jar. As a result
      org.jboss.ant.JMX fails with NoClassDefFoundError. The
      following patch should fix the problem.

      Index: build.xml
      ===================================================================
      RCS file: /cvsroot/jboss/jboss/build.xml,v
      retrieving revision 1.173.2.2
      diff -u -r1.173.2.2 build.xml
      — build.xml 17 Oct 2004 18:49:28 -0000 1.173.2.2
      +++ build.xml 26 Oct 2004 03:57:20 -0000
      @@ -470,6 +470,7 @@
      <include
      name="org/jboss/invocation/MarshallingInvokerInterceptor.class"/>
      <include
      name="org/jboss/invocation/PayloadKey.class"/>
      <include
      name="org/jboss/invocation/MarshalledInvocation.class"/>
      + <include
      name="org/jboss/invocation/MarshalledInvocation$DeclaredMethodsAction.class"/>
      <include
      name="org/jboss/invocation/MarshalledValue.class"/>
      <include
      name="org/jboss/invocation/MarshalledValueInputStream.class"/>
      <include
      name="org/jboss/invocation/MarshalledValueOutputStream*.class"/>

      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: