Hi guys,<br>I am using Smooks for XML parsing.<br><br>I have created my smooks-config file and downloaded  smooks v.1.3 from the site and added all the .jar files to my classpath.<br>Also, I used eclipse plugin for Smooks and updated it.<br>
Still I am unable to resolve DroolsSmooksConfiguration. It does not seem to be present.<br>I do not understand which other dependencies should I account for?? <br>I am using latest eclispe for jave EE developers.<br><br>my code is as follows:<br>
<br>        Smooks smooks = new Smooks(&quot;smooks-config.xml&quot;);<br>        DroolsSmooksConfiguration conf = new DroolsSmooksConfiguration(&quot;order&quot;,null);<br>        DroolsSmooksStatelessSession smooksSession = new DroolsSmooksStatelessSession(session,smooks,conf);<br>
<br>I was able to import org.milyn.Smooks. not the others. I have drools-compiler,drools-core and eclipse.jdt.core  jar files already in my classpath.<br><br>Please help!!!<br>Thank you.<br>M<br>