|
| 1.1.2.2 | modified | andd | varia/src/main/org/jboss/services/deployment/metadata/ConfigInfo.java | Added serialVersionUID |
| 1.1.2.2 | modified | andd | varia/src/main/org/jboss/services/deployment/metadata/PropertyInfo.java | Added serialVersionUID |
| 1.1.2.2 | modified | andd | varia/src/main/org/jboss/services/deployment/metadata/TemplateInfo.java | Added serialVersionUID |
| 1.1.2.4 | modified | andd | varia/src/main/org/jboss/jmx/adaptor/snmp/agent/ManagerRecord.java | Doesn't need to be Serializable |
| 1.1.2.6 | modified | andd | varia/src/main/org/jboss/jmx/adaptor/snmp/agent/SnmpAgentService.java | introduced DynamicSubscriptions attribute |
| 1.1.2.5 | modified | andd | varia/src/resources/services/snmp/deploy/META-INF/jboss-service.xml | introduced DynamicSubscriptions attribute |
| 1.1.2.8 | modified | andd | system/src/main/org/jboss/system/ListenerServiceMBeanSupport.java | reduce debug->trace for receiving baseclass jmx.mbean.registered notifs |
| 1.2.8.2 | modified | ejort | messaging/src/main/org/jboss/mq/pm/TxManager.java | [JBAS-1589] - Typo in TxManager |
| 1.2.2.6 | modified | andd | system/src/main/org/jboss/system/ServiceMBean.java | JBAS-1577: white-space in ServiceMBean EVENT types, removed |
| 1.1.4.1 | modified | andd | system/src/main/org/jboss/system/filterfactory/AttributeChangeNotificationFilterFactory.java | New Feature: JBAS-1365 - extension to ListenerServiceMBeanSupportThe filter mechanism has been extended to support specificationof arbitrary filters, using dynamic filter factory pluginsimplementing the NotificationFilterFactory interface.Three filter factories corresponding to the "standard" jmxnotification filters are supplied by default in packageorg.jboss.system.filterfactory. |
| 1.1.4.1 | modified | andd | system/src/main/org/jboss/system/filterfactory/MBeanServerNotificationFilterFactory.java | New Feature: JBAS-1365 - extension to ListenerServiceMBeanSupportThe filter mechanism has been extended to support specificationof arbitrary filters, using dynamic filter factory pluginsimplementing the NotificationFilterFactory interface.Three filter factories corresponding to the "standard" jmxnotification filters are supplied by default in packageorg.jboss.system.filterfactory. |
| 1.1.4.1 | modified | andd | system/src/main/org/jboss/system/filterfactory/NotificationFilterSupportFactory.java | New Feature: JBAS-1365 - extension to ListenerServiceMBeanSupportThe filter mechanism has been extended to support specificationof arbitrary filters, using dynamic filter factory pluginsimplementing the NotificationFilterFactory interface.Three filter factories corresponding to the "standard" jmxnotification filters are supplied by default in packageorg.jboss.system.filterfactory. |
| 1.1.2.3 | modified | andd | system/src/main/org/jboss/system/ListenerServiceMBean.java | New Feature: JBAS-1365 - extension to ListenerServiceMBeanSupportThe filter mechanism has been extended to support specificationof arbitrary filters, using dynamic filter factory pluginsimplementing the NotificationFilterFactory interface.Three filter factories corresponding to the "standard" jmxnotification filters are supplied by default in packageorg.jboss.system.filterfactory. |
| 1.1.2.7 | modified | andd | system/src/main/org/jboss/system/ListenerServiceMBeanSupport.java | New Feature: JBAS-1365 - extension to ListenerServiceMBeanSupportThe filter mechanism has been extended to support specificationof arbitrary filters, using dynamic filter factory pluginsimplementing the NotificationFilterFactory interface.Three filter factories corresponding to the "standard" jmxnotification filters are supplied by default in packageorg.jboss.system.filterfactory. |
| 1.1.4.1 | modified | andd | system/src/main/org/jboss/system/NotificationFilterFactory.java | New Feature: JBAS-1365 - extension to ListenerServiceMBeanSupportThe filter mechanism has been extended to support specificationof arbitrary filters, using dynamic filter factory pluginsimplementing the NotificationFilterFactory interface.Three filter factories corresponding to the "standard" jmxnotification filters are supplied by default in packageorg.jboss.system.filterfactory. |
| 1.1.2.4 | modified | andd | system/src/resources/org/jboss/metadata/jboss-subscription.dtd | New Feature: JBAS-1365 - extension to ListenerServiceMBeanSupportThe filter mechanism has been extended to support specificationof arbitrary filters, using dynamic filter factory pluginsimplementing the NotificationFilterFactory interface.Three filter factories corresponding to the "standard" jmxnotification filters are supplied by default in packageorg.jboss.system.filterfactory. |
| 1.20.2.25 | modified | starksm | cluster/src/main/org/jboss/ha/framework/server/HAPartitionImpl.java | Simply return any throwable seen during the rpc handler method call dispatch as this is the only way to propagate an exception to the caller. Resolves (JBAS-1571) Logging of cluster rpc method exceptions at warn level is incorrect. |