This is an automated email from the ASF dual-hosted git repository.
robertlazarski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
from 90764ed878 Document custom HTTP response status codes in
http-transport guide
new f5227f9034 Fix AXIS2-6053: Add diagnostic hints for unresolved
attribute ref= in schema validation
new 0e7464a23b Add integration test for AXIS2-6053 diagnostic hint through
invoke() flow
new a003d3c467 Clarify AXIS2-6053 diagnostic hint to indicate it is one
possible cause
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
modules/schema-validation/pom.xml | 10 ++
.../validation/SchemaFactoryErrorHandler.java | 2 +-
.../axis2/validation/SchemaValidationHandler.java | 19 ++-
.../validation/SchemaValidationHandlerTest.java | 134 +++++++++++++++++++++
4 files changed, 162 insertions(+), 3 deletions(-)
create mode 100644
modules/schema-validation/src/test/java/org/apache/axis2/validation/SchemaValidationHandlerTest.java