-
1. Re: Smookes Problem csv2 xml genearation
lackki9 May 19, 2010 7:09 AM (in response to lackki9)do we have any dtd needed.
i tried almost every solution
putting Sax in <params>
disable cahing in Eclipse
pls help me. need urgently
-
2. Re: Smookes Problem csv2 xml genearation
lackki9 May 19, 2010 7:41 AM (in response to lackki9)<?xml version="1.0"?><smooks-resource-list<params><param name="stream.filter.type">SAX</param><param name="default.serialization.on">false</param></params><csv:reader fields="firstname,lastname,gender,age,country" rootElementName="people" recordElementName="person" /></smooks-resource-list>this is my xml and iam using eclipse ganymede and Jboss esb 4.4
-
3. Re: Smookes Problem csv2 xml genearation
edx May 19, 2010 8:01 AM (in response to lackki9)See to my example where I used freemarker to produce final xml from csv.
Edward
-
4. Re: Smookes Problem csv2 xml genearation
lackki9 May 19, 2010 8:40 AM (in response to edx)it's giving java.lang.RuntimeException: java.lang.IllegalStateException: ESB file had validation errors.
pls help me
-
5. Re: Smookes Problem csv2 xml genearation
edx May 19, 2010 1:15 PM (in response to lackki9)It can be caused by differences of platform versions.
tsm (created on Galileo wtih JBossTools3.1) has been successfully tested on ESB4.7 deployed on JBossAS5.1
E
-
6. Re: Smookes Problem csv2 xml genearation
lackki9 May 20, 2010 3:02 AM (in response to lackki9)similar type of problems --> cvc-elt.1: Cannot find the declaration of element--- like , are solved but
this is org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'smooks-resource-list.
I am attaching my project. this example i found in Smookes samples only, but i used it for Jboss Esb Actions.
pls help me.
-
TransformationCSV2XML.zip 5.5 KB
-
-
7. Re: Smookes Problem csv2 xml genearation
boy18nj Jul 20, 2010 9:48 AM (in response to lackki9)I also had the same issue. This issue is confirmed on JBoss ESB 4.3 and JBoss ESB 4.8.
Rao,
Did you resolved the issue?