Menu

#2128 jboss-client.jar misses MarshalledInvocation$DeclaredMethods

v4.0
closed-fixed
5
2004-11-07
2004-10-26
No

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"/>

Discussion

  • Scott M Stark

    Scott M Stark - 2004-11-07
    • assigned_to: nobody --> starksm
    • status: open --> closed-fixed
     
  • Scott M Stark

    Scott M Stark - 2004-11-07

    Logged In: YES
    user_id=175228

    This has been fixed for the 4.0.1 release.

     

Log in to post a comment.

MongoDB Logo MongoDB