|
| 1.2 | modified | osdchicago | testsuite/src/main/org/jboss/test/jaxr/delete/JaxrDeleteTestCase.java | Fix this test. |
| 1.424 | modified | starksm | testsuite/build.xml | Synch up with the fixes from the 4.0 branch |
| 1.423 | modified | osdchicago | testsuite/build.xml | Correct jaxr.includes |
| 1.21 | modified | starksm | testsuite/imports/test-jars.xml | Merge the _jars-webservice target changes from 4.0 |
| 1.36 | modified | starksm | jmx/src/main/org/jboss/mx/modelmbean/ModelMBeanInvoker.java | Add support for injecting jmx kernel types into the underlying xmbean resource based on the xmbean descriptors/injection metadata. This generalizes the previous single hard coded injection of the MBeanServer if the resource supported a setMBeanServer(MBeanServer) method. |
| 1.35 | modified | starksm | jmx/src/main/org/jboss/mx/server/AbstractMBeanInvoker.java | Add support for injecting jmx kernel types into the underlying xmbean resource based on the xmbean descriptors/injection metadata. This generalizes the previous single hard coded injection of the MBeanServer if the resource supported a setMBeanServer(MBeanServer) method. |
| 1.31 | modified | starksm | jmx/src/main/org/jboss/mx/modelmbean/XMBean.java | Refactor the setting of the ModelInfo info ivar to always be done via the setModelMBeanInfo method. |
| 1.3 | modified | starksm | jmx/src/resources/dtd/jboss_xmbean_1_2.dtd | Add an injection element used to specify what jmx kernel object the xmbean resource would like injected. The currentinjection point types are:+ MBeanServerType - the MBeanServer the XMBean is registered with. This requires a setter with an x(javax.management.MBeanServer) signature.+ MBeanInfoType - the XMBean ModelMBeanInfo metadata. This requires a setter with an x(javax.management.MBeanInfo) signature.+ ObjectNameType - the ObjectName the XMBean is registered under. This requires a setter with an x(javax.management.ObjectName) signature. |
| 1.26 | modified | starksm | jmx/src/main/org/jboss/mx/metadata/JBossXMBean10.java | Add any injection specifications to the mbean descriptor |
| 1.23 | modified | starksm | jmx/src/main/org/jboss/mx/modelmbean/ModelMBeanConstants.java | Add MBeanServerType, MBeanInfoType, and ObjectNameType constants for the current injection types |
| 1.23 | modified | bwang00 | cache/docs/Changelog.txt | Updated |
| 1.7 | modified | bwang00 | cache/src/main/org/jboss/cache/eviction/AopLRUPolicy.java | Added trace log level |
| 1.19 | modified | bwang00 | cache/src/main/org/jboss/cache/eviction/LRUAlgorithm.java | Added trace log level |
| 1.17 | modified | bwang00 | cache/src/main/org/jboss/cache/eviction/LRUPolicy.java | Added trace log level |
| 1.9 | modified | bwang00 | cache/src/main/org/jboss/cache/eviction/RegionManager.java | Added trace log level |
| 1.12 | modified | bwang00 | cache/src/main/org/jboss/cache/lock/LockStrategyFactory.java | Changed to trace log level |
| 1.3 | modified | starksm | jmx/src/main/org/jboss/mx/interceptor/ReflectedDispatcher.java | Provide a better NPE message when the operation cannot be found on the underlying resource during the invocation dispatch |
| 1.422 | modified | starksm | testsuite/build.xml | Get rid of the local javac.target override |
| 1.18 | modified | bwang00 | cache/src/main/org/jboss/cache/lock/IdentityLock.java | Changed to trace log level |
| 1.51 | modified | bwang00 | cache/src/main/org/jboss/cache/Node.java | Changed to trace log level |
| 1.421 | modified | loubyansky | testsuite/build.xml | moved jaxme and wutka's parsers to library.classpath from tests.classpath |
| 1.420 | modified | loubyansky | testsuite/build.xml | added jaxme and wutka's parser to the tests.classpath |
| 1.2 | modified | loubyansky | testsuite/src/main/org/jboss/test/xml/XMLNameToJavaIdentifierUnitTestCase.java | XML names to various Java indentifiers conversion tests |
| 1.2 | modified | loubyansky | common/src/main/org/jboss/xml/binding/Util.java | various XML binding utilities |
| 1.5 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/QueryFactory.java | fixed [ 1056837 ] NullPointerException in QueryFinder |