| Summary: | Smooks CSV Parsing throws ClassNotFoundError | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | Andrew Block <andrew.block> | ||||||||||
| Component: | SwitchYard | Assignee: | tcunning | ||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Pechanec <jpechane> | ||||||||||
| Severity: | high | Docs Contact: | |||||||||||
| Priority: | unspecified | ||||||||||||
| Version: | 6.0.0 GA | CC: | kbabo, ldimaggi, soa-p-jira, tcunning | ||||||||||
| Target Milestone: | ER7 | ||||||||||||
| Target Release: | 6.0.0 | ||||||||||||
| Hardware: | Unspecified | ||||||||||||
| OS: | Unspecified | ||||||||||||
| Whiteboard: | |||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2014-02-06 15:25:29 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: | |||||||||||
| Attachments: |
|
||||||||||||
Created attachment 791211 [details]
Smooks Configuration
Created attachment 791212 [details]
opencsv module file
Created attachment 791213 [details]
Milyn Module File
Keith Babo <kbabo> made a comment on jira SWITCHYARD-1764 pushed Verified in CR1 Keith Babo <kbabo> updated the status of jira SWITCHYARD-1764 to Closed |
Created attachment 791210 [details] Stack Track of Error Description of problem: When using the csv:reader component in a Smooks SY Transformation, a ClassNotFoundError exception is thrown. The Version-Release number of selected component (if applicable): Running SY 1.0.0-Final on EAP 6.1. Steps to Reproduce: 1. Apply Smooks Transformation using CSV Reader Actual results: Expected results: Successful transformation Additional info: To get around the issue, I installed opencsv-2.1 as a core module and modified the milyn module at (system\layers\soa\org\milyn\main) to be dependent on the opencsv module. I have added a stack trace of the issue, Smooks transformation file and module files for the opencsv and modified milyn module.