Bugs item #1054333, was opened at 2004-10-25 20:59
Message generated for change (Comment added) made by starksm
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1054333&group_id=22866
Category: JBossServer
Group: v4.0
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Igor Fedorenko (igorfie)
>Assigned to: Scott M Stark (starksm)
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"/>
----------------------------------------------------------------------
>Comment By: Scott M Stark (starksm)
Date: 2004-11-07 10:26
Message:
Logged In: YES
user_id=175228
This has been fixed for the 4.0.1 release.
----------------------------------------------------------------------
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:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development