<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Rick Lacy wrote:
<blockquote
 cite="mid:2653d4240803111512n29c9a6b2h26a0afe4af683e13@mail.gmail.com"
 type="cite">
  <div>Greetings.&nbsp; </div>
  <div>&nbsp;</div>
  <div>I'm using Drools for a project at work.&nbsp; I'm investigating the
feasibility of using the BRMS in our environment.&nbsp; I have a question
about the binary packages that are available for download from the
BRMS.&nbsp; Given one of these .pkg files, is there an easy API call that
would get me a text string representing the .drl file equivalent of the
.pkg file?&nbsp; I realize that I can use the 'Show package source' from the
BRMS.&nbsp; However, if we decide to go with .pkg files for deployment, it
would be really nice to be able to get a human-readable form of what
was last deployed to production for any given .pkg for auditing /
troubleshooting purposes.&nbsp; I perused the docs, and I found something
similar to what I want, but it seems to be specific to decision tables.</div>
</blockquote>
Not really a Package is trimmed down for transport. For instance the
text representation of the consequence is gone, it's just bytecode now.
You could intheory make a reverse engineering utility, like you can
already do for bytecode, but we have nothing like this now.<br>
<blockquote
 cite="mid:2653d4240803111512n29c9a6b2h26a0afe4af683e13@mail.gmail.com"
 type="cite">
  <div>&nbsp;</div>
  <div>Thanks,</div>
  <div>&nbsp;</div>
  <div>&nbsp;</div>
  <div>Rick</div>
  <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>