Bug 779165 (SOA-1560) - Schema Validation - typo in error message
Summary: Schema Validation - typo in error message
Keywords:
Status: CLOSED NEXTRELEASE
Alias: SOA-1560
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: JBossESB
Version: 5.0.0 ER1
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: 5.0.0 GA,5.0.0 ER5
Assignee: Kevin Conner
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-10-27 09:31 UTC by Jiri Pechanec
Modified: 2009-12-14 08:28 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-12-14 08:28:27 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SOA-1560 0 None None None Never

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


Note You need to log in before you can comment on or make changes to this bug.