Hi,<br><br>I fixed same kind of bug using below solution.<br><br>add &lt;transaction:no-transaction/&gt; tag, components.xml file,&nbsp; you can find this file in war/ web-inf folder.<br><br>complete xml file should be like below<br>
<br>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>&lt;components xmlns=&quot;<a href="http://jboss.com/products/seam/components">http://jboss.com/products/seam/components</a>&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xmlns:core=&quot;<a href="http://jboss.com/products/seam/core">http://jboss.com/products/seam/core</a>&quot;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; xmlns:transaction=&quot;<a href="http://jboss.com/products/seam/transaction">http://jboss.com/products/seam/transaction</a>&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xmlns:security=&quot;<a href="http://jboss.com/products/seam/security">http://jboss.com/products/seam/security</a>&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xmlns:web=&quot;<a href="http://jboss.com/products/seam/web">http://jboss.com/products/seam/web</a>&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xsi:schemaLocation=<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;<a href="http://jboss.com/products/seam/core">http://jboss.com/products/seam/core</a> <a href="http://jboss.com/products/seam/core-2.0.xsd">http://jboss.com/products/seam/core-2.0.xsd</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://jboss.com/products/seam/security">http://jboss.com/products/seam/security</a> <a href="http://jboss.com/products/seam/security-2.0.xsd">http://jboss.com/products/seam/security-2.0.xsd</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://jboss.com/products/seam/components">http://jboss.com/products/seam/components</a> <a href="http://jboss.com/products/seam/components-2.0.xsd">http://jboss.com/products/seam/components-2.0.xsd</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://jboss.com/products/seam/web">http://jboss.com/products/seam/web</a> <a href="http://jboss.com/products/seam/web-2.0.xsd">http://jboss.com/products/seam/web-2.0.xsd</a>&quot;&gt;<br><br><br>
&nbsp;&nbsp;&nbsp; &lt;core:init transaction-management-enabled=&quot;false&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;transaction:no-transaction/&gt; &lt;!-- to fix transaction context flush bug --&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;component name=&quot;repositoryConfiguration&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;!--<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; *** This is for configuring the &quot;home&quot; directory for the repo storage. the directory must exist. &nbsp;&nbsp;&nbsp; ***<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;property name=&quot;homeDirectory&quot;&gt;/home/michael/RulesRepository_001&lt;/property&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; --&gt;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;!--&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Optional: this is for creating a configurator for a seperate repository type.<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;property name=&quot;configurator&quot;&gt;org.drools.repository.JackrabbitRepositoryConfigurator&lt;/property&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; --&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/component&gt;<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &lt;!-- SECURITY CONFIGURATION --&gt;<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &lt;!-- default (will take any username, useful if you want to keep track of users but not authenticate --&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;security:identity authenticate-method=&quot;#{defaultAuthenticator.authenticate}&quot;/&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;!-- NO authentication. This will bypass the login screen when you hit the app. Everyone is &quot;guest&quot; --&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;!-- &lt;security:identity authenticate-method=&quot;#{nilAuthenticator.authenticate}&quot;/&gt; --&gt;<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &lt;!-- as JAAS is used you can use container specific ones to link up to your login services, eg LDAP --&gt;<br>
<br><br><br>&lt;/components&gt;<br><br>Regards,<br>Ravi Thalupula<br><br><div class="gmail_quote">On Thu, Jun 26, 2008 at 8:15 PM, Paul Browne &lt;<a href="mailto:paulb@firstpartners.net">paulb@firstpartners.net</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Folks,<br><br>For various reasons I&#39;m trying out the Guided Editor for Business Rules in the Guvnor Version 5 (Snapshot of 26 June from Hudson, deployed on JBoss App Server 4.2.2GA).<br>
<br>I&#39;ve created the Package / Category and uploaded a simple fact model (as works in BRMS version 4). I create a new business rule using the guided editor and the screen shows successfully with both &#39;When&#39; and &#39;Then&#39; parts.Assume the next question is due to me missing something, but wanted to double check:<br>

<br>When I press the green &#39;+&#39; to the right of the screen I am shown the message / dialog layer saying &#39;<br><div><div><b>Add a condition to the rule... </b>or<b> Add an action to the rule. <br>
<br></b>Problem is that there doesn&#39;t appear to be a way of adding a condition or action. The only thing I&#39;m seeing in the logs is <br><div><div><b>&nbsp;(Contexts.java:flushAndDestroyContexts:335)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; could not discover transaction status<br>

<br></b>Am I missing something or should I come back to Guvnor later in the development Cycle?<br><br>Thanks<br><br>Paul<br></div></div></div></div>
<br>_______________________________________________<br>
rules-dev mailing list<br>
<a href="mailto:rules-dev@lists.jboss.org">rules-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-dev</a><br>
<br></blockquote></div><br>