<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style>
<!--
@font-face
        {font-family:Calibri}
@font-face
        {font-family:Tahoma}
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif"}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline}
span.EmailStyle17
        {font-family:"Calibri","sans-serif";
        color:#1F497D}
.MsoChpDefault
        {font-family:"Calibri","sans-serif"}
@page WordSection1
        {margin:1.0in 1.0in 1.0in 1.0in}
div.WordSection1
        {}
-->
</style>
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D">I get this error.</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D"> </span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D">15:44:33,114 |-ERROR in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Could not create component [filter] of type [ch.qos.logback.core.filter.JaninoEvaluatorFilter]
 java.lang.ClassNotFoundException: ch.qos.logback.core.filter.JaninoEvaluatorFilter</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D">                at java.lang.ClassNotFoundException: ch.qos.logback.core.filter.JaninoEvaluatorFilter</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D"> </span></p>
<p class="MsoNormal"><b><span style="font-size:10.0pt; font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt; font-family:"Tahoma","sans-serif""> logback-user-bounces@qos.ch [mailto:logback-user-bounces@qos.ch]
<b>On Behalf Of </b>Tony Trinh<br>
<b>Sent:</b> Friday, June 22, 2012 3:21 PM<br>
<b>To:</b> logback users list<br>
<b>Subject:</b> Re: [logback-user] Problems with jaino evaluator</span></p>
<p class="MsoNormal"> </p>
<div>
<p class="MsoNormal">On Fri, Jun 22, 2012 at 4:10 PM, Tony Trinh <<a href="mailto:tony19@gmail.com" target="_blank">tony19@gmail.com</a>> wrote:</p>
<p class="MsoNormal"><span style="font-family:"Courier New""><expression>return (mdc.get("SEND_ALARM") != null) && (level > INFO);</expression></span></p>
</div>
<p class="MsoNormal"> </p>
<div>
<p class="MsoNormal">The ampersands need to be escaped:</p>
</div>
<div>
<p class="MsoNormal"> </p>
</div>
<blockquote style="margin-left:30.0pt; margin-right:0in">
<div>
<p class="MsoNormal"><span style="font-family:"Courier New""><expression>return (mdc.get("SEND_ALARM") != null) &amp;&amp; (level > INFO);</expression></span></p>
</div>
</blockquote>
</div>
<br>
<hr>
<font face="Arial" color="Gray" size="1"><br>
This e-mail may contain Sprint Nextel proprietary information intended for the sole use of the recipient(s). Any use by others is prohibited. If you are not the intended recipient, please contact the sender and delete all copies of the message.<br>
</font>
</body>
</html>