<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
i've not heard of any problems with the 3.0.x XmlDumper, the M1
XmlDumper and schema has not been updated yet, any volunteers? Sounds
like all the Descrs could do with good toString() info as well, patch
welcome :)<br>
<br>
Can you confirm the version and show us the drl?<br>
<br>
Mark<br>
Niloy Debnath wrote:
<blockquote cite="mid:30262.89251.qm@web7904.mail.in.yahoo.com"
 type="cite">hi,<br>
  <br>
&nbsp;&nbsp; i'm trying to implement the VISIT methods of XmlDumper class but it
gives the errors like,<br>
  <br>
  <pre><tt><tt>no visitor implementation for : class 
org.drools.lang.descr.PatternDescr : org.drools.lang.descr.PatternDescr@1a758cb
no visitor implementation for : class 
org.drools.lang.descr.PatternDescr : org.drools.lang.descr.PatternDescr@1a758cb
java.lang.NullPointerException
 at org.drools.xml.XmlDumper.appendXmlDump(Unknown Source)
 at org.drools.xml.XmlDumper.visitPackageDescr(Unknown Source)
 at org.drools.examples.test2.main(test1.java:69)</tt></tt></pre>
  <br>
i cant understand why it is giving like...<br>
  <br>
  <pre><tt><tt><tt><tt>at org.drools.xml.XmlDumper.appendXmlDump(<span
 style="font-weight: bold;">Unknown Source</span>)
at org.drools.xml.XmlDumper.visitPackageDescr(<span
 style="font-weight: bold;">Unknown Source</span>)</tt></tt></tt></tt></pre>
i've the method like this,<br>
  <br>
XmlDumper xmldumper = new XmlDumper();<br>
xmldumper.visitPackageDescr(pdesc);<br>
  <br>
where <span style="font-weight: bold;">pdesc </span>is the object of <span
 style="font-weight: bold;">PackageDescr</span> class.can anybody help
me ? i dont know whether i am able to make you understand about my
problem or not,if no then plz tell me what information you need.but plz
provide me a solution,i need it urgently.<br>
  <br>
thanking you,<br>
  <br>
Niloy Debnath<br>
Student<br>
  <br>
  <p> </p>
  <hr size="1"> Check out what you're missing if you're not on <a
 moz-do-not-send="true"
 href="http://us.rd.yahoo.com/mail/in/ymessenger/*http://in.messenger.yahoo.com/">Yahoo!
Messenger</a>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>
  </pre>
</blockquote>
<br>
</body>
</html>