<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 09/16/13 07:56, Ade Lee wrote:<br>
    </div>
    <blockquote cite="mid:1379343390.14661.21.camel@aleeredhat.laptop"
      type="cite">
      <pre wrap="">There were two big changes in F20.

1. Change resteasy from 2.3.4 to 3.0.1
2. Change in tomcat to use systemd unit files.

Change 1 resulted in failed compilation.  I fixed the compilation issues
so now it will compile and deploy, even though there are still issues.

In particular, 
a) the new interceptors appear to work exactly as expected.
b) the method getStringHeaders() is not implemented in 3.0.1.  Neither
is getStringHeader(foo) , so we'll have to do some ugly casting or
something.  Will fix in another patch.  This affects client side
wrapping of exceptions.
c) We still have a problem in which @Context parameters are not set.

Change 2 basically broke the way we started.  The simplest solution is
for us to change our unit file to match what tomcat has.

Notes:
a) We will need a migration script to make some changes to the property
file in /etc/sysconfig/<instance_name> for JAVA_OPTS for existing
instances.  Will add in subsequent patch.

b) tomcat now logs to /var/log/messages (and journald) rather than
catalina.out.  We can ask them to change this and support old
catalina.out, but not sure if we want to do this.

To see the logs, you can now do 
journalctl -u <a class="moz-txt-link-abbreviated" href="mailto:pki-tomcatd@pki-tomcat.service">pki-tomcatd@pki-tomcat.service</a>

for example. Open to suggestions on this.

Ade


</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Pki-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Pki-devel@redhat.com">Pki-devel@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/pki-devel">https://www.redhat.com/mailman/listinfo/pki-devel</a></pre>
    </blockquote>
    Successfully built, installed, configured, enrolled, and issued a
    certificate from a CA - mharmsen<br>
    <br>
    Code reviewed - jmagne<br>
    <br>
    ACK<br>
  </body>
</html>