<!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">
Drools doesn't handle Hibernate in anyway, we have no awareness of it.
The exceptions indicates that you have lazy loading enabled for
hibernate, but your session is disconnected when it tries to lazy load
the object.<br>
<br>
Mark<br>
Heyns, Juan wrote:
<blockquote
 cite="mid:B106622CC070904481CFE5E3E6551C9673A162@zamarsex04.emea.lonmin.net"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="Microsoft Word 12 (filtered medium)">
  <style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.Section1
        {page:Section1;}
-->
  </style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
  <div class="Section1">
  <p class="MsoNormal">Hi,<o:p></o:p></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal">I am getting the following error with 4.0.1, I
didn&#8217;t
get this with 4.0.0&#8230; Has anything changed in the way Drools works with
Hibernate.<o:p></o:p></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal">Juan<o:p></o:p></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">15:24:52,281
ERROR LazyInitializationException:19 - failed to lazily initialize a
collection, no session or session was closed</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">org.hibernate.LazyInitializationException:
failed to lazily initialize a collection, no session or session was
closed</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.hibernate.collection.AbstractPersistentCollection.throwLazyInitializationException(AbstractPersistentCollection.java:358)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.hibernate.collection.AbstractPersistentCollection.throwLazyInitializationExceptionIfNotConnected(AbstractPersistentCollection.java:350)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.hibernate.collection.AbstractPersistentCollection.readElementExistence(AbstractPersistentCollection.java:132)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.hibernate.collection.PersistentSet.contains(PersistentSet.java:153)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.base.evaluators.ObjectFactory$ObjectContainsEvaluator.evaluateCachedLeft(ObjectFactory.java:481)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.rule.VariableRestriction.isAllowedCachedLeft(VariableRestriction.java:72)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.rule.VariableConstraint.isAllowedCachedLeft(VariableConstraint.java:72)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.common.SingleBetaConstraints.isAllowedCachedLeft(SingleBetaConstraints.java:117)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.reteoo.JoinNode.assertTuple(JoinNode.java:119)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.reteoo.CompositeTupleSinkAdapter.createAndPropagateAssertTuple(CompositeTupleSinkAdapter.java:73)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.reteoo.LeftInputAdapterNode.assertObject(LeftInputAdapterNode.java:131)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.reteoo.SingleObjectSinkAdapter.propagateAssertObject(SingleObjectSinkAdapter.java:20)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.reteoo.ObjectTypeNode.assertObject(ObjectTypeNode.java:160)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.reteoo.Rete.assertObject(Rete.java:176)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.reteoo.ReteooRuleBase.assertObject(ReteooRuleBase.java:196)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.reteoo.ReteooWorkingMemory.doInsert(ReteooWorkingMemory.java:70)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.common.AbstractWorkingMemory.insert(AbstractWorkingMemory.java:854)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.common.AbstractWorkingMemory.insert(AbstractWorkingMemory.java:826)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.base.DefaultKnowledgeHelper.insert(DefaultKnowledgeHelper.java:60)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.base.DefaultKnowledgeHelper.insert(DefaultKnowledgeHelper.java:54)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
com.lonmin.bns.domain.rules.Rule_Stope_Drilling_work_is_evaluated_based_on_the_holes_drilled_and_blasts_0.consequence(Rule_Stope_Drilling_work_is_evaluated_based_on_the_holes_drilled_and_blasts_0.java:35)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
com.lonmin.bns.domain.rules.Rule_Stope_Drilling_work_is_evaluated_based_on_the_holes_drilled_and_blasts_0ConsequenceInvoker.evaluate(Rule_Stope_Drilling_work_is_evaluated_based_on_the_holes_drilled_and_blasts_0ConsequenceInvoker.java:22)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.common.DefaultAgenda.fireActivation(DefaultAgenda.java:550)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.common.DefaultAgenda.fireNextItem(DefaultAgenda.java:514)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:434)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:396)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
com.lonmin.bns.domain.rules.RulesEngine.calculateStopeDrillingBonus(RulesEngine.java:54)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
com.lonmin.bns.domain.model.StopeDrillingCardPersister.processDetail(StopeDrillingCardPersister.java:371)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
com.lonmin.bns.domain.model.StopeDrillingCardPersister.processCard(StopeDrillingCardPersister.java:276)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
com.lonmin.bns.domain.model.StopeDrillingCardPersister.process(StopeDrillingCardPersister.java:69)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
com.lonmin.bns.domain.model.ValueObjectPersister.persist(ValueObjectPersister.java:38)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
com.lonmin.bns.domain.model.StopeDrillingCardPersisterTest.testEditStopeDrillingCard(StopeDrillingCardPersisterTest.java:182)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
java.lang.reflect.Method.invoke(Method.java:324)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
junit.framework.TestCase.runTest(TestCase.java:164)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
junit.framework.TestCase.runBare(TestCase.java:130)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
junit.framework.TestResult$1.protect(TestResult.java:106)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
junit.framework.TestResult.runProtected(TestResult.java:124)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
junit.framework.TestResult.run(TestResult.java:109)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
junit.framework.TestCase.run(TestCase.java:120)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
junit.framework.TestSuite.runTest(TestSuite.java:230)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
junit.framework.TestSuite.run(TestSuite.java:225)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:392)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:276)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:167)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">org.hibernate.LazyInitializationException:
failed to lazily initialize a collection, no session or session was
closed</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.hibernate.collection.AbstractPersistentCollection.throwLazyInitializationException(AbstractPersistentCollection.java:358)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.hibernate.collection.AbstractPersistentCollection.throwLazyInitializationExceptionIfNotConnected(AbstractPersistentCollection.java:350)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.hibernate.collection.AbstractPersistentCollection.readElementExistence(AbstractPersistentCollection.java:132)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.hibernate.collection.PersistentSet.contains(PersistentSet.java:153)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.base.evaluators.ObjectFactory$ObjectContainsEvaluator.evaluateCachedLeft(ObjectFactory.java:481)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.rule.VariableRestriction.isAllowedCachedLeft(VariableRestriction.java:72)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.rule.VariableConstraint.isAllowedCachedLeft(VariableConstraint.java:72)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.common.SingleBetaConstraints.isAllowedCachedLeft(SingleBetaConstraints.java:117)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.reteoo.JoinNode.assertTuple(JoinNode.java:119)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.reteoo.CompositeTupleSinkAdapter.createAndPropagateAssertTuple(CompositeTupleSinkAdapter.java:73)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.reteoo.LeftInputAdapterNode.assertObject(LeftInputAdapterNode.java:131)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.reteoo.SingleObjectSinkAdapter.propagateAssertObject(SingleObjectSinkAdapter.java:20)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.reteoo.ObjectTypeNode.assertObject(ObjectTypeNode.java:160)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.reteoo.Rete.assertObject(Rete.java:176)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.reteoo.ReteooRuleBase.assertObject(ReteooRuleBase.java:196)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.reteoo.ReteooWorkingMemory.doInsert(ReteooWorkingMemory.java:70)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.common.AbstractWorkingMemory.insert(AbstractWorkingMemory.java:854)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.common.AbstractWorkingMemory.insert(AbstractWorkingMemory.java:826)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.base.DefaultKnowledgeHelper.insert(DefaultKnowledgeHelper.java:60)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.base.DefaultKnowledgeHelper.insert(DefaultKnowledgeHelper.java:54)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
com.lonmin.bns.domain.rules.Rule_Stope_Drilling_work_is_evaluated_based_on_the_holes_drilled_and_blasts_0.consequence(Rule_Stope_Drilling_work_is_evaluated_based_on_the_holes_drilled_and_blasts_0.java:35)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
com.lonmin.bns.domain.rules.Rule_Stope_Drilling_work_is_evaluated_based_on_the_holes_drilled_and_blasts_0ConsequenceInvoker.evaluate(Rule_Stope_Drilling_work_is_evaluated_based_on_the_holes_drilled_and_blasts_0ConsequenceInvoker.java:22)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.common.DefaultAgenda.fireActivation(DefaultAgenda.java:550)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.common.DefaultAgenda.fireNextItem(DefaultAgenda.java:514)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:434)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:396)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
com.lonmin.bns.domain.rules.RulesEngine.calculateStopeDrillingBonus(RulesEngine.java:54)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
com.lonmin.bns.domain.model.StopeDrillingCardPersister.processDetail(StopeDrillingCardPersister.java:371)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
com.lonmin.bns.domain.model.StopeDrillingCardPersister.processCard(StopeDrillingCardPersister.java:276)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
com.lonmin.bns.domain.model.StopeDrillingCardPersister.process(StopeDrillingCardPersister.java:69)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
com.lonmin.bns.domain.model.ValueObjectPersister.persist(ValueObjectPersister.java:38)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
com.lonmin.bns.domain.model.StopeDrillingCardPersisterTest.testEditStopeDrillingCard(StopeDrillingCardPersisterTest.java:182)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
java.lang.reflect.Method.invoke(Method.java:324)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
junit.framework.TestCase.runTest(TestCase.java:164)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
junit.framework.TestCase.runBare(TestCase.java:130)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
junit.framework.TestResult$1.protect(TestResult.java:106)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
junit.framework.TestResult.runProtected(TestResult.java:124)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
junit.framework.TestResult.run(TestResult.java:109)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
junit.framework.TestCase.run(TestCase.java:120)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
junit.framework.TestSuite.runTest(TestSuite.java:230)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
junit.framework.TestSuite.run(TestSuite.java:225)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:392)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:276)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="background: white none repeat scroll 0%; font-size: 10pt; font-family: &quot;Courier New&quot;; color: red; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:167)</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  </div>
  <table>
    <tbody>
      <tr>
        <td bgcolor="#ffffff"><font color="#000000">"Employees of
Lonmin Platinum ("Lonplats") are not authorised to conclude<br>
electronic transactions or to enter into electronic agreements on behalf<br>
of Lonplats. Any electronic signature (other than an advanced electronic<br>
signature as defined in the Electronic Communications and Transactions<br>
Act of 2003) added to a data message (such as an email or an attachment<br>
to an (email) ostensibly on behalf of Lonplats by a Lonplats employee
shall<br>
not be legally binding on Lonplats and Lonplats shall incur no
liability of<br>
any nature whatsoever, directly or indirectly, arising from such act on
the<br>
part of it's employee. It is further recorded that nothing (other than
an<br>
advanced electronic signature) inserted into any data message<br>
emanating from Lonplats shall be construed as constituting an electronic<br>
signature"<br>
        </font></td>
      </tr>
    </tbody>
  </table>
  <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>