Hello,<br>I beg your pardon I was meaning to expose the default transaction timeout in standalone.xml (not in the .xsd stylesheet) . At the moment, it&#39;s a &quot;hidden&quot; default element of coordinator-environment.<br>
<br>        &lt;subsystem xmlns=&quot;urn:jboss:domain:transactions:1.0&quot;&gt;<br>            &lt;core-environment socket-binding=&quot;txn-socket-process-id&quot;/&gt;<br>            &lt;recovery-environment socket-binding=&quot;txn-recovery-environment&quot; status-socket-binding=&quot;txn-status-manager&quot;/&gt;<br>
            &lt;coordinator-environment/&gt;<br>            &lt;object-store/&gt;<br>        &lt;/subsystem&gt;<br><br>Could it be useful for a common user to have this attribute handy ?<br>Regards<br>Francesco<br><br><div class="gmail_quote">
2011/5/9 Brian Stansberry <span dir="ltr">&lt;<a href="mailto:brian.stansberry@redhat.com">brian.stansberry@redhat.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
It&#39;s already there:<br>
<br>
     &lt;xs:complexType name=&quot;coordinator-environment&quot;&gt;<br>
         &lt;xs:annotation&gt;<br>
             &lt;xs:documentation&gt;<br>
             &lt;![CDATA[<br>
                 The coordinator environment configuration.<br>
             ]]&gt;<br>
             &lt;/xs:documentation&gt;<br>
         &lt;/xs:annotation&gt;<br>
         &lt;xs:attribute name=&quot;enable-statistics&quot; type=&quot;xs:boolean&quot;<br>
default=&quot;false&quot;/&gt;<br>
         &lt;xs:attribute name=&quot;default-timeout&quot; type=&quot;xs:int&quot; default=&quot;300&quot; /&gt;<br>
     &lt;/xs:complexType&gt;<br>
<br>
Apologies if it got added since this thread started.<br>
<div><div></div><div class="h5"><br>
On 5/5/11 7:22 AM, Francesco Marchioni wrote:<br>
&gt; Dear devs,<br>
&gt; a small proposal: would it be fine to expose transaction timeout<br>
&gt; defaults as a property in the transactions subsystem ?<br>
&gt; AFAIK you have to include it in the coordinator-environment element. ....<br>
&gt;<br>
&gt; &lt;subsystem xmlns=&quot;urn:jboss:domain:transactions:1.0&quot;&gt;<br>
&gt; &lt;core-environment socket-binding=&quot;txn-socket-process-id&quot;/&gt;<br>
&gt; &lt;recovery-environment socket-binding=&quot;txn-recovery-environment&quot;<br>
&gt; status-socket-binding=&quot;txn-status-manager&quot;/&gt;<br>
&gt;<br>
&gt; &lt;coordinator-environment enable-statistics=&quot;false&quot; default-timeout=&quot;300&quot; /&gt;<br>
&gt;<br>
&gt; &lt;/subsystem&gt;<br>
&gt;<br>
&gt; kind regards,<br>
&gt; Francesco Marchioni<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div><div class="im">&gt; _______________________________________________<br>
&gt; jboss-as7-dev mailing list<br>
&gt; <a href="mailto:jboss-as7-dev@lists.jboss.org">jboss-as7-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/jboss-as7-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/jboss-as7-dev</a><br>
<br>
<br>
</div><font color="#888888">--<br>
Brian Stansberry<br>
Principal Software Engineer<br>
JBoss by Red Hat<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
jboss-as7-dev mailing list<br>
<a href="mailto:jboss-as7-dev@lists.jboss.org">jboss-as7-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/jboss-as7-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/jboss-as7-dev</a><br>
</div></div></blockquote></div><br>