<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <div class="moz-cite-prefix">On 1/24/14 2:54 PM, Cantor, Scott
      wrote:<br>
    </div>
    <blockquote cite="mid:CF082EEC.483FE%25cantor.2@osu.edu" type="cite"><br>
      <pre wrap="">
Just for info, can you recurse it until it crashes and see how many you
get?
</pre>
    </blockquote>
    <br>
    Yeah, good idea.&nbsp; If I just put the stack trace logging action first
    in the flow, and just have it call itself like so:<br>
    <br>
    &nbsp;&nbsp;&nbsp; &lt;action-state id="LogStackTrace"&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;evaluate expression="LogStackTrace" /&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;transition on="proceed" to="LogStackTrace" /&gt;<br>
    &nbsp;&nbsp;&nbsp; &lt;/action-state&gt;<br>
    <br>
    <br>
    &nbsp;(so not actually doing any SAML decoding, handlers, actions, etc),
    I get a Java stack overflow after 985 executions.<br>
    <br>
    This is on MacOS with JDK 1.7.0_45, 64-bit.&nbsp; Don't know what the
    default stack size is there, I'd have to hunt that down.<br>
  </body>
</html>