I'm not really sure about this, so please do correct me if it's wrong or it has been 
brought up previously:

in Scheduler.java there is this:

[code]
mActualSchedule = ( (Integer) getServer().invoke(
                  mTimer,
                  "addNotification",
                  new Object[] {
                     "Schedule",
                     "Scheduler Notification",
                     mStartDate
                  },
                  new String[] {
                     String.class.getName(),
                     String.class.getName(),
                     Date.class.getName(),
                  }
               ) ).intValue();
[/code]

However I could not find an addNotification method with only 3 arguments (an object is 
required before the Date arg).
And when this code runs, it throws this:

[ERROR,Default] javax.management.ReflectionException: The operation with name 
addNotification could not be found


regards,
paris
______________________________________________________________________
View this jboss-dev thread in the online forums:
http://jboss.org/forums/thread.jsp?forum=66&thread=6463

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

Reply via email to