|
| 1.15 | modified | bwang00 | tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheManager.java | JBAS-1622 findSessions api is not correct |
| 1.18 | modified | bwang00 | tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheService.java | JBAS-1622 findSessions api is not correct |
| 1.3 | modified | ejort | connector/src/main/org/jboss/resource/adapter/jms/inflow/dlq/AbstractDLQHandler.java | Tests and fixes for the DLQ handling/XA connection setupplus some more logging. |
| 1.4 | modified | ejort | connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsActivation.java | Tests and fixes for the DLQ handling/XA connection setupplus some more logging. |
| 1.4 | modified | ejort | connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsActivationSpec.java | Tests and fixes for the DLQ handling/XA connection setupplus some more logging. |
| 1.5 | modified | ejort | testsuite/src/main/org/jboss/test/messagedriven/beans/TestMessageDriven.java | Tests and fixes for the DLQ handling/XA connection setupplus some more logging. |
| 1.3 | modified | ejort | testsuite/src/resources/messagedriven/jar/META-INF/ejb-jar.xml | Tests and fixes for the DLQ handling/XA connection setupplus some more logging. |
| 1.2 | modified | ejort | testsuite/src/resources/messagedriven/jar/META-INF/jboss.xml | Tests and fixes for the DLQ handling/XA connection setupplus some more logging. |
| 1.4 | modified | ejort | testsuite/src/main/org/jboss/test/messagedriven/mbeans/TestMessageDrivenManagement.java | Tests and fixes for the DLQ handling/XA connection setupplus some more logging. |
| 1.5 | modified | ejort | testsuite/src/main/org/jboss/test/messagedriven/support/BasicMessageDrivenUnitTest.java | Tests and fixes for the DLQ handling/XA connection setupplus some more logging. |
| 1.3 | modified | ejort | testsuite/src/main/org/jboss/test/messagedriven/support/CheckJMSDestinationOperation.java | Tests and fixes for the DLQ handling/XA connection setupplus some more logging. |
| 1.6 | modified | ejort | testsuite/src/main/org/jboss/test/messagedriven/support/SimpleMessageDrivenUnitTest.java | Tests and fixes for the DLQ handling/XA connection setupplus some more logging. |
| 1.57 | modified | patriot1burke | tools/etc/buildmagic/libraries.ent | whoops! forgot to commit changes for HB3 annotation project |
| 1.10 | modified | ejort | server/src/main/org/jboss/ejb/plugins/inflow/JBossMessageEndpointFactory.java | Log whether delivery is transacted |
| 1.2 | modified | ejort | server/src/main/org/jboss/ejb/plugins/inflow/JBossJMSMessageEndpointFactory.java | Fix a TYPO |
| 1.2 | deleted | patriot1burke | thirdparty/hibernate/lib/hibernate-metadata.jar | update docs |
| 1.3 | modified | patriot1burke | thirdparty/hibernate/lib/hibernate-annotations.jar | update docs |
| 1.40 | modified | ejort | transaction/src/main/org/jboss/tm/TransactionImpl.java | Improve the logging of commit/rollback/etc requests of theresources in a transaction. |
| 1.6 | modified | patriot1burke | ejb3/INSTALL.html | update docs |
| 1.10 | modified | patriot1burke | ejb3/docs/tutorial/index.html | update docs |
| 1.9 | modified | patriot1burke | ejb3/docs/tutorial/index.wiki | update docs |
| 1.7 | modified | patriot1burke | ejb3/docs/tutorial/installing.html | update docs |
| 1.5 | modified | patriot1burke | ejb3/docs/tutorial/blob/blob.html | update docs |
| 1.4 | modified | patriot1burke | ejb3/docs/tutorial/blob/blob.wiki | update docs |
| 1.1 | added | patriot1burke | ejb3/docs/tutorial/ear/build.xml | ear tutorial |
| 1.1 | added | patriot1burke | ejb3/docs/tutorial/ear/calculator.jsp | ear tutorial |
| 1.1 | added | patriot1burke | ejb3/docs/tutorial/ear/ear.html | ear tutorial |
| 1.1 | added | patriot1burke | ejb3/docs/tutorial/ear/ear.wiki | ear tutorial |
| 1.1 | added | patriot1burke | ejb3/docs/tutorial/ear/src/org/jboss/tutorial/ear/servlet/CalculatorActionServlet.java | ear tutorial |
| 1.1 | added | patriot1burke | ejb3/docs/tutorial/ear/src/org/jboss/tutorial/ear/bean/Calculator.java | ear tutorial |
| 1.1 | added | patriot1burke | ejb3/docs/tutorial/ear/src/org/jboss/tutorial/ear/bean/CalculatorBean.java | ear tutorial |
| 1.1 | added | patriot1burke | ejb3/docs/tutorial/ear/src/org/jboss/tutorial/ear/bean/CalculatorLocal.java | ear tutorial |
| 1.1 | added | patriot1burke | ejb3/docs/tutorial/ear/src/org/jboss/tutorial/ear/bean/CalculatorRemote.java | ear tutorial |
| 1.1 | added | patriot1burke | ejb3/docs/tutorial/ear/resources/application.xml | ear tutorial |
| 1.1 | added | patriot1burke | ejb3/docs/tutorial/ear/resources/web.xml | ear tutorial |
| 1.1 | added | osdchicago | webservice/docs/tools-docs/wscompileIssues.txt | Just a text file that stores the issues seen while using wscompile tool for xsd-> java conversion. |
| 1.9 | modified | ejort | server/src/main/org/jboss/ejb/plugins/inflow/JBossMessageEndpointFactory.java | Log the endpoint construction. |
| 1.21 | modified | recampbell | jbossas/jbossbuild.xml | JBBUILD-57 support bin artifacts |
| 1.2 | modified | recampbell | server/jbossbuild.xml | JBBUILD-57 support bin artifacts |
| 1.18 | modified | recampbell | tools/etc/jbossbuild/tasks.xml | JBBUILD-57 now supports bin (script) artifacts |
| 1.5 | modified | ejort | testsuite/src/main/org/jboss/test/messagedriven/support/SimpleMessageDrivenUnitTest.java | Simple BMT message driven test |
| 1.4 | modified | ejort | testsuite/src/main/org/jboss/test/messagedriven/beans/TestMessageDriven.java | A bit more refactoring of the messagedriven testsand add tests for NotSupported message delivery. |
| 1.3 | modified | ejort | testsuite/src/main/org/jboss/test/messagedriven/mbeans/TestMessageDrivenManagement.java | A bit more refactoring of the messagedriven testsand add tests for NotSupported message delivery. |
| 1.2 | modified | ejort | testsuite/src/main/org/jboss/test/messagedriven/mbeans/TestMessageDrivenManagementMBean.java | A bit more refactoring of the messagedriven testsand add tests for NotSupported message delivery. |
| 1.4 | modified | ejort | testsuite/src/main/org/jboss/test/messagedriven/support/SimpleMessageDrivenUnitTest.java | A bit more refactoring of the messagedriven testsand add tests for NotSupported message delivery. |
| 1.4 | modified | ejort | testsuite/src/main/org/jboss/test/messagedriven/support/BasicMessageDrivenUnitTest.java | A bit more refactoring of the messagedriven testsand add tests for NotSupported message delivery. |
| 1.6 | modified | osdchicago | webservice/src/main/org/jboss/ws/utils/WSDLUtils.java | Nillable map fix. |
| 1.7 | modified | osdchicago | webservice/src/main/org/jboss/ws/tools/WSDLToJava.java | Ensure that the Java class file name generated always starts with uppercase. |
| 1.4 | modified | osdchicago | webservice/test/java/org/jboss/test/ws/tools/xsdjava/XSDToJavaTestCase.java | JBWS147. Tests additional Schema constructs. |
| 1.1 | added | osdchicago | webservice/test/resources/tools/xsd-java-checker/wscompile/complextypes/inheritance/AwardEmployee.java | JBWS-147. Java Types generated by wscompile |
| 1.1 | added | osdchicago | webservice/test/resources/tools/xsd-java-checker/wscompile/complextypes/inheritance/Employee.java | JBWS-147. Java Types generated by wscompile |
| 1.1 | added | osdchicago | webservice/test/resources/tools/xsd-java-checker/wscompile/complextypes/GlobalPrice.java | JBWS-147. Java Types generated by wscompile |
| 1.1 | added | osdchicago | webservice/test/resources/tools/xsd-java-checker/wscompile/complextypes/emptycontent/Price.java | JBWS-147. Java class generated by wscompile for a complex type with empty content. |
| 1.2 | modified | osdchicago | webservice/test/resources/tools/xsd/complextypes/CT_ExtensionRestriction.xsd | JBWS-147. Complex Type Inheritance. |
| 1.1 | added | osdchicago | webservice/test/resources/tools/xsd/nillabletypes/Nillable.xsd | JBWS 147. XSD file that has types which are nillable. |
| 1.1 | added | osdchicago | webservice/test/resources/tools/xsd-java-checker/wscompile/nillabletypes/NillableType.java | Java type generated by wscompile for the nillable types. |
| 1.2 | modified | ejort | testsuite/src/resources/messagedriven/jar/META-INF/ejb-jar.xml | Allow the transaction assembly to be overridden for the message driven tests. |
| 1.2 | modified | ejort | testsuite/src/main/org/jboss/test/messagedriven/mbeans/TestMessageDrivenManagement.java | Allow the transaction assembly to be overridden for the message driven tests. |
| 1.2 | deleted | ejort | testsuite/src/resources/messagedriven/jboss-service.xml | Refactor the jms messagedriven inflow tests to make themeasier to extend and simpler. |
| 1.1 | added | ejort | testsuite/src/main/org/jboss/test/messagedriven/mbeans/TestMessageDrivenManagement.java | Refactor the jms messagedriven inflow tests to make themeasier to extend and simpler. |
| 1.1 | added | ejort | testsuite/src/main/org/jboss/test/messagedriven/mbeans/TestMessageDrivenManagementMBean.java | Refactor the jms messagedriven inflow tests to make themeasier to extend and simpler. |
| 1.3 | modified | ejort | testsuite/src/main/org/jboss/test/messagedriven/beans/TestMessageDriven.java | Refactor the jms messagedriven inflow tests to make themeasier to extend and simpler. |
| 1.2 | deleted | ejort | testsuite/src/main/org/jboss/test/messagedriven/beans/TestMessageDrivenManagement.java | Refactor the jms messagedriven inflow tests to make themeasier to extend and simpler. |
| 1.2 | deleted | ejort | testsuite/src/main/org/jboss/test/messagedriven/beans/TestMessageDrivenManagementMBean.java | Refactor the jms messagedriven inflow tests to make themeasier to extend and simpler. |
| 1.46 | modified | ejort | testsuite/imports/test-jars.xml | Refactor the jms messagedriven inflow tests to make themeasier to extend and simpler. |
| 1.2 | modified | ejort | testsuite/src/main/org/jboss/test/messagedriven/test/SimpleQueueMessageDrivenUnitTestCase.java | Refactor the jms messagedriven inflow tests to make themeasier to extend and simpler. |
| 1.2 | modified | ejort | testsuite/src/main/org/jboss/test/messagedriven/test/SimpleTopicMessageDrivenUnitTestCase.java | Refactor the jms messagedriven inflow tests to make themeasier to extend and simpler. |
| 1.1 | added | ejort | testsuite/src/resources/messagedriven/jar/META-INF/ejb-jar.xml | Refactor the jms messagedriven inflow tests to make themeasier to extend and simpler. |
| 1.1 | added | ejort | testsuite/src/resources/messagedriven/jar/META-INF/jboss.xml | Refactor the jms messagedriven inflow tests to make themeasier to extend and simpler. |
| 1.1 | added | ejort | testsuite/src/resources/messagedriven/sar/META-INF/jboss-service.xml | Refactor the jms messagedriven inflow tests to make themeasier to extend and simpler. |
| 1.2 | deleted | ejort | testsuite/src/main/org/jboss/test/messagedriven/support/BasicTest.java | Refactor the jms messagedriven inflow tests to make themeasier to extend and simpler. |
| 1.2 | modified | ejort | testsuite/src/main/org/jboss/test/messagedriven/support/CheckJMSDestinationOperation.java | Refactor the jms messagedriven inflow tests to make themeasier to extend and simpler. |
| 1.2 | modified | ejort | testsuite/src/main/org/jboss/test/messagedriven/support/CheckMessageIDOperation.java | Refactor the jms messagedriven inflow tests to make themeasier to extend and simpler. |
| 1.3 | modified | ejort | testsuite/src/main/org/jboss/test/messagedriven/support/Operation.java | Refactor the jms messagedriven inflow tests to make themeasier to extend and simpler. |
| 1.2 | deleted | ejort | testsuite/src/main/org/jboss/test/messagedriven/support/QueueXATest.java | Refactor the jms messagedriven inflow tests to make themeasier to extend and simpler. |
| 1.3 | modified | ejort | testsuite/src/main/org/jboss/test/messagedriven/support/SimpleMessageDrivenUnitTest.java | Refactor the jms messagedriven inflow tests to make themeasier to extend and simpler. |
| 1.2 | deleted | ejort | testsuite/src/main/org/jboss/test/messagedriven/support/TopicXATest.java | Refactor the jms messagedriven inflow tests to make themeasier to extend and simpler. |
| 1.2 | modified | ejort | testsuite/src/main/org/jboss/test/messagedriven/support/CheckMessagePropertyOperation.java | Refactor the jms messagedriven inflow tests to make themeasier to extend and simpler. |
| 1.2 | modified | ejort | testsuite/src/main/org/jboss/test/messagedriven/support/CheckMessageSizeOperation.java | Refactor the jms messagedriven inflow tests to make themeasier to extend and simpler. |
| 1.2 | modified | ejort | testsuite/src/main/org/jboss/test/messagedriven/support/SendMessageOperation.java | Refactor the jms messagedriven inflow tests to make themeasier to extend and simpler. |
| 1.3 | modified | ejort | testsuite/src/main/org/jboss/test/messagedriven/support/BasicMessageDrivenUnitTest.java | Refactor the jms messagedriven inflow tests to make themeasier to extend and simpler. |
| 1.13 | modified | andd | system/src/main/org/jboss/system/server/ServerInfo.java | JBAS-1448 ServerInfo.listThreadDump() will use the platform ThreadMXBean when running under jdk5+, in order to print out additional information (id, state, lockName, and a full StackTrace per thread). We also fixed the bug, where the listThreadDump() reported number of groups/threads was inconsistent with the output list. The numbers are still different with the ActiveThreadCount and ActiveThreadGroupCount attributes, but this is problem of the jdk, really. |
| 1.5 | modified | andd | system/src/main/org/jboss/system/server/ServerInfoMBean.java | JBAS-1448 ServerInfo.listThreadDump() will use the platform ThreadMXBean when running under jdk5+, in order to print out additional information (id, state, lockName, and a full StackTrace per thread). We also fixed the bug, where the listThreadDump() reported number of groups/threads was inconsistent with the output list. The numbers are still different with the ActiveThreadCount and ActiveThreadGroupCount attributes, but this is problem of the jdk, really. |
| 1.2 | modified | ejort | testsuite/src/main/org/jboss/test/messagedriven/beans/TestMessageDriven.java | Source code tidyup |
| 1.2 | modified | ejort | testsuite/src/main/org/jboss/test/messagedriven/support/BasicMessageDrivenUnitTest.java | Source code tidyup |
| 1.2 | modified | ejort | testsuite/src/main/org/jboss/test/messagedriven/support/Operation.java | Source code tidyup |
| 1.2 | modified | ejort | testsuite/src/main/org/jboss/test/messagedriven/support/SimpleMessageDrivenUnitTest.java | Source code tidyup |