|
| 1.12 | modified | starksm | security/src/main/org/jboss/security/auth/spi/AbstractServerLoginModule.java | Change the behavior of the base createGroup to use a SimpleGroup rather than aNestedGroup as the latter precludes the ability to combine roles across loginmodules. If that is the desired behavior the subclass would create its ownNestedGroup instance. |
| 1.13 | modified | tdiesler | webservice/src/main/org/jboss/webservice/client/ServiceImpl.java | Fix support for multiple ws4ee-deployment.xml's .At the end of endpoint deployment try to parse the published wsdl, this synchronizes all operations and chokes if there is something wrong. |
| 1.20 | modified | tdiesler | webservice/src/main/org/jboss/webservice/client/ServiceObjectFactory.java | Fix support for multiple ws4ee-deployment.xml's .At the end of endpoint deployment try to parse the published wsdl, this synchronizes all operations and chokes if there is something wrong. |
| 1.29 | modified | tdiesler | webservice/src/main/org/jboss/webservice/AxisService.java | Fix support for multiple ws4ee-deployment.xml's .At the end of endpoint deployment try to parse the published wsdl, this synchronizes all operations and chokes if there is something wrong. |
| 1.3 | modified | tdiesler | webservice/src/main/org/jboss/webservice/WSDLFilePublisher.java | change log level to debug for published imports |
| 1.15 | modified | tdiesler | webservice/src/main/org/jboss/webservice/deployment/WSDDGenerator.java | Generate comments arround types that cannot be loaded |
| 1.16 | modified | tdiesler | webservice/src/main/org/jboss/webservice/metadata/WebserviceDescriptionMetaData.java | cahnge log level for "Replace port location ..." to debug |
| 1.17 | modified | tdiesler | webservice/src/main/org/jboss/webservice/deployment/ServiceDescription.java | Fix the javaType class loading for primitive types and array types |
| 1.2 | modified | tdiesler | webservice/src/main/org/jboss/webservice/encoding/ser/MetaDataTypeDesc.java | Detect duplicate type definitions |
| 1.3 | modified | tdiesler | webservice/src/main/org/jboss/webservice/deployment/AnonymousTypeResolver.java | set log level to trace |
| 1.4 | modified | starksm | server/src/resources/dtd/jboss-client_4_0.dtd | Make the service-endpoint-interface optional. |
| 1.6 | modified | starksm | server/src/resources/dtd/jboss-web_4_0.dtd | Make the service-endpoint-interface optional. |
| 1.10 | modified | starksm | server/src/resources/dtd/jboss_4_0.dtd | Make the service-endpoint-interface optional. |
| 1.17 | modified | starksm | server/src/main/org/jboss/metadata/ServiceRefMetaData.java | Treat the service-endpoint-interface element as optional |
| 1.3 | modified | andd | iiop/src/main/org/jboss/iiop/csiv2/CSIv2Util.java | update |