|
| 1.1 | added | ccrouch | admin-console/README.txt | initial version of build/dev howto |
| 1.1 | added | ccrouch | admin-console/build.bat | default build scripts |
| 1.1 | added | ccrouch | admin-console/build.sh | default build scripts |
| 1.5 | modified | ccrouch | admin-console/build.xml | add dependency on jboss-jmx |
| 1.1 | added | ccrouch | admin-console/.classpath | eclipse related config |
| 1.1 | added | ccrouch | admin-console/.cvsignore | eclipse related config |
| 1.1 | added | ccrouch | admin-console/.project | eclipse related config |
| 1.1 | added | ccrouch | admin-console/src/resources/admin-console.war/WEB-INF/struts-config.xml | initial import of view layer |
| 1.1 | added | ccrouch | admin-console/src/resources/admin-console.war/WEB-INF/tiles-defs.xml | initial import of view layer |
| 1.1 | added | ccrouch | admin-console/src/resources/admin-console.war/WEB-INF/validation.xml | initial import of view layer |
| 1.1 | added | ccrouch | admin-console/src/resources/admin-console.war/WEB-INF/validator-rules.xml | initial import of view layer |
| 1.2 | modified | ccrouch | admin-console/src/resources/admin-console.war/WEB-INF/web.xml | initial import of view layer |
| 1.1 | added | ccrouch | admin-console/src/resources/admin-console.war/welcome.jsp | initial import of view layer |
| 1.1 | added | osdchicago | webservice/test/java/org/jboss/test/ws/tools/assertions/WSDL20AssertionsTestCase.java | WSDL 2.0 Assertions Test Case |
| 1.10 | modified | osdchicago | common/src/main/org/jboss/xml/binding/parser/xni/XniJBossXBParser.java | RuntimeExceptions should be run as they are! |
| 1.33 | modified | osdchicago | common/src/main/org/jboss/xml/binding/ObjectModelBuilder.java | RuntimeExceptions should be run as they are! |
| 1.2 | modified | osdchicago | webservice/test/java/org/jboss/test/ws/tools/assertions/Jaxrpc20AssertionsTestCase.java | Provides support for WSDL2.0 assertions. |
| 1.10 | modified | osdchicago | webservice/src/main/org/jboss/ws/wsdl/WSDLInterface.java | Provides support for WSDL2.0 assertions. |
| 1.17 | modified | osdchicago | webservice/src/main/org/jboss/ws/wsdl/WSDL20Reader.java | Provides support for WSDL2.0 assertions. |
| 1.19 | modified | osdchicago | webservice/src/main/org/jboss/ws/wsdl/WSDLDefinitions.java | Provides support for WSDL2.0 assertions. |
| 1.2 | modified | patriot1burke | aspects/src/main/org/jboss/aspects/asynch/AsynchProxyMixin.java | make it easier to override remote jndi bindingwrote a tutorial for the docs on this. |
| 1.6 | modified | remm | tomcat/src/resources/server.xml | - When Tomcat runs on Windows (I tested XP), and when IE is uploading data, the first read must be at least 8KB, otherwise IE enters "OMG, the server is NOT IIS, so let's switch to crap-performance" mode. - Submitted by Noel Rocher. - Other browsers don't have similar problems. - The issue is much less noticeable when Tomcat runs on Unix. |