Patches item #541454, was opened at 2002-04-09 09:30
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=541454&group_id=22866

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Martin Maisey (mjmaisey)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fix for error registering subdeployer

Initial Comment:
On starting, JBoss.net was emitting an exception that was preventing it from deploying

21:50:09,318 ERROR [AxisService] Could not register with MainDeployer
ReflectionException: Exception when calling method for
'addDeployer(,org.jboss.deployment.SubDeployer)'
Cause: java.lang.IllegalArgumentException: argument type mismatch
        at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:312)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:441)
        at org.jboss.net.axis.server.AxisService.startService(AxisService.java:329)
        [snip]

The cause of this was that AxisService was not implementing the SubDeployer interface, 
although the relevant methods were provided.

I have changed it from extending ServiceMBeanSupport to extending SubDeployerSupport 
(which itself extends ServiceMBeanSupport).

The basic SOAP tests then run through (after applying a separate build patch which I 
will also provide). The mbean endpoint test fails, though this looks unrelated.

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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=541454&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to