Changelog for Axis2

Sun, 2 Aug 2009 02:58:00 +0100
Info
Latest commit:Thu, 30 Jul 2009 20:23:55 +0100
Total commits:145
Files Added:100
File Modifications:314
Files Deleted:3

AuthorCommits
barrettj8
azeez7
dims6
gdaniels5
veithen35
nthaker3
amilas27
rott2
ruwan2
lahiru2
dimuthu2
scheu19
woodroy12
isurues10
dobri1
nagy1
eranga1
deepal1
pradine1
RevisionAuthorDate
799446veithen2009-07-30 21:23:55 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/java2wsdl/DefaultSchemaGenerator.java
M /webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/description/java2wsdl/DefaultSchemaGeneratorTest.java
A /webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/description/java2wsdl/ExtraClass.java
AXIS2-4443: Applied patch submitted by Detelin Yordanov to fix the mapping between Java class names and schema types for inner classes. Also changed the test case for extra classes to make it orthogonal to the inner class issue.
799970dimuthu2009-08-02 02:25:49 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/CADBBeanTemplateSource.xsl
handling arrays for types with _is_particle()=> true
799977eranga2009-08-02 03:58:00 +0000
A /webservices/axis2/trunk/java/modules/corba/src/org/apache/axis2/corba/idl/parser/ExpressionUtil.java
M /webservices/axis2/trunk/java/modules/corba/src/org/apache/axis2/corba/idl/parser/IDLVisitor.java
A /webservices/axis2/trunk/java/modules/corba/src/org/apache/axis2/corba/idl/types/ConstType.java
M /webservices/axis2/trunk/java/modules/corba/src/org/apache/axis2/corba/idl/types/PrimitiveDataType.java
M /webservices/axis2/trunk/java/modules/corba/src/org/apache/axis2/corba/receivers/CorbaInOutAsyncMessageReceiver.java
const IDL data type support (Fix for AXIS2-4385)
801306dimuthu2009-08-05 17:02:50 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/CADBBeanTemplateHeader.xsl
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/CADBBeanTemplateSource.xsl
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/writer/CStructWriter.java
apply the patch (with some minor additions) to fix https://issues.apache.org/jira/browse/AXIS2C-1071. (Polymorphics types support for Axis2/C codegen) Thanks Sergio Gomes for the patch.
801630dims2009-08-06 12:49:46 +0000
M /webservices/axis2/trunk/java/modules/jaxbri/src/org/apache/axis2/jaxbri/template/JaxbRIDatabindingTemplate.xsl
fix for AXIS2-4458 - JABRI: Multiple JAXBContext creation
802446veithen2009-08-08 20:21:43 +0000
M /webservices/axis2/trunk/java/modules/corba/src/org/apache/axis2/corba/idl/parser/IDLVisitor.java
Replaced Java 6 construct by equivalent Java 5 construct.
802447veithen2009-08-08 20:25:28 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisService.java
M /webservices/axis2/trunk/java/modules/transport/http/src/org/apache/axis2/transport/http/HTTPWorker.java
M /webservices/axis2/trunk/java/modules/transport/http/src/org/apache/axis2/transport/http/ListingAgent.java
AXIS2-3784: Applied patch submitted by Boris Milanov.
803372azeez2009-08-12 06:25:17 +0000
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/control/wka/RpcMembershipRequestHandler.java
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/management/DefaultGroupManagementAgent.java
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/management/commands/ShutdownMemberCommand.java
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/state/StateClusteringCommandFactory.java
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/state/commands/UpdateStateCommand.java
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/ApplicationMode.java
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/Axis2Coordinator.java
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/ChannelListener.java
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/ClusterManagementMode.java
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/MembershipManager.java
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/MulticastBasedMembershipScheme.java
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/TribesClusteringAgent.java
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/TribesUtil.java
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/WkaBasedMembershipScheme.java
M /webservices/axis2/trunk/java/modules/clustering/test/org/apache/axis2/clustering/ContextReplicationTest.java
Optimized imports
803378azeez2009-08-12 06:50:30 +0000
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/management/DefaultGroupManagementAgent.java
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/management/DefaultNodeManager.java
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/state/ClusteringContextListener.java
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/state/DefaultStateManager.java
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/state/commands/StateClusteringCommandCollection.java
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/ApplicationMode.java
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/Axis2Coordinator.java
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/ClusterManagementMode.java
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/MembershipManager.java
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/MulticastBasedMembershipScheme.java
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/TribesClusteringAgent.java
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/TribesMembershipListener.java
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/WkaBasedMembershipScheme.java
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes/WkaMembershipService.java
Improving code based on feedback from http://nemo.sonarsource.org/drilldown/violations/org.apache.axis2:axis2-clustering?rids[]=82698&rule=pmd%3AImmutableField#
803725veithen2009-08-12 22:10:32 +0000
M /webservices/axis2/trunk/java/modules/saaj/src/org/apache/axis2/saaj/SOAPElementImpl.java
M /webservices/axis2/trunk/java/modules/saaj/src/org/apache/axis2/saaj/TextImplEx.java
Adapted SAAJ to changes in Axiom.
804129dobri2009-08-14 08:44:33 +0000
M /webservices/axis2/trunk/java/modules/parent/pom.xml
Adding little information about Dobri Kitipov into the contributors' list.
804361veithen2009-08-14 20:21:42 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/sub-build.xml
A /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/names.xsd
Added a test schema to check various possible name collisions (with Java keywords or due to case changes).
804411veithen2009-08-14 23:57:24 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/RepositoryListener.java
Fixed in issue in loadClassPathModules when there is a security manager and read access to some files in the classloader hierarchy is denied.
804413veithen2009-08-15 00:15:24 +0000
M /webservices/axis2/trunk/java/modules/distribution/src/main/assembly/bin-assembly.xml
A /webservices/axis2/trunk/java/modules/distribution/src/main/files
A /webservices/axis2/trunk/java/modules/distribution/src/main/files/conf
A /webservices/axis2/trunk/java/modules/distribution/src/main/files/conf/axis2.policy
M /webservices/axis2/trunk/java/modules/tool/script/axis2server.sh
Added an option to run the Axis2 standalone server with Java 2 security enabled. (Will change the .bat script when I get access to a Windows machine)
804453veithen2009-08-15 10:51:22 +0000
M /webservices/axis2/trunk/java/modules/jaxws
Added Eclipse specific entries to svn:ignore.
804541veithen2009-08-15 23:57:39 +0000
M /webservices/axis2/trunk/java/modules/tool/script/axis2server.bat
AXIS2-4261: Applied patch provided by Charith Dhanushka Wickramarachchi to add support for the -xdebug switch in the Windows script as well. Also set eol-style to Windows.
804654veithen2009-08-16 10:23:51 +0000
M /webservices/axis2/trunk/java/modules/webapp/src/main/java/org/apache/axis2/webapp/AdminAgent.java
M /webservices/axis2/trunk/java/modules/webapp/src/main/java/org/apache/axis2/webapp/AxisAdminServlet.java
Fixed some warnings.
804656veithen2009-08-16 10:38:10 +0000
M /webservices/axis2/trunk/java/modules/transport/http/src/org/apache/axis2/transport/http/AxisServlet.java
M /webservices/axis2/trunk/java/modules/transport/http/src/org/apache/axis2/transport/http/TransportHeaders.java
Fixed some warnings.
804666veithen2009-08-16 11:27:49 +0000
A /webservices/axis2/trunk/java/modules/webapp/src/main/java/org/apache/axis2/transport
A /webservices/axis2/trunk/java/modules/webapp/src/main/java/org/apache/axis2/transport/http
A /webservices/axis2/trunk/java/modules/webapp/src/main/java/org/apache/axis2/transport/http/AxisAdminServlet.java
AXIS2-4464: Added org.apache.axis2.transport.http.AxisAdminServlet (extending org.apache.axis2.webapp.AxisAdminServlet) for compatibility with Web applications and tools written for Axis2 1.4.
804675veithen2009-08-16 11:51:07 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/AxisConfigBuilder.java
AXIS2-4464: Make all Throwables (and not only Exceptions) non fatal when trying to instantiate a deployer. Also raised the log level from info to warning when instantiation fails.
804716veithen2009-08-16 16:40:59 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/POJODeployer.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/util/Utils.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/java2wsdl/DefaultSchemaGenerator.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/java2wsdl/DocLitBareSchemaGenerator.java
A /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/jsr181
A /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/jsr181/JSR181Helper.java
A /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/jsr181/JSR181HelperImpl.java
A /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/jsr181/NullJSR181Helper.java
A /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/jsr181/WebMethodAnnotation.java
A /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/jsr181/WebParamAnnotation.java
A /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/jsr181/WebResultAnnotation.java
A /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/jsr181/WebServiceAnnotation.java
A /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/jsr181/package-info.java
Break the direct dependency on the JSR 181 API to avoid failure if the JAR is not available at runtime (as with Web projects created by Eclipse JST; see AXIS2-4464). This is useful because the JSR 181 annotations are optional.
804742veithen2009-08-16 18:44:03 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisService.java
Fixed Javadoc.
804771veithen2009-08-16 20:41:37 +0000
M /webservices/axis2/trunk/java/modules/tool/script/setenv.sh
AXIS2-4324: Eliminated some bashisms in setenv.sh. Also fixed formatting and set svn:eol-style.
804774veithen2009-08-16 20:54:29 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/SOAPMessageFormatter.java
AXIS2-4302: Use short circuit logical and operator (&&) where appropriate.
804860amilas2009-08-17 04:37:13 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/ServiceClient.java
if the axisService already exists in the axisconfiguration we need to use that inside the service client as well.
805253gdaniels2009-08-18 02:07:10 +0000
M /webservices/axis2/trunk/java/modules/integration/pom.xml
Merge over un-exclude of test from 1.5 branch.
805298veithen2009-08-18 07:28:54 +0000
M /webservices/axis2/trunk/java/modules/distribution/src/main/files/conf/axis2.policy
M /webservices/axis2/trunk/java/modules/tool/script/axis2server.bat
Enabled the change in r804413 (Java 2 security) for Windows as well.
805530veithen2009-08-18 18:36:01 +0000
M /webservices/axis2/trunk/java/modules/transport/http
Set up svn:ignore for Eclipse.
805578veithen2009-08-18 21:05:26 +0000
M /webservices/axis2/trunk/java/modules/transport/http/src/org/apache/axis2/transport/http/AxisServlet.java
A /webservices/axis2/trunk/java/modules/transport/http/src/org/apache/axis2/transport/http/AxisServletListener.java
D /webservices/axis2/trunk/java/modules/transport/http/src/org/apache/axis2/transport/http/CustomListener.java
M /webservices/axis2/trunk/java/modules/transport/http/src/org/apache/axis2/transport/http/ListingAgent.java
AXIS2-4465: Cleaned up the TransportInDescription/TransportListener mess in AxisServlet. See JIRA for an overview of the change.
805755isurues2009-08-19 11:36:41 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/AxisEvent.java
correcting a some spelling mistakes in AxisEvent class
805981veithen2009-08-19 21:25:03 +0000
M /webservices/axis2/trunk/java/modules/parent/pom.xml
M /webservices/axis2/trunk/java/modules/webapp/pom.xml
Specify the maven-war-plugin version using pluginManagement instead of property.
805988veithen2009-08-19 21:48:26 +0000
M /webservices/axis2/trunk/java/modules/kernel/pom.xml
M /webservices/axis2/trunk/java/modules/parent/pom.xml
Moved the dependency on jsr311-api to the right location.
805999veithen2009-08-19 22:37:03 +0000
M /webservices/axis2/trunk/java/modules/java2wsdl/pom.xml
Removed jaxen as an explicit dependency of java2wsdl. Reason: java2wsdl doesn't use Jaxen and removing it allows us to get rid of some unwanted transitive dependencies (e.g. xom). Note that jaxen is still a transitive dependency of java2wsdl (via axiom-api), but with stricter exclusion rules.
806085isurues2009-08-20 08:25:41 +0000
M /webservices/axis2/trunk/java/modules/transport/http/src/org/apache/axis2/transport/http/AxisServlet.java
making the method preprocessRequest protected. This will allow custom extensions of AxisServlet to use this method..
806331veithen2009-08-20 20:01:19 +0000
M /webservices/axis2/trunk/java/modules/transport/http/src/org/apache/axis2/transport/http/AxisServlet.java
AXIS2-4465: Restored the initContextRoot method for compatibility with 1.5.
806548dims2009-08-21 13:42:10 +0000
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/message/databinding/impl/ClassFinderImpl.java
Avoid picking up unnecessary JAX-B packages
Example: org.apache.xyz and org.apache.xyz123 (note that the 2nd package has 3 more characters than the first one)
807160amilas2009-08-24 11:44:35 +0000
M /webservices/axis2/trunk/java/modules/addressing/pom.xml
M /webservices/axis2/trunk/java/modules/jaxws-mar/pom.xml
M /webservices/axis2/trunk/java/modules/mex/pom.xml
M /webservices/axis2/trunk/java/modules/mtompolicy-mar/pom.xml
M /webservices/axis2/trunk/java/modules/parent/pom.xml
M /webservices/axis2/trunk/java/modules/ping/pom.xml
M /webservices/axis2/trunk/java/modules/samples/version/pom.xml
M /webservices/axis2/trunk/java/modules/scripting/pom.xml
M /webservices/axis2/trunk/java/modules/soapmonitor/module/pom.xml
set the mar and aar pluging version to latest released versions. this enables one to build the
axis2 from the trunk without building the mar and aar maven plugins. Those plugins are hardly changed
and it is enough to go ahead with the released version.
807487amilas2009-08-25 05:50:18 +0000
M /webservices/axis2/trunk/java/modules/distribution/src/main/assembly/bin-assembly.xml
Added Apache tomcat tribes and juli jar dependancies to bin distribution.
807490amilas2009-08-25 05:51:50 +0000
M /webservices/axis2/trunk/java/modules/webapp/pom.xml
adding clustring dependancies to war distribution
807512amilas2009-08-25 07:57:01 +0000
M /webservices/axis2/trunk/java/modules/transport/http/src/org/apache/axis2/transport/http/AxisServlet.java
remove the dependency of AxisServletListener. Now any one can use their own transport listners as before
the recent change to AxisServlet.
807837scheu2009-08-25 22:17:15 +0000
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/server/dispatcher/ProviderDispatcher.java
AXIS2-4474
Contributor:Rich Scheuerle
Detect the presence of a SOAP:Fault in the Provider's response.
If detected, a Fault response message context is built (which will respect the settings of the wsa FaultTo address)
807879amilas2009-08-26 05:09:26 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/Utils.java
support REST type fault responses received for soap messages.
808279amilas2009-08-27 04:44:58 +0000
M /webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/utils/BeanUtil.java
apply the suggestion to fixe the issue AXIS2-4476
808354amilas2009-08-27 10:31:02 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContextFactory.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/util/Utils.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/AxisConfiguration.java
Applied the patch for AXIS2-4373
809569scheu2009-08-31 13:01:28 +0000
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/datasource/jaxb/JAXBDSContext.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/context/WebServiceContextImpl.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/context/utils/ContextUtils.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/server/EndpointCallback.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/server/EndpointController.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/server/dispatcher/JavaDispatcher.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/server/endpoint/lifecycle/impl/EndpointLifecycleManagerImpl.java
A /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/message/JAXBDSContextTests.java
M /webservices/axis2/trunk/java/modules/jaxws/test-resources/xsd/echo.xsd
M /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/context/MessageContextImpl.java
M /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/context/tests/MessageContextTests.java
AXIS2-4481
Fix JAX-WS marshaling flow using xsi:type to use the marshal to OutputStream optimization
Contributor:Rich Scheuerle
Performance Testing: Doug Larson
809759veithen2009-08-31 21:50:11 +0000
M /webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/CodeGenConfiguration.java
M /webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/emitter/AxisServiceBasedMultiLanguageEmitter.java
M /webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/extension/AbstractPrettyPrinterExtension.java
M /webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/extension/JavaPrettyPrinterExtension.java
AXIS2-4477: Let the code generator track all output files, so that we can limit pretty printing to generated files.
809992isurues2009-09-01 12:00:42 +0000
M /webservices/axis2/trunk/java/modules/json/src/org/apache/axis2/json/AbstractJSONDataSource.java
using a StringBuffer to support large JSON strings
810978rott2009-09-03 14:48:49 +0000
M /webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/description/impl/ServiceDescriptionImpl.java
initial WSDL processing should flow through XML catalog
811000rott2009-09-03 15:42:24 +0000
M /webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/catalog/impl/OASISCatalogManager.java
getResource call should be wrapped in doPriv to support java2security
811649woodroy2009-09-05 13:53:08 +0000
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/datasource/jaxb/JAXBDSContext.java
M /webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml
A /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/jaxb
A /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/jaxb/string
A /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/jaxb/string/Echo.java
A /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/jaxb/string/EchoResponse.java
A /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/jaxb/string/JAXBStringPortType.java
A /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/jaxb/string/JAXBStringPortTypeImpl.java
A /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/jaxb/string/JAXBStringService.java
A /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/jaxb/string/JAXBStringUTF16Tests.java
A /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/jaxb/string/JAXBStringUTF8Tests.java
A /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/jaxb/string/META-INF
A /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/jaxb/string/META-INF/echostring.wsdl
A /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/jaxb/string/ObjectFactory.java
Set a property on the marshaller to enable proper handling of encoding
812388isurues2009-09-08 08:35:32 +0000
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/framework/JAXWSDeployer.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/DeploymentEngine.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/POJODeployer.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/RepositoryListener.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/ServiceDeployer.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/util/Utils.java
A /webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/deployment/HierarchicalServiceTest.java
A /webservices/axis2/trunk/java/modules/kernel/test-resources/deployment/hierarchicalServiceRepo
A /webservices/axis2/trunk/java/modules/kernel/test-resources/deployment/hierarchicalServiceRepo/axis2.xml
A /webservices/axis2/trunk/java/modules/kernel/test-resources/deployment/hierarchicalServiceRepo/services
A /webservices/axis2/trunk/java/modules/kernel/test-resources/deployment/hierarchicalServiceRepo/services/foo
A /webservices/axis2/trunk/java/modules/kernel/test-resources/deployment/hierarchicalServiceRepo/services/foo/bar
A /webservices/axis2/trunk/java/modules/kernel/test-resources/deployment/hierarchicalServiceRepo/services/foo/bar/1.0.0
A /webservices/axis2/trunk/java/modules/kernel/test-resources/deployment/hierarchicalServiceRepo/services/foo/bar/1.0.0/testService
A /webservices/axis2/trunk/java/modules/kernel/test-resources/deployment/hierarchicalServiceRepo/services/foo/bar/1.0.0/testService/META-INF
A /webservices/axis2/trunk/java/modules/kernel/test-resources/deployment/hierarchicalServiceRepo/services/foo/bar/1.0.0/testService/META-INF/services.xml
A /webservices/axis2/trunk/java/modules/kernel/test-resources/deployment/hierarchicalServiceRepo/services/foo/bar/1.0.1
A /webservices/axis2/trunk/java/modules/kernel/test-resources/deployment/hierarchicalServiceRepo/services/foo/bar/1.0.1/testService
A /webservices/axis2/trunk/java/modules/kernel/test-resources/deployment/hierarchicalServiceRepo/services/foo/bar/1.0.1/testService/META-INF
A /webservices/axis2/trunk/java/modules/kernel/test-resources/deployment/hierarchicalServiceRepo/services/foo/bar/1.0.1/testService/META-INF/services.xml
Implementing hierarchical service deployment support
* This is basically implemented by adding recursion into the service finding logics in RepositoryListener class. So the hierarchical support is there for AAR services and any
other type of service which is comming from the axis2.xml (ex: pojo, jaxws etc..)
* This includes deployment test cases for hierarchial services
* And also this fixes a bug which was there when undeploying jaxws services
812633scheu2009-09-08 18:55:20 +0000
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/datasource/jaxb/JAXBAttachmentUnmarshaller.java
AXIS2-4463
Contributor:Rich Scheuerle
Remove unreachable code.
813007woodroy2009-09-09 15:48:15 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java
If we are unable to find the SOAPHeader within the WSDL definition, then look deeper in the imports to find the requested Message.
813342isurues2009-09-10 10:06:08 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/RepositoryListener.java
minor fix
813749isurues2009-09-11 09:59:35 +0000
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/framework/JAXWSDeployer.java
minor fix
813871woodroy2009-09-11 15:07:39 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java
Correction to getMessage recursion problem
813872woodroy2009-09-11 15:15:25 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/MessageContextBuilder.java
Fix NPE that occurs when Operation parameter is null for Soap12 faults
814572amilas2009-09-14 10:48:33 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java
fixed the issue AXIS2-4071. check the existence of an element before adding it to the schema.
815299azeez2009-09-15 12:37:49 +0000
M /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/state/commands/UpdateServiceStateCommand.java
check axis2 service availability
815607isurues2009-09-16 05:03:28 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/Constants.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/util/Utils.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/dispatchers/HTTPLocationBasedDispatcher.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/dispatchers/RequestURIBasedOperationDispatcher.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/dispatchers/RequestURIBasedServiceDispatcher.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/Utils.java
M /webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/deployment/HierarchicalServiceTest.java
M /webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/dispatchers/RequestURIBasedOperationDispatcherTest.java
M /webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/dispatchers/RequestURIBasedServiceDispatcherTest.java
M /webservices/axis2/trunk/java/modules/transport/http/src/org/apache/axis2/transport/http/HTTPWorker.java
Supporting hierarchical services with the '/' charactor. Currently '!' charactor is used to indicate the service hierarchy. But the natural and proper way is to use the '/'
character. Therefore used '/' and improved the dispatching logic to support all possible scenarios.
Added service and operation dispatching tests to cover all possilbe scenarios.
816422gdaniels2009-09-18 01:07:12 +0000
M /webservices/axis2/trunk/java/modules/documentation/pom.xml
Fix https://issues.apache.org/jira/browse/AXIS2-4434
JavaDoc was failing due to annotations in the JAXWS metadata module that were not added as dependencies. All better now.
816740veithen2009-09-18 18:45:58 +0000
M /webservices/axis2/trunk/java/modules/jaxws/pom.xml
Removed the direct dependency on jaxen. axis2-jaxws doesn't use Jaxen and the dependency introduces several unwanted transitive dependencies (such as dom4j, jdom and XOM). This also makes sure that xercesImpl is no longer included in the distribution: it should not be necessary to ship Xerces because Axis2 now requires Java 1.5.
816804veithen2009-09-18 22:37:17 +0000
M /webservices/axis2/trunk/java/modules/integration/pom.xml
Reduced the dependencies in the integration tests to direct dependencies on other Axis2 artifacts. This makes sure that the classpath used by the tests is similar to what a user would get. This should allow us to detect dependency issues more easily.
816812veithen2009-09-18 23:31:22 +0000
M /webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml
Reduced the direct dependencies of jaxws-integration; same reasons as in r816804.
816891veithen2009-09-19 11:04:30 +0000
M /webservices/axis2/trunk/java/modules/integration/itest-build.xml
D /webservices/axis2/trunk/java/modules/integration/test-resources/wsdl20/GreatH.wsdl
M /webservices/axis2/trunk/java/modules/integration/test-resources/wsdl20/HotelReservationService.wsdl
M /webservices/axis2/trunk/java/modules/kernel/pom.xml
M /webservices/axis2/trunk/java/modules/parent/pom.xml
Fixed the xercesImpl dependency:
* Added an integration test that invokes code generation from a WSDL 2.0. This test fails when xercesImpl is not in the classpath, as expected from WODEN-152.
* Cleaned up the existing WSDL 2.0 test files so that only the final version of WSDL 2.0 is used.
* Changed the dependencies so that xercesImpl comes in as a transitive dependency of woden-impl-dom. This is now the only dependency on xercesImpl.
817419scheu2009-09-21 21:40:52 +0000
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/datasource/jaxb/JAXBCustomBuilder.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/Constants.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/handler/HandlerUtils.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/handler/SOAPHeadersAdapter.java
M /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/datasource/jaxb/JAXBCustomBuilderDisableStreamingTests.java
M /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/WrapTests.java
AXIS-4502
Contributor:Rich Scheuerle
Added "jaxws.payload.highFidelity" property and configuration parameter.
An administrator can set this on the Axis2Configuration.
A programmer can set this on a JAX-WS BindingProvider RequestContext.
(I am not aware of a programatic way in JAX-WS to set this on a inbound context on the server...the @WebServiceContext is
a mechanism to pass the MessageContext to the @WebMethod, but there is no way to set a property to affect behavior
on the chain...so for now we are limited to a ConfigurationParameter.)
817422woodroy2009-09-21 21:51:05 +0000
A /webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/util/MessageContextBuilderTest.java
Add testcase for fix to MessageContextBuilder
Contributor: Roy Wood
817854woodroy2009-09-22 21:52:01 +0000
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/marshaller/factory/MethodMarshallerFactory.java
M /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/description/AnnotationDescriptionTests.java
Fix isDocLitMinimalMethodMarshaller to look for responseWrapper only if the operation is not oneWay
contributor: Roy Wood
817877barrettj2009-09-22 22:46:32 +0000
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/message/impl/MessageImpl.java
A /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/message/impl
A /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/message/impl/MessageImplTest.java
M /webservices/axis2/trunk/java/modules/jaxws/test-resources/log4j.properties
Don't NPE if the transport headers collection contains a null value. Add test for same.
Also, turn off debug when running JAXWS tests.
817965amilas2009-09-23 05:11:34 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/AxisEngine.java
fixed the issue AXIS2-4280. now axis2 does not log the appliction level faults
818096woodroy2009-09-23 13:23:15 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/MessageContextBuilder.java
M /webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/util/MessageContextBuilderTest.java
Apply proper namespace qualification to SOAPFaultCode text field per SOAP specification
818124barrettj2009-09-23 14:46:15 +0000
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/server/dispatcher/JavaDispatcher.java
A /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/server/dispatcher
A /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/server/dispatcher/JavaDispatcherLoggingTest.java
Log the context classloader before and after invoking the JAXWS endpoint. This helps identify issues where the classloader may be changed during invocation. That is important because JAXB contexts are based on the classloader, and if the classloader is changed that could cause problems related to not being able to find the correct JAXB Context to marshall responses. Add associated test for the log message.
818164nthaker2009-09-23 16:55:01 +0000
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/Constants.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/client/ClientUtils.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/client/dispatch/BaseDispatch.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/core/controller/impl/AxisInvocationController.java
M /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/provider/OMProviderTests.java
M /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/provider/om/OMProvider.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/Options.java
AXIS2-4506
818290nthaker2009-09-23 22:28:27 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContext.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/ListenerManager.java
AXIS2-4507
818456woodroy2009-09-24 12:14:16 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/POJODeployer.java
Handle null pointer string for service hierarchy
818641barrettj2009-09-24 22:10:26 +0000
A /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/client/PortDeserializationTests.java
M /webservices/axis2/trunk/java/modules/kernel/pom.xml
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/MessageContext.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/OperationContext.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ServiceContext.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/externalize/ActivateUtils.java
A /webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/context/externalize
A /webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/context/externalize/ActivateUtilsTest.java
Add the service QName and port local name to the serialized data for an AxisService. This information can be used when the service is deserialized to activate the appropriate AxisService in the case where the AxisService name is not unique or not matched. This can happen in the case where multiple AxisServices were created for the same service and portname, and so a unique ID was appended to the AxisService name. In that case, the serialized AxisService name may not match the current AxisService names after a system restart. If an exact name match can not be found after deserialization during activation, then a match is made on the sevice QName and port local name.
Added tests for same.
Also removed the generic exclude of tests with the name *Util*.java. Added explicit excludes for the two tests currently being excluded by that pattern.
818838barrettj2009-09-25 12:40:53 +0000
M /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/client/PortDeserializationTests.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/externalize/ActivateUtils.java
Fix the activation of a deserialized AxisService to look use an exact name match if one is found and use the Service QName/Port local name match if an exact match can't be found.
Update the test to validate that.
819041nthaker2009-09-25 21:58:25 +0000
A /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/context/listener
A /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/context/listener/CompositeInputStream.java
A /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/context/listener/ContextListenerUtils.java
A /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/context/listener/ParserInputStreamCustomBuilder.java
A /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/context/listener/ProviderOMContextListener.java
A /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/message/databinding/ParsedEntityReader.java
A /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/message/databinding/impl/ParsedEntityReaderImpl.java
A /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/message/factory/ParsedEntityReaderFactory.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/registry/FactoryRegistry.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/server/dispatcher/ProviderDispatcher.java
A /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/context
A /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/context/listener
A /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/context/listener/CompositeInputStreamTests.java
A /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/context/listener/ParserInputStreamCustomBuilderTests.java
A /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/context/listener/ProviderOMContextListenerTests.java
AXIS2-4509.
This is a performance improvement item for Provider<OMElement> JAX-WS api. I am adding new Custom Builder that creates OM backed by DataSource (ParserInputStreamDataSource contributed to Axiom) that avoids unnecessary expansion of OM improving providers performance.
819156woodroy2009-09-26 15:42:55 +0000
M /webservices/axis2/trunk/java/modules/metadata/pom.xml
A /webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/description/MethodRetriever.java
M /webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/description/builder/MDQConstants.java
M /webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/description/impl/EndpointDescriptionImpl.java
M /webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/description/impl/EndpointInterfaceDescriptionImpl.java
A /webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/description/impl/LegacyMethodRetrieverImpl.java
A /webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/description/impl/PostRI216MethodRetrieverImpl.java
M /webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/description/impl/ServiceDescriptionImpl.java
M /webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/description/validator/EndpointInterfaceDescriptionValidator.java
A /webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/util/WSToolingUtils.java
M /webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/AnnotationServiceImplDescriptionTests.java
M /webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/ValidateWSDLTests.java
Support new SUN 1.6 behavior concerning processing of @WebMethod annotations
819458amilas2009-09-28 06:27:26 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/util/Utils.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisService.java
introduce a new parameter called setEndpointsToAllUsedBindings. This parameter adds new endpoints for all transports when the user has set
the useorignalwsdl to false but there is a wsdl file in the META-INF to generates the AxisService.
if this parameter sets then first it clear all the available endpoints and add available endpoints to existing bindings
820172woodroy2009-09-30 04:34:34 +0000
M /webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/description/impl/EndpointInterfaceDescriptionImpl.java
M /webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/description/impl/OperationDescriptionImpl.java
M /webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/DescriptionTestUtils.java
A /webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/impl/OperationDescriptionImplTests.java
Added a new test and modified OperationDescriptionImpl to use the targetNamespace from the Endpoint Interface when determining the QName for the operation.
820534amilas2009-10-01 05:18:43 +0000
M /webservices/axis2/trunk/java/modules/xmlbeans/src/org/apache/axis2/xmlbeans/CodeGenerationUtility.java
fixing a possible issue as commented in AXIS2-3048. i.e having two xsds like supported.xsd and unsupported.xsd
820619amilas2009-10-01 11:55:43 +0000
M /webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/emitter/AxisServiceBasedMultiLanguageEmitter.java
setting the root cause exception to the exception being thrown
820626amilas2009-10-01 12:23:02 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisService.java
change the addressing endpoint address as well if it is available
820862nagy2009-10-02 01:34:17 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/DeploymentConstants.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/ModuleBuilder.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisService.java
M /webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/description/AxisServiceTest.java
Enhancement to allow operations declared within modules to specify that they may be overridden by an operation on a service implementation without having both operations be deregistered.
821686amilas2009-10-05 05:20:39 +0000
M /webservices/axis2/trunk/java/modules/transport/http/src/org/apache/axis2/transport/http/AxisServlet.java
correct the logice if the request is secure it should get https
821689amilas2009-10-05 05:49:24 +0000
A /webservices/axis2/trunk/java/modules/webapp/conf/axis2.xml
M /webservices/axis2/trunk/java/modules/webapp/pom.xml
adding a new axis2.xml to be used with the web app. this axis2.xml contains the special servlet transport to specify the port.
822106gdaniels2009-10-06 01:49:13 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/ServiceClient.java
Merge over fixes from 1.5 branch.
822110gdaniels2009-10-06 02:53:50 +0000
M /webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/http-transport.xml
Update docs.
822303amilas2009-10-06 14:58:44 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/SchemaCompiler.java
added the uwc option to top level elements with simple types and let uwc enable even for elements
not having minOccurs or nillable. This is done to support the interop test cases with uses boundary values
822304amilas2009-10-06 14:59:50 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java
set the nillable attributes to new elements
822738amilas2009-10-07 13:49:43 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/SchemaCompiler.java
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/ADBBeanTemplate-bean.xsl
handle nillable for base64binary i.e. for datahandler objects
823125veithen2009-10-08 11:07:55 +0000
M /webservices/axis2/trunk/java/modules/parent/pom.xml
Added a pluginManagement entry for build-helper-maven-plugin to avoid snapshot and/or moving plugin dependencies.
823134veithen2009-10-08 11:37:29 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/AbstractTestCase.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/base64binary/Base64BinaryTest.java
Extended the ADB test suite to cover the following cases:
- MTOM messages that use unoptimized base64.
- DataHandler objects with zero length.
823318scheu2009-10-08 20:49:03 +0000
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/marshaller/impl/alt/MethodMarshallerUtils.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/message/XMLFault.java
AXIS2-4523
Contributor: Rich Scheuerle
This is a small change to the JAX-WS exception unmarshalling code.
The JAX-WS engine uses the first element of the Fault detail to find and unmarshal a service exception (aka application exception). The code is chagned to use the first element even if there are more than one element inside the fault detail.
Extra debug information is also added.
823850veithen2009-10-10 13:17:37 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/AbstractTestCase.java
Reduced the noise caused by r823134 during test execution.
823922veithen2009-10-10 19:15:14 +0000
M /webservices/axis2/trunk/java/modules/integration/itest-build.xml
Use correct classpath when executing WSDL2Java in the integration tests for WSDL 2.0. This fixes the build failure since Woden depends on slf4j-log4j12 in scope runtime.
823960veithen2009-10-10 21:54:18 +0000
M /webservices/axis2/trunk/java/modules/transport/http/src/org/apache/axis2/transport/http/AxisServlet.java
AxisServlet wraps the ServletOutputStream in a BufferedOutputStream but doesn't care to flush the BufferedOutputStream, and thus relies on the message formatter to do so. This however is not a requirement specified by the MessageFormatter interface and is also a difference with respect to other transports that manage the output stream properly.
This patch changes AxisServlet to properly flush any buffered data and solves the issue described in [1].
[1] http://markmail.org/message/dcmi7x4uu5ox6zlp
825160scheu2009-10-14 15:07:19 +0000
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/handler/SoapMessageContext.java
M /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/handler/HandlerPrePostInvokerTests.java
AXIS2-4528
Contributor: Lori VanGuilick
Summary:
Changes to the SOAPMessageContext to remember if the message has been queried by the JAX-WS handlers.
A unit test to verify the changes.
825943scheu2009-10-16 15:33:12 +0000
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/message/util/XMLFaultUtils.java
M /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/misc/XMLFaultTest.java
AXIS2-4530
Contributor: Wendy Raschke
XMLFault fix plus verification test
829296scheu2009-10-24 01:46:13 +0000
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/datasource/jaxb/JAXBDSContext.java
A /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/datasource/jaxb/XMLStreamWriterArrayFilter.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/marshaller/impl/alt/DocLitWrappedMinimalMethodMarshaller.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/marshaller/impl/alt/MethodMarshallerUtils.java
A /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/message/OccurrenceArray.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/message/databinding/JAXBUtils.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/message/impl/XMLSpineImpl.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/runtime/description/marshal/MarshalServiceRuntimeDescription.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/runtime/description/marshal/impl/ArtifactProcessor.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/runtime/description/marshal/impl/MarshalServiceRuntimeDescriptionBuilder.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/runtime/description/marshal/impl/MarshalServiceRuntimeDescriptionImpl.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/runtime/description/marshal/impl/PackageSetBuilder.java
M /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/message/JAXBDSContextTests.java
M /webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml
A /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/DLWMinArrayTests.java
M /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/DLWMinTests.java
A /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/dlwminArrays
A /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/dlwminArrays/ComplexArrayResponse.java
A /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/dlwminArrays/ComplexListResponse.java
A /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/dlwminArrays/GenericService.java
A /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/dlwminArrays/IGenericService.java
A /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/dlwminArrays/SimpleArrayResponse.java
A /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/dlwminArrays/SimpleListResponse.java
A /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/dlwminArrays/WSUser.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/JavaUtils.java
AXIS2-3341
Contributor: Rich Scheuerle
Added code to support arrays/lists for the Document Literal Wrapped "Minimal" scenarios.
"Minimal" means that the JAX-WS service lacks wrapper beans.
The use of JAX-WS services that lack wrapper beans is not recommended.
Also added verification tests to validate the code.
829297scheu2009-10-24 02:07:34 +0000
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/datasource/jaxb/JAXBDSContext.java
AXIS2-3341
Contributor: Rich Scheuerle
Quick Fix to remove bad import
829832pradine2009-10-26 15:43:42 +0000
M /webservices/axis2/trunk/java/modules/addressing/src/org/apache/axis2/handlers/addressing/AddressingOutHandler.java
M /webservices/axis2/trunk/java/modules/addressing/test/org/apache/axis2/handlers/addressing/AddressingOutHandlerTest.java
A /webservices/axis2/trunk/java/modules/addressing/test-resources/addressingDisabledTest.xml
A /webservices/axis2/trunk/java/modules/addressing/test-resources/addressingEnabledTest.xml
A /webservices/axis2/trunk/java/modules/addressing/test-resources/axis2-IncludeOptionalHeadersFalse.xml
A /webservices/axis2/trunk/java/modules/addressing/test-resources/axis2-IncludeOptionalHeadersTrue.xml
A /webservices/axis2/trunk/java/modules/addressing/test-resources/axis2-disableAddressingForOutMessagesFalse.xml
A /webservices/axis2/trunk/java/modules/addressing/test-resources/axis2-disableAddressingForOutMessagesTrue.xml
A /webservices/axis2/trunk/java/modules/addressing/test-resources/axis2-noParameters.xml
A /webservices/axis2/trunk/java/modules/addressing/test-resources/withOptionalHeadersTest.xml
Applying patch for jira issue AXIS2-4536.
831081scheu2009-10-29 20:40:14 +0000
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/message/impl/BlockImpl.java
Contributor: Rich Scheuerle
Make sure the XMLStreamReader is closed with Dispatch<Source> is used.
831203amilas2009-10-30 05:17:14 +0000
M /webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/utils/writer/MTOMAwareOMBuilder.java
remove this check since this could cause problems if a namespace use in two different scopes with different prefixes.
here we assume ADB writes a vaild stream
832133scheu2009-11-02 22:07:29 +0000
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/context/listener/ParserInputStreamCustomBuilder.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/message/factory/ParsedEntityReaderFactory.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/spi/ServiceDelegate.java
M /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/dispatch/OMElementDispatchTest.java
AXIS2-4509
Contributor: Davanum Srinivas, Rich Scheuerle
Enables optimization on Dispatch<OMElement> return path.
Added a verification test.
833274gdaniels2009-11-06 02:15:11 +0000
M /webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml
Remove TCP transport stuff, and replace with a reference to the commons transport project.
834058dims2009-11-09 13:39:50 +0000
M /webservices/axis2/trunk/java/modules/parent/pom.xml
getting http 301 redirects from nonav url
834175dims2009-11-09 18:48:36 +0000
M /webservices/axis2/trunk/java/modules/parent/pom.xml
M /webservices/axis2/trunk/java/modules/samples/java_first_jaxws/pom.xml
M /webservices/axis2/trunk/java/modules/samples/jaxws-samples/pom.xml
M /webservices/axis2/trunk/java/modules/tool/axis2-ant-plugin/pom.xml
M /webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
M /webservices/axis2/trunk/java/modules/tool/axis2-eclipse-service-plugin/pom.xml
M /webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/pom.xml
- Update versions of some plugins
- Avoid http redirects caused by https://maven-repository.dev.java.net/nonav/repository/
- Fix packaging entry for idea and eclipse plugins
834302dims2009-11-10 02:06:03 +0000
M /webservices/axis2/trunk/java/modules/tool/axis2-aar-maven-plugin/pom.xml
M /webservices/axis2/trunk/java/modules/tool/axis2-mar-maven-plugin/pom.xml
don't generate unique versions
834314dims2009-11-10 02:59:30 +0000
M /webservices/axis2/trunk/java/modules/parent/pom.xml
reflect the current SNAPSHOT(s) being generated by xmlschema 1.4.X and neethi 3.x
834771deepal2009-11-11 05:16:19 +0000
M /webservices/axis2/trunk/java/modules/documentation/xdocs/download.xml
updates for the correct repos
835113woodroy2009-11-11 22:54:35 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/ServiceClient.java
Use proper default value of AUTO_OPERATION_CLEANUP property
Javadoc for cleanupTransport states the default value is 'false'
835405lahiru2009-11-12 15:02:48 +0000
M /webservices/axis2/trunk/java/modules/parent/pom.xml
fixing the issue with building Axis2 with a clean repo due to relocation of java.net repo.
835737amilas2009-11-13 04:39:18 +0000
M /webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/emitter/AxisServiceBasedMultiLanguageEmitter.java
provide generic support for exception base class constructors
835742amilas2009-11-13 04:56:21 +0000
M /webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/emitter/AxisServiceBasedMultiLanguageEmitter.java
M /webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/ExceptionTemplate.xsl
setting the serialVersionUID to exception classes
835745amilas2009-11-13 05:33:33 +0000
M /webservices/axis2/trunk/java/modules/jaxbri/src/org/apache/axis2/jaxbri/CodeGenerationUtility.java
let users to specify arguments starting with X for jaxbri databinding. eg. -EXsync-methods -EXlocator
835749amilas2009-11-13 05:41:16 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContext.java
need to destroy the listner manager otherwise worker pool is not get terminated.
835823amilas2009-11-13 12:32:24 +0000
M /webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/typemapping/SimpleTypeMapper.java
fixed the issue AXIS2-4544
836163ruwan2009-11-14 12:46:15 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/ListenerManager.java
Adding an informative error message when trying to start an already started listener manager
836184ruwan2009-11-14 14:16:15 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/ListenerManager.java
Minor changes [logging and documentaiton improvements]
836223woodroy2009-11-14 17:41:52 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/ServiceClient.java
Revert to using intended default value of AUTO_OPERATION_CLEANUP property
881455barrettj2009-11-17 19:38:18 +0000
M /webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/description/impl/EndpointDescriptionImpl.java
Disable the ServiceClient Auto Operation Cleanup property. JAXWS will drive the appropriate cleanup based on ServiceDelegate finalization.
881471barrettj2009-11-17 20:00:49 +0000
M /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/client/dispatch/DynamicPortCachingTests.java
Remove println from test
881670amilas2009-11-18 05:29:59 +0000
M /webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/emitter/AxisServiceBasedMultiLanguageEmitter.java
M /webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl
A /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/FaultMapKey.java
keeping the only element Qname to get the exception details cause a problem if two operations has the fault messages
with same element qname. (eg. http://131.107.72.15/SoapWsdl_Faults_DocLitW_Service_Indigo/AppFaultsService.svc?wsdl)
inorder to solve this problem we need to keep both operation name and qname as the key for fault maps.
881831barrettj2009-11-18 16:47:57 +0000
M /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/message/FaultTests.java
M /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/message/JAXBCustomBuilderTests.java
M /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/message/JAXBDSContextTests.java
M /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/message/MessagePersistanceTests.java
M /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/message/MessageTests.java
M /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/spi/handler/DummyLogicalHandler.java
M /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/utility/AttachmentUtilityTests.java
Change JAXWS unit test println to calls to TestLogger.logger.debug
882071amilas2009-11-19 08:18:13 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/SchemaCompiler.java
moving the classes generated in default package to a axis2 specific package. otherwise those classes can not be accesed by other classes
882698scheu2009-11-20 19:57:29 +0000
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/context/listener/ContextListenerUtils.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/context/listener/ParserInputStreamCustomBuilder.java
M /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/context/listener/ParserInputStreamCustomBuilderTests.java
AXIS2-4550
Contributor:Lori VanGulick and Bill Nagy
Committer: Rich Scheuerle
Fix to ParserInputStream to correct namespaces. Also a validation test.
882709scheu2009-11-20 21:00:41 +0000
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/context/listener/ParserInputStreamCustomBuilder.java
M /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/context/listener/ParserInputStreamCustomBuilderTests.java
AXIS2-4561
Contributor:Rich Scheuerle
Fix ClassCastException when an message containing a SOAP Fault is consumed by a JAX-WS Dispatch<OMElement> API.
Added a unit test for validation.
883318isurues2009-11-23 12:25:05 +0000
M /webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/description/impl/EndpointDescriptionImpl.java
minor fix to properly generate endpoints when creating axis service using the generated wsdl
883361scheu2009-11-23 15:09:49 +0000
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/message/databinding/JAXBUtils.java
M /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/misc/JAXBContextTest.java
AXIs2-4562
Contributor:Rich Scheuerle
To improve the performance of the initialization of a JAXBContext, exclude SessionBean objects from the calculation.
Also provided a test.
884274scheu2009-11-25 21:08:20 +0000
A /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/spi/JAXBExclude.java
A /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/misc/jaxbexclude
A /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/misc/jaxbexclude/Bean.java
A /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/misc/jaxbexclude/Bean2.java
AXIs2-4562
Contributor:Rich Scheuerle
To improve the performance of the initialization of a JAXBContext, exclude SessionBean objects from the calculation.
Also provided a test.
884291scheu2009-11-25 22:03:07 +0000
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/runtime/description/marshal/impl/PackageSetBuilder.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/utility/JavaUtils.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/wsdl/impl/SchemaReaderImpl.java
M /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/misc/NS2PkgTest.java
AXIS2-4565
Contributor:Rich Scheuerle
A) Examine the namespace on the @RequestWrapper and @ResponseWrapper (if provided) to calculate the
packages needed for JAXBContext construction.
B) WSImport has a slight behavior for NS->PKG than the rule defined in the JAXB spec. WSImport
prepends a "_" to names that conflict with java keywords. The JAXB spec appends a "_".
The code is changed to tolerate both styles.
Plus a verification unit test for B.
884538lahiru2009-11-26 12:07:48 +0000
M /webservices/axis2/trunk/java/modules/parent/pom.xml
Adding new repository at the end of current repo list, due to failures of repos mentioned in the pom, which cause build breaks in axis2. If artifacts couldn't download from first few repos, it's go for the last one and pick it from there
.
885420isurues2009-11-30 13:30:10 +0000
M /webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/description/builder/JAXWSRIWSDLGenerator.java
fixing https://issues.apache.org/jira/browse/AXIS2-4568
886904scheu2009-12-03 20:22:55 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/client/Options.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/MessageContext.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisOperation.java
M /webservices/axis2/trunk/java/modules/transport/http/src/org/apache/axis2/transport/http/CommonsHTTPTransportSender.java
AXIS2-4264
Contributor: Rich Scheuerle
Correction to original AXIS2-4264 fix plus more SOAPAction related trace
888050scheu2009-12-07 17:52:29 +0000
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/binding/BindingImpl.java
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/handler/HandlerChainProcessor.java
AXIS2-4576
Contributor: Rich Scheuerle
Avoid ConcurrentModificationExcetion during Handler Chain Processing
Plus additional debug trace.
888446barrettj2009-12-08 15:41:55 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/OperationContext.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ServiceContext.java
Add additional meta information for the AxisService when the Operation and Service contexts are serailized. The additional information is used to hook up to the correct AxisService when contexts are deserialized.
Thanks to Neil Young for identifying the necessary changes.
888909scheu2009-12-09 18:27:08 +0000
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/utility/JavaUtils.java
M /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/misc/NS2PkgTest.java
AXIS2-4565
Contributor:Rich Scheuerle
C) Fixed invalid ns->pkg algorithm when the namespace is not a uri
Plus a verification unit test for C.
888980azeez2009-12-09 21:25:21 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/TransportUtils.java
If it is a REST request and the service or operation cannot be found, do not consume the input stream
889272azeez2009-12-10 14:14:36 +0000
M /webservices/axis2/trunk/java/modules/transport/local/src/org/apache/axis2/transport/local/LocalTransportReceiver.java
M /webservices/axis2/trunk/java/modules/transport/local/src/org/apache/axis2/transport/local/LocalTransportSender.java
The static configuration context class attribute assumes that their will be only a single configuration context per server instance. This is not necessarilly true. In a multitenant service deployment scenario, there will be multiple configuration contexts & axis configurations. Hence, introducing a new method.
889783veithen2009-12-11 19:43:45 +0000
M /webservices/axis2/trunk/java/modules/saaj/pom.xml
M /webservices/axis2/trunk/java/modules/saaj/test/org/apache/axis2/saaj/SOAPMessageTest.java
M /webservices/axis2/trunk/java/modules/saaj/test/org/apache/axis2/saaj/integration/IntegrationTest.java
D /webservices/axis2/trunk/java/modules/saaj/test-resources/axis2.xml
A /webservices/axis2/trunk/java/modules/saaj/test-resources/saaj-repo
A /webservices/axis2/trunk/java/modules/saaj/test-resources/saaj-repo/axis2.xml
AXIS2-4575: Fixed failure in mvn eclipse:eclipse (with maven-eclipse-plugin version 2.7) and moved the test repository files to a subfolder. Thanks to Katherine Sanders for pointing out the problem with eclipse:eclipse and proposing a solution.
890251isurues2009-12-14 09:45:09 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/util/Utils.java
When setEndpointsToAllUsedBindings method is used, all existing endpoints are removed and new ones are created. Therefore we have to set the default endpoint to a newly created endpoint name
890315azeez2009-12-14 13:36:23 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/TransportUtils.java
Reverting service & operation check. Synapse does not do, dispatchAndVerify, hence the service & operation can be null
890676azeez2009-12-15 07:12:35 +0000
M /webservices/axis2/trunk/java/modules/transport/http/src/org/apache/axis2/transport/http/util/RESTUtil.java
Handling service & op not found scenario in REST calls