Bug 779165 (SOA-1560)

Summary: Schema Validation - typo in error message
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Jiri Pechanec <jpechane>
Component: JBossESBAssignee: Kevin Conner <kevin.conner>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 5.0.0 ER1   
Target Milestone: ---   
Target Release: 5.0.0 GA, 5.0.0 ER5   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-1560
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-12-14 08:28:27 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jiri Pechanec 2009-10-27 09:31:25 UTC
Date of First Response: 2009-10-27 05:35:03
project_key: SOA

In SchemaValidationAction
final String errorMsg = "SAXExcption while trying to validate against schema '" + xsd + "'";

should be

final String errorMsg = "SAXException while trying to validate against schema '" + xsd + "'";

Comment 1 Kevin Conner 2009-10-27 09:35:03 UTC
Please create a JBESB issue for this and it will be addressed in 4.7.

Comment 2 Jiri Pechanec 2009-10-27 11:18:16 UTC
Link: Added: This issue depends JBESB-2917


Comment 3 Jiri Pechanec 2009-12-14 08:28:27 UTC
Verified in ER5