Bugs item #1054333, was opened at 2004-10-25 23:59
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1054333&group_id=22866

Category: JBossServer
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Igor Fedorenko (igorfie)
Assigned to: Nobody/Anonymous (nobody)
Summary: jboss-client.jar misses MarshalledInvocation$DeclaredMethods

Initial Comment:
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"/>


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1054333&group_id=22866


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to