[jboss-jira] [JBoss JIRA] Created: (JBAS-3539) CLONE -jboss-client.jar misses MarshalledInvocation$DeclaredMethods

Matthew L Daniel (JIRA) jira-events at jboss.com
Mon Aug 21 16:57:40 EDT 2006


CLONE -jboss-client.jar misses MarshalledInvocation$DeclaredMethods
-------------------------------------------------------------------

                 Key: JBAS-3539
                 URL: http://jira.jboss.com/jira/browse/JBAS-3539
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: JBossAS-4.0.0 Final
            Reporter: Matthew L Daniel
         Assigned To: Scott M Stark
             Fix For: Closed issues from sourceforge
         Attachments: JBAS-1163_2.patch

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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list