Changelog for Axis2

Sat, 20 Jun 2009 11:25:19 +0100
Info
Latest commit:Sat, 20 Jun 2009 06:33:15 +0100
Total commits:39
Files Added:27
File Modifications:165
Files Deleted:7

AuthorCommits
veithen29
azeez2
dims2
deepal2
amilas1
isurues1
eranga1
dimuthu1
RevisionAuthorDate
786760azeez2009-06-20 07:33:15 +0000
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContext.java
If the contextRoot has not been set, get it from the param defined in axis2.xml
786805veithen2009-06-20 12:25:19 +0000
M /webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/ADBBean.java
M /webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/ADBSOAPModelBuilder.java
M /webservices/axis2/trunk/java/modules/adb/test/org/apache/axis2/databinding/ADBSOAPModelBuilderTest.java
M /webservices/axis2/trunk/java/modules/adb/test/org/apache/axis2/databinding/ClientInfo.java
M /webservices/axis2/trunk/java/modules/adb/test/org/apache/axis2/databinding/CreateAccountRequest.java
M /webservices/axis2/trunk/java/modules/adb/test/org/apache/axis2/databinding/utils/reader/ADBXMLStreamReaderTest.java
M /webservices/axis2/trunk/java/modules/jaxws-integration/test/server/EchoString.java
M /webservices/axis2/trunk/java/modules/jaxws-integration/test/server/EchoStringResponse.java
Added the getOMElement method (which is generated for all ADB beans) to the ADBBean interface.
786807veithen2009-06-20 13:08:22 +0000
D /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/choice/ChiceTest.java
A /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/choice/ChoiceTest.java
Fixed typo in test case name.
786866veithen2009-06-20 17:42:32 +0000
A /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/all/AllTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/anytype/AnyTypeTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/attribute/AttributeTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/base64binary/Base64BinaryTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/booleantest/BooleanTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/choice/ChoiceTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/decimal/DecimalTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/enumeration/EnumerationTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/extension/ComplexExtenstionTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/extension/SimpleExtensionTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/group/GroupTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/innerChoice/InnerChoiceTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/innerparticleextension/TestInnerParticleExtension.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/innerparticles/InnerParticlesTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/list/ListTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/particalmaxoccurs/ParticalMaxOccursTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/rampart/RampartTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/references/ElementReferenceTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/restriction/ComplexRestrictionTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/restriction/SimpleRestrictionTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/union/UnionTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/union2/Union2Test.java
Simplified the ADB tests (as far as I know, we are not paid by number of lines of code :-).
786971veithen2009-06-21 09:45:33 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/AbstractTestCase.java
M /webservices/axis2/trunk/java/modules/parent/pom.xml
* Modified the ADB test cases such that serialization/deserialization is tested using several approaches, in particular by taking the XMLStreamReader from an Axiom tree with caching (i.e. using StAXOMWrapper). This increases the test coverage.
* Changed the Axiom dependency to 1.2.9-SNAPSHOT since this fails with 1.2.8.
787016veithen2009-06-21 13:56:48 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/XSD2Java.java
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/i18n/resource.properties
M /webservices/axis2/trunk/java/modules/adb-codegen/sub-build.xml
* Allow XSD2Java to process several schema files.
* Modified sub-build.xml to use that feature. This simplifies the file and also speeds up the build process for adb-codegen.
787239dims2009-06-22 14:09:52 +0000
M /webservices/axis2/trunk/java/modules/parent/pom.xml
switch to SNAPSHOT(s)
787243dims2009-06-22 14:28:56 +0000
M /webservices/axis2/trunk/java/pom.xml
nuke transport profile
787379veithen2009-06-22 20:21:14 +0000
M /webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/utils/ConverterUtil.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/anytype/AnyTypeTest.java
AXIS2-4402: Fixed issue in ADB when parsing an anyType element with empty value. This also eliminates one usage of XMLStreamReader#getText which is incorrect if the parser is not coalescing.
787752veithen2009-06-23 17:03:32 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/XSD2Java.java
Allow XSD2Java to process schemas with imports.
787753veithen2009-06-23 17:06:22 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/sub-build.xml
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/all/AllTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/anytype/AnyTypeTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/attribute/AttributeTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/booleantest/BooleanTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/choice/ChoiceTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/decimal/DecimalTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/defaultnamespaces/DefaultNamespacesTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/defaultvalue/DefaultValueTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/enumeration/EnumerationTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/extension/ComplexExtenstionTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/extension/SimpleExtensionTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/group/GroupTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/innerparticleextension/TestInnerParticleExtension.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/innerparticles/InnerParticlesTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/list/ListTest.java
D /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/particalmaxoccurs
A /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/particlemaxoccurs
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/particlemaxoccurs/ParticalMaxOccursTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/restriction/ComplexRestrictionTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/restriction/SimpleRestrictionTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/union/UnionTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/union2/Union2Test.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/all.xsd
M /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/anytype.xsd
A /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/attribute.xsd
M /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/boolean.xsd
M /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/choice.xsd
M /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/decimal.xsd
M /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/default_namespaces.xsd
M /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/default_value.xsd
M /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/enumeration.xsd
M /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/extensions.xsd
M /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/groups.xsd
M /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/innerParticleExtension.xsd
M /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/innerParticles.xsd
M /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/list.xsd
M /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/particalMaxOccures.xsd
M /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/restrictions.xsd
D /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/testattribute.xsd
M /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/union.xsd
M /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/union2.xsd
ADB tests: use a more uniform naming for packages, namespaces and files. This makes it easier to locate the schema file and the generated code for a given test.
787950azeez2009-06-24 09:11:57 +0000
M /webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/rpc/receivers/ejb/EJBUtil.java
When the EJB server is stopped, and restarted, on the first invocation, there is an error that is caused due to cached references. Calling the method the second time clears this.
788084veithen2009-06-24 17:00:40 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/SchemaCompiler.java
M /webservices/axis2/trunk/java/modules/adb-codegen/sub-build.xml
A /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/chameleon
A /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/chameleon/ChameleonTest.java
A /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/chameleon.xsd
A /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/chameleon_include.xsd
AXIS2-4251: Fixed SchemaCompiler#isComponetExists to work correctly with included schemas without targetNamespace.
788185veithen2009-06-24 21:17:35 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/SchemaCompiler.java
Java 5 generics.
788202veithen2009-06-24 22:47:40 +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.xsl
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/writer/JavaBeanWriter.java
M /webservices/axis2/trunk/java/modules/adb-codegen/sub-build.xml
A /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/nonamespace.xsd
AXIS2-3851: Fixed adb-codegen to support ExtensionMapper in the default package (so that we can process schemas without targetNamespace when no options are given).
788293veithen2009-06-25 08:44:07 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/sub-build.xml
D /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/rampart
A /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/std
A /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/std/README.txt
A /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/std/xmlmime.xsd
M /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/base64binary.xsd
D /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/rampart.xsd
Cleaned up the base64binary tests:
* Restored the original xmime schema and use an import in the test schema.
* Removed the rampart test because it duplicates a test case in Base64BinaryTest.
788318veithen2009-06-25 10:53:54 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/AbstractTestCase.java
ADB tests: added another serialization/deserialization method that reveals a problem with the usage of XMLStreamWriter#writeStartElement(String). Related to AXIS2-4374.
788335veithen2009-06-25 12:06:05 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/sub-build.xml
A /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/unqualified
A /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/unqualified/UnqualifiedTest.java
A /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/unqualified.xsd
Added a simple test case for schemas with elementFormDefault="unqualified".
788358veithen2009-06-25 13:45:38 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/pom.xml
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/XSD2Java.java
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/i18n/resource.properties
M /webservices/axis2/trunk/java/modules/adb-codegen/sub-build.xml
A /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/nonamespace
A /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/nonamespace/NoNamespaceTest.java
M /webservices/axis2/trunk/java/modules/parent/pom.xml
* Added command line option support to XSD2Java (for namespace to package mapping).
* Added a simple test for schemas without namespace.
788448veithen2009-06-25 17:49:30 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/ADBBeanTemplate.xsl
Moved some common code into a utility method.
788466veithen2009-06-25 19:07:56 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/ADBBeanTemplate.xsl
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/AbstractTestCase.java
Fixed an issue in the writeStartElement related code generated by ADB: XMLStreamWriter#writeStartElement(String) creates an element in the default namespace, and not an element with an empty namespace URI, as the code incorrectly assumed. Fixed that, taking into account that the empty namespace URI must be mapped to the empty prefix, i.e. it must be the default namespace. This should fix AXIS2-4374.
788496veithen2009-06-25 20:00:55 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/sub-build.xml
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/unqualified/UnqualifiedTest.java
A /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/unqualified
A /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/unqualified/company.xsd
A /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/unqualified/companyflow.xsd
A /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/unqualified/companyservice.xsd
A /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/unqualified/companytype.xsd
Added regression test for AXIS2-4374.
788562dimuthu2009-06-26 02:09:37 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/CADBBeanTemplateSource.xsl
fixed for https://issues.apache.org/jira/browse/AXIS2C-1380
788686eranga2009-06-26 13:04:24 +0000
M /webservices/axis2/trunk/java/modules/corba/src/org/apache/axis2/corba/idl/PreProcessorInputStream.java
Fix for AXIS2-4384
789129deepal2009-06-28 17:18:20 +0000
M /webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/utils/BeanUtil.java
M /webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/rpc/receivers/RPCUtil.java
M /webservices/axis2/trunk/java/modules/adb/test/org/apache/axis2/databinding/utils/BeanUtilTest.java
applying path in AXIS2-2782,
I think now we need some test cases. Let's get it done it soon as you have mentioned in the JIRA.
https://issues.apache.org/jira/browse/AXIS2-2782
789477veithen2009-06-29 22:37:34 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/anytype/AnyTypeTest.java
AnyTypeTest: split some methods into individual test cases.
789498veithen2009-06-29 23:48:14 +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/anytype/AnyTypeTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/choice/ChoiceTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/group/GroupTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/innerChoice/InnerChoiceTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/innerparticles/InnerParticlesTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/particlemaxoccurs/ParticalMaxOccursTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/union2/Union2Test.java
ADB tests: increased the test coverage by using testSerializeDeserialize instead of serializeDeserialize+assertions (for test cases where the bean->XML->bean transformation is not the identity transformation).
789505veithen2009-06-30 00:30:16 +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/all/AllTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/anytype/AnyTypeTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/attribute/AttributeTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/base64binary/Base64BinaryTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/booleantest/BooleanTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/chameleon/ChameleonTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/choice/ChoiceTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/decimal/DecimalTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/enumeration/EnumerationTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/extension/ComplexExtenstionTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/extension/SimpleExtensionTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/group/GroupTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/innerChoice/InnerChoiceTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/innerparticleextension/TestInnerParticleExtension.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/innerparticles/InnerParticlesTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/list/ListTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/nonamespace/NoNamespaceTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/particlemaxoccurs/ParticalMaxOccursTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/references/ElementReferenceTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/restriction/ComplexRestrictionTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/restriction/SimpleRestrictionTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/union/UnionTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/union2/Union2Test.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/unqualified/UnqualifiedTest.java
AXIS2-4413: Enabled getPullParser based tests where they work; this should prevent any further regression on this issue.
789514veithen2009-06-30 00:44:02 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/sub-build.xml
M /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/innerparticles/InnerParticlesTest.java
D /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/particlemaxoccurs/ParticalMaxOccursTest.java
A /webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/particlemaxoccurs/ParticleMaxOccursTest.java
M /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/innerParticles.xsd
D /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/particalMaxOccures.xsd
A /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/particlemaxoccurs.xsd
Fixed some typos.
789668isurues2009-06-30 10:43:59 +0000
M /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/datasource/jaxb/JAXBDSContext.java
CACHE_CLASSLOADER is added as a param. but retrieved from properties. fixing it..
789844veithen2009-06-30 17:39:53 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/BeanWriterMetaInfoHolder.java
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/CompilerOptions.java
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/writer/BeanWriter.java
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/writer/CStructWriter.java
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/writer/JavaBeanWriter.java
Migrated some more code to Java 5.
789958veithen2009-06-30 21:14:25 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/ExtensionUtility.java
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/CodegenConfigLoader.java
Some more Java 5 stuff.
790007deepal2009-07-01 00:43:38 +0000
M /webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/Echo.java
A /webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceClientTest.java
M /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisOperationFactory.java
It is so bad, we do not have a test case to test the service client, so this test case would do the job
790927amilas2009-07-03 14:32:53 +0000
M /webservices/axis2/trunk/java/modules/jaxbri/src/org/apache/axis2/jaxbri/CodeGenerationUtility.java
there are some instances where schema available at the url given by the target namespace without giving schema locations.
this change allows to retrive schema from such locations.
790990veithen2009-07-03 19:13:32 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/writer/JavaBeanWriter.java
M /webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/util/XSLTIncludeResolver.java
Allow the code generator to process templates with xsl:import or xsl:include with relative hrefs.
790992veithen2009-07-03 19:17:04 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/XSD2Java.java
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/i18n/resource.properties
M /webservices/axis2/trunk/java/modules/adb-codegen/sub-build.xml
Preparing to fix ADB helper mode, part 1: Add the required options to XSD2Java so that helper mode can be enabled when generating test classes; use this to generate the code for the test schemas for which the generated code compiles.
790996veithen2009-07-03 19:41:36 +0000
A /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/ADBBeanTemplate-bean.xsl
A /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/ADBBeanTemplate-helpermode.xsl
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/ADBBeanTemplate.xsl
Preparing to fix ADB helper mode, part 2: Move the templates for normal mode and helper mode to separate files so that we can easily compare them side-by-side.
791034veithen2009-07-03 22:48:12 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/ADBBeanTemplate-bean.xsl
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/ADBBeanTemplate-helpermode.xsl
Formatting changes only.
791036veithen2009-07-03 23:33:24 +0000
M /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/ADBBeanTemplate-helpermode.xsl
Change order of methods in helper mode template to match the normal mode template.