Could you please provide more details ?
I have class :
public class Log implements NotificationBroadcaster
...
        public void sendNotification(Notification notification)throws MBeanException
                {
                        notifier.sendNotification(notification);
                        logger.info("sendNotification()");                      
                }
...
        public MBeanNotificationInfo[] getNotificationInfo()
                {
                        return (new MBeanNotificationInfo[] {
                                notificationInfo
                        });
                }
and xml:
         <!-- Notifications -->
         
            Log messages
            javax.management.Notification
            <notification-type>Log</notification-type> 
         
but I can't see any notifications via for example MC4J.
Thank you.



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837357#3837357

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837357


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to