Hi,
I thought I should test the new beta prod by experimenting with JMS. But
I can not start jboss with spyderMQ. Is this a known problem?
The error is that the reflection in the MBservice part of spyderMQ is
not able to look up its method to start the spyderMQ server:
[SpyderMQ] Testing if SpyderMQ is present....
[SpyderMQ] OK
[SpyderMQ] SpyderMQ failed
[SpyderMQ] java.lang.NoSuchMethodException
[SpyderMQ] at java.lang.Class.getMethod0(Native Method)
[SpyderMQ] at java.lang.Class.getMethod(Class.java:888)
[SpyderMQ] at
org.jboss.spydermq.SpyderMQService.startService(SpyderMQService.java:77)
The code looks OK, but it does not work:
In SpyderMQService.java:
spyderMQArgsClasses = new Class[1];
spyderMQArgsClasses[0] = mBeanServer.getClass();
startMethod = spyderMQServer.getClass().getMethod("start",
spyderMQArgsClasses);
The method do exist in org.spydermq.server.StartServer:
public void start(MBeanServer server) {
What is going on here?
//Peter
--
------------------------------------------------------------
Peter Antman Technology in Media, Box 34105 100 26 Stockholm
Systems Architect WWW: http://www.tim.se
Email: [EMAIL PROTECTED] WWW: http://www.backsource.org
Phone: +46-(0)8-506 381 11 Mobile: 070-675 3942
------------------------------------------------------------
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]