|
| 1.6.2.7 | modified | starksm | system/src/main/org/jboss/system/ServiceCreator.java | Allow the mbean constructor arg value attributes to reference system property variables that are replaced at runtime. |
| 1.1.2.13 | modified | recampbell | tools/etc/buildmagic/version-info.xml | should be 3.2.8, not 3.2.9 |
| 1.1.2.24 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/tc5/TomcatDeployer.java | - Initialize the distributed manager after the context, so that the session timeout value is correct (before, it was always 30 minutes). |
| 1.1.2.12 | modified | starksm | tools/etc/buildmagic/version-info.xml | Onto 3.2.8RC1 |
| 1.1.2.32 | modified | starksm | tools/etc/buildmagic/buildmagic.ent | Onto 3.2.8RC1 |
| 1.1.2.2.2.2 | modified | starksm | build/docs/readme.html | Update the 3.2.7 info |
| 1.41.2.15 | modified | starksm | server/src/main/org/jboss/metadata/BeanMetaData.java | When generating the local jndi name include the identity hash of the ejb-name to unique the name. Resolves [JBAS-275] 2 identical named mdbs cannot deploy. |
| 1.2.4.3 | modified | starksm | thirdparty/licenses/thirdparty-licenses.xml | Add the hsqldb license and version info |
| 1.3.2.2 | modified | starksm | build/build-release.xml | Update the build instructions and the setting of the cvs.tag property to work with final and non-final releases |
| 1.160.2.177 | modified | starksm | build/build.xml | Keep the srp classes in seperate jars. |
| 1.1.2.3 | modified | starksm | testsuite/src/main/org/jboss/test/classloader/test/BasicLoaderUnitTestCase.java | Catch NoClassDefError rather than ClassNotFoundException |
| 1.9.4.28 | modified | starksm | jmx/src/main/org/jboss/mx/loading/UnifiedClassLoader.java | Track what context unregistered the UCL and report this when the UCL is used after being destroyed via a ClassNotFoundException rather than a NullPointerException. Resolves [JBAS-1328] Track where UCLs are destroyed to throw a better exception than NPE. |
| 1.1.4.22 | modified | starksm | jmx/src/main/org/jboss/mx/loading/UnifiedClassLoader3.java | Track what context unregistered the UCL and report this when the UCL is used after being destroyed via a ClassNotFoundException rather than a NullPointerException. Resolves [JBAS-1328] Track where UCLs are destroyed to throw a better exception than NPE. |
| 1.2.2.14 | modified | starksm | jmx/src/main/org/jboss/mx/loading/ClassLoaderUtils.java | Do not recurse into paths ending in .war when looking for resources/classes since this can cause long startup times if wars contain lots of content directly or indirectly via links. Resolves [JBAS-1327] UCL should not scan wars for resources. |
| 1.17.2.17 | modified | starksm | system/src/main/org/jboss/Main.java | A --bootdir or -d option has been added which is an absolute directory path or url to a dir which is prepended to the Main boot classpath. If this is a file path or url and the path is a dir, the dir and any jars are added to the boot classpath. Resolves [JBAS-] Restore the patchdir option behavior. |
| 1.3.4.1 | modified | jhaynie | remoting/src/main/org/jboss/remoting/loading/ClassByteClassLoader.java | JBREM-49 - fixed problem with class names that are arrays not loading correctlyJBREM-49 - fixed problem where a locally defined class was not being used and the remote endpoint was being contacted for downloading |
| 1.7.2.3 | modified | starksm | common/src/main/org/jboss/net/protocol/file/FileURLConnection.java | Add support for decoding the file url path using URLDecoder.decode(). This is only enabled if the org.jboss.net.protocol.file.decodeFilePaths system property is set to true. Resolves [JBAS-363] FileURLConnection needs URL decode for JDK 1.4. |
| 1.2.2.9 | modified | starksm | server/src/main/org/jboss/cache/invalidation/InvalidationManager.java | Change the DefaultAsynchByDefault attribute name to IsAsynchByDefault |
| 1.1.2.4 | modified | starksm | server/src/main/org/jboss/cache/invalidation/InvalidationManagerMBean.java | Change the DefaultAsynchByDefault attribute name to IsAsynchByDefault |
| 1.2.2.8 | modified | starksm | server/src/main/org/jboss/cache/invalidation/InvalidationManager.java | Externalize the default asynchronous mode and fix the batchInvalidate to honor the asynchronous parameter. Resolves [JBAS-1104] batchInvalidate async not possible. |
| 1.1.2.3 | modified | starksm | server/src/main/org/jboss/cache/invalidation/InvalidationManagerMBean.java | Externalize the default asynchronous mode and fix the batchInvalidate to honor the asynchronous parameter. Resolves [JBAS-1104] batchInvalidate async not possible. |
| 1.41.2.14 | modified | starksm | server/src/main/org/jboss/metadata/BeanMetaData.java | Cleanup, resolves [JBAS-1307] Confusing stack trace on EJB deployment for missing optional method attribute <transaction-timeout>. |
| 1.8.2.5 | modified | starksm | server/src/main/org/jboss/ejb/plugins/cmp/jdbc/JDBCCustomFinderQuery.java | For custom finders, don't log or wrap finder exceptions uneccessarily. Resolves JBAS-1289. |