<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jul 10, 2013 at 2:56 PM, Bruno Oliveira <span dir="ltr">&lt;<a href="mailto:bruno@abstractj.org" target="_blank">bruno@abstractj.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I&#39;d say make STAGING default and enforce developers to upload the<br>
certificate again if she wants to use the same certificate.<br></blockquote><div><br></div><div style>they can&#39;t.  Apple generates different CERTs for the production/sandbox systems. That&#39;s why we have upload for both:</div>
<div style>devCert/devPassPhrase and prodCert/prodPassphrase </div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Or maybe an option which says cert-prod.blah - staging/prod. From my<br>
understanding if it defaults to production, we can motivate people to<br>
mistakes in production with a valid certificate. Developers should be<br>
aware of test it before push anything to production.<br></blockquote><div><br></div><div style>So, if both certificates are active, the suggested default would be use the &quot;development&quot; environment, right ?</div>
<div><br></div><div style>I understand that :-) And it&#39;s what Rails does as well :) </div><div style><br></div><div style>However, with two active CERTs (prod and dev) I am not sure if it is nice to &quot;require&quot; the inclusion of &quot;staging&quot;:&quot;production&quot; inside of the payload, when sending to production.</div>
<div style><br></div><div style>-Matthias</div><div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Is just my perspective.<br>
<div class="im"><br>
Matthias Wessendorf wrote:<br>
&gt; BTW.... when creating the iOS varian....<br>
&gt;<br>
&gt;<br>
&gt; developmentCertificate/Passphrase  and productionCertificate/Passphrase<br>
&gt; are the new Formular Values....... (needs to be updated)<br>
&gt;<br>
&gt;<br>
&gt; -M<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Jul 9, 2013 at 6:41 PM, Matthias Wessendorf &lt;<a href="mailto:matzew@apache.org">matzew@apache.org</a><br>
</div><div class="im">&gt; &lt;mailto:<a href="mailto:matzew@apache.org">matzew@apache.org</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;     Hi,<br>
&gt;<br>
&gt;     I pushed an early version of it to [1]. It&#39;s a branch, not (yet) a PR.<br>
&gt;<br>
&gt;     Basically here is a how the payloads MIGHT look like:<br>
&gt;<br>
&gt;     Broadcast Payload:<br>
&gt;     {<br>
&gt;     &quot;alert&quot;:&quot;HELLO!&quot;,<br>
&gt;     &quot;sound&quot;:&quot;default&quot;,<br>
&gt;     &quot;staging&quot;:&quot;development&quot;,<br>
&gt;     &quot;badge&quot;:7,<br>
&gt;     &quot;simple-push&quot;:&quot;version=123&quot;,<br>
&gt;     &quot;someKey&quot;:&quot;some value&quot;,<br>
&gt;     &quot;anotherCustomKey&quot;:&quot;some other value&quot;<br>
&gt;     }<br>
&gt;<br>
&gt;     Selective Send Payload:<br>
&gt;     {<br>
</div>&gt;     &quot;alias&quot; : [&quot;<a href="mailto:user@account.com">user@account.com</a> &lt;mailto:<a href="mailto:user@account.com">user@account.com</a>&gt;&quot;,<br>
&gt;     &quot;<a href="mailto:someone@aerogear.org">someone@aerogear.org</a> &lt;mailto:<a href="mailto:someone@aerogear.org">someone@aerogear.org</a>&gt;&quot;, ....],<br>
<div class="im">&gt;     &quot;deviceType&quot; : [&quot;iPad&quot;, &quot;AndroidTablet&quot;],<br>
&gt;     &quot;staging&quot;:&quot;development&quot;,<br>
&gt;     &quot;message&quot;: {<br>
&gt;     &quot;alert&quot;:&quot;HELLO!&quot;,<br>
&gt;     &quot;sound&quot;:&quot;default&quot;,<br>
&gt;     &quot;badge&quot;:7,<br>
&gt;     &quot;someKey&quot;:&quot;some value&quot;,<br>
&gt;     &quot;anotherCustomKey&quot;:&quot;some other value&quot;<br>
&gt;        },<br>
&gt;     &quot;simple-push&quot;: {<br>
&gt;     &quot;SomeCategory&quot;:&quot;version=123&quot;,<br>
&gt;     &quot;anotherCategory&quot;:&quot;version=456&quot;<br>
&gt;        }<br>
&gt;     }<br>
&gt;<br>
&gt;     Note: if the &quot;staging&quot; is NOT present, the PRODUCTION cert. (if<br>
&gt;     present) will be used. If no cert is present ..... a WARNING is<br>
&gt;     logged...<br>
&gt;<br>
&gt;     Also,..... only on iOS....<br>
&gt;<br>
&gt;<br>
&gt;     -Matthias<br>
&gt;<br>
&gt;     [1]<br>
&gt;     <a href="https://github.com/aerogear/aerogear-unified-push-server/tree/ProdCerts" target="_blank">https://github.com/aerogear/aerogear-unified-push-server/tree/ProdCerts</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;     On Tue, Jul 9, 2013 at 2:40 PM, Matthias Wessendorf<br>
</div><div class="im">&gt;     &lt;<a href="mailto:matzew@apache.org">matzew@apache.org</a> &lt;mailto:<a href="mailto:matzew@apache.org">matzew@apache.org</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;         On Tue, Jul 9, 2013 at 2:21 PM, Matthias Wessendorf<br>
</div><div class="im">&gt;         &lt;<a href="mailto:matzew@apache.org">matzew@apache.org</a> &lt;mailto:<a href="mailto:matzew@apache.org">matzew@apache.org</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;             On Tue, Jul 9, 2013 at 2:14 PM, Kris Borchers<br>
</div><div class="im">&gt;             &lt;<a href="mailto:kris@redhat.com">kris@redhat.com</a> &lt;mailto:<a href="mailto:kris@redhat.com">kris@redhat.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;                 On Jul 9, 2013, at 7:09 AM, Matthias Wessendorf<br>
</div><div class="im">&gt;                 &lt;<a href="mailto:matzew@apache.org">matzew@apache.org</a> &lt;mailto:<a href="mailto:matzew@apache.org">matzew@apache.org</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;                 On Tue, Jul 9, 2013 at 2:04 PM, Kris Borchers<br>
</div><div class="im">&gt;&gt;                 &lt;<a href="mailto:kris@redhat.com">kris@redhat.com</a> &lt;mailto:<a href="mailto:kris@redhat.com">kris@redhat.com</a>&gt;&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;                     On Jul 9, 2013, at 6:56 AM, Matthias Wessendorf<br>
</div><div class="im">&gt;&gt;                     &lt;<a href="mailto:matzew@apache.org">matzew@apache.org</a> &lt;mailto:<a href="mailto:matzew@apache.org">matzew@apache.org</a>&gt;&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt;                     They could have a &quot;test&quot; variant :) I&#39;d hate to<br>
&gt;&gt;&gt;                     expose something like &quot;prod/dev&quot; to the sender,<br>
&gt;&gt;&gt;                     especially since that is ONLY iOS :)<br>
&gt;&gt;<br>
&gt;&gt;                     I guess a test variant would do the job. I&#39;m good<br>
&gt;&gt;                     either way on that. Probably another thing that<br>
&gt;&gt;                     would need clear documentation.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;                 I guess having a &quot;staging&quot; : &quot;production&quot; (or<br>
&gt;&gt;                 &quot;development&quot;) is also not a bad thing (helps,<br>
&gt;&gt;                 perhaps, already for AGPUSH-113.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;                 What would the default be ? My current feeling is that<br>
&gt;&gt;                 &quot;production&quot; is always used, unless &quot;staging&quot; :<br>
&gt;&gt;                 &quot;development&quot; is included on the Sender API ?<br>
&gt;<br>
&gt;                 +1 for production default<br>
&gt;<br>
&gt;<br>
&gt;             In that case, no &quot;isProd()&quot; is needed :-)<br>
&gt;<br>
&gt;<br>
&gt;         I mean generally, if both can be &quot;active&quot; (we would just check<br>
&gt;         if cert/passphrase is present)<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;                 -Matthias<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;                     However, on the long run... you can have a TEST<br>
&gt;&gt;&gt;                     PushEE server + a &quot;production&quot; one (AGPUSH-113)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;                     On Tue, Jul 9, 2013 at 1:50 PM, Kris Borchers<br>
</div><div class="im">&gt;&gt;&gt;                     &lt;<a href="mailto:kris@redhat.com">kris@redhat.com</a> &lt;mailto:<a href="mailto:kris@redhat.com">kris@redhat.com</a>&gt;&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;                         On Jul 9, 2013, at 6:47 AM, Lucas Holmquist<br>
&gt;&gt;&gt;                         &lt;<a href="mailto:lholmqui@redhat.com">lholmqui@redhat.com</a><br>
</div><div class="im">&gt;&gt;&gt;                         &lt;mailto:<a href="mailto:lholmqui@redhat.com">lholmqui@redhat.com</a>&gt;&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;                         Sounds good.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;                         but i wonder if there would be a case where<br>
&gt;&gt;&gt;&gt;                         both could be active at the same time.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;                         for example,  some company has an app that<br>
&gt;&gt;&gt;&gt;                         is in production,  now they need to make<br>
&gt;&gt;&gt;&gt;                         some modifications to it and want to make<br>
&gt;&gt;&gt;&gt;                         sure that they didn&#39;t break their push<br>
&gt;&gt;&gt;&gt;                         notifications, so they want to send some<br>
&gt;&gt;&gt;&gt;                         push notifications to the development<br>
&gt;&gt;&gt;&gt;                         version since they have separate development<br>
&gt;&gt;&gt;&gt;                         devices.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;                         probably an edge case<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;                         Hmmm. I&#39;m not sure how edge that is. Seems<br>
&gt;&gt;&gt;                         like the appropriate development model to be<br>
&gt;&gt;&gt;                         able to test a change while keeping the<br>
&gt;&gt;&gt;                         production version running. I think this is a<br>
&gt;&gt;&gt;                         good case for being able to have both active<br>
&gt;&gt;&gt;                         and would require the ability to distinguish<br>
&gt;&gt;&gt;                         between the two in the Sender API.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;                         On Jul 9, 2013, at 7:25 AM, Kris Borchers<br>
</div>&gt;&gt;&gt;&gt;                         &lt;<a href="mailto:kris@redhat.com">kris@redhat.com</a> &lt;mailto:<a href="mailto:kris@redhat.com">kris@redhat.com</a>&gt;&gt;<br>
<div class="im">&gt;&gt;&gt;&gt;                         wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;                         That all seems sane to me. +1<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;                         On Jul 9, 2013, at 3:57 AM, Matthias<br>
&gt;&gt;&gt;&gt;&gt;                         Wessendorf &lt;<a href="mailto:matzew@apache.org">matzew@apache.org</a><br>
</div><div><div class="h5">&gt;&gt;&gt;&gt;&gt;                         &lt;mailto:<a href="mailto:matzew@apache.org">matzew@apache.org</a>&gt;&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         Hello!<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         right now the iOS variant does _only_<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         support upload of an &quot;Development SSL<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         Certificate&quot; (see [1]). I&#39;d like to add<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         support for an &quot;Production SSL<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         Certificate&quot; to the iOS Variant model class.<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         Besides the second certificate, the model<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         class _should_ have a field to reflect the<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         status (is production or not -&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         isProduction()), so that only one<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         certificate is ACTIVE. Internally the<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         &quot;Sender API&quot; would connect against the<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         differen Apple servers (prod. verus dev),<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         based on the value of the isProduction()<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         method.<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         Exposing &quot;production&quot; (or &quot;development&quot;)<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         on the Sender API would be really ugly.<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         With the above said, the Sender-API<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         remains stable.<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         The value of &quot;isProduction&quot; would be<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         updateable on the AdminUI (and the<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         underlying RESTful endpoints).<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         -Matthias<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         [1]<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         <a href="https://github.com/aerogear/aerogear-unified-push-server/blob/master/src/main/java/org/jboss/aerogear/connectivity/model/iOSVariant.java#L38-L41" target="_blank">https://github.com/aerogear/aerogear-unified-push-server/blob/master/src/main/java/org/jboss/aerogear/connectivity/model/iOSVariant.java#L38-L41</a><br>

&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         --<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         Matthias Wessendorf<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         blog: <a href="http://matthiaswessendorf.wordpress.com/" target="_blank">http://matthiaswessendorf.wordpress.com/</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;                         sessions:<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         <a href="http://www.slideshare.net/mwessendorf" target="_blank">http://www.slideshare.net/mwessendorf</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;                         twitter: <a href="http://twitter.com/mwessendorf" target="_blank">http://twitter.com/mwessendorf</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;                         _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         aerogear-dev mailing list<br>
&gt;&gt;&gt;&gt;&gt;&gt;                         <a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a><br>
</div></div>&gt;&gt;&gt;&gt;&gt;&gt;                         &lt;mailto:<a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a>&gt;<br>
<div class="im">&gt;&gt;&gt;&gt;&gt;&gt;                         <a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;                         _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt;                         aerogear-dev mailing list<br>
&gt;&gt;&gt;&gt;&gt;                         <a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a><br>
</div>&gt;&gt;&gt;&gt;&gt;                         &lt;mailto:<a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a>&gt;<br>
<div class="im">&gt;&gt;&gt;&gt;&gt;                         <a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;                         _______________________________________________<br>
&gt;&gt;&gt;&gt;                         aerogear-dev mailing list<br>
&gt;&gt;&gt;&gt;                         <a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a><br>
</div>&gt;&gt;&gt;&gt;                         &lt;mailto:<a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a>&gt;<br>
<div class="im">&gt;&gt;&gt;&gt;                         <a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;                         _______________________________________________<br>
&gt;&gt;&gt;                         aerogear-dev mailing list<br>
&gt;&gt;&gt;                         <a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a><br>
</div>&gt;&gt;&gt;                         &lt;mailto:<a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a>&gt;<br>
<div class="im">&gt;&gt;&gt;                         <a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;                     --<br>
&gt;&gt;&gt;                     Matthias Wessendorf<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;                     blog: <a href="http://matthiaswessendorf.wordpress.com/" target="_blank">http://matthiaswessendorf.wordpress.com/</a><br>
&gt;&gt;&gt;                     sessions: <a href="http://www.slideshare.net/mwessendorf" target="_blank">http://www.slideshare.net/mwessendorf</a><br>
&gt;&gt;&gt;                     twitter: <a href="http://twitter.com/mwessendorf" target="_blank">http://twitter.com/mwessendorf</a><br>
&gt;&gt;&gt;                     _______________________________________________<br>
&gt;&gt;&gt;                     aerogear-dev mailing list<br>
&gt;&gt;&gt;                     <a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a><br>
</div>&gt;&gt;&gt;                     &lt;mailto:<a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a>&gt;<br>
<div class="im">&gt;&gt;&gt;                     <a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;                     _______________________________________________<br>
&gt;&gt;                     aerogear-dev mailing list<br>
&gt;&gt;                     <a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a><br>
</div>&gt;&gt;                     &lt;mailto:<a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a>&gt;<br>
<div class="im">&gt;&gt;                     <a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;                 --<br>
&gt;&gt;                 Matthias Wessendorf<br>
&gt;&gt;<br>
&gt;&gt;                 blog: <a href="http://matthiaswessendorf.wordpress.com/" target="_blank">http://matthiaswessendorf.wordpress.com/</a><br>
&gt;&gt;                 sessions: <a href="http://www.slideshare.net/mwessendorf" target="_blank">http://www.slideshare.net/mwessendorf</a><br>
&gt;&gt;                 twitter: <a href="http://twitter.com/mwessendorf" target="_blank">http://twitter.com/mwessendorf</a><br>
&gt;&gt;                 _______________________________________________<br>
&gt;&gt;                 aerogear-dev mailing list<br>
&gt;&gt;                 <a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a><br>
</div>&gt;&gt;                 &lt;mailto:<a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a>&gt;<br>
<div class="im">&gt;&gt;                 <a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br>
&gt;<br>
&gt;<br>
&gt;                 _______________________________________________<br>
&gt;                 aerogear-dev mailing list<br>
&gt;                 <a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a><br>
</div>&gt;                 &lt;mailto:<a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a>&gt;<br>
<div class="im">&gt;                 <a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;             --<br>
&gt;             Matthias Wessendorf<br>
&gt;<br>
&gt;             blog: <a href="http://matthiaswessendorf.wordpress.com/" target="_blank">http://matthiaswessendorf.wordpress.com/</a><br>
&gt;             sessions: <a href="http://www.slideshare.net/mwessendorf" target="_blank">http://www.slideshare.net/mwessendorf</a><br>
&gt;             twitter: <a href="http://twitter.com/mwessendorf" target="_blank">http://twitter.com/mwessendorf</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;         --<br>
&gt;         Matthias Wessendorf<br>
&gt;<br>
&gt;         blog: <a href="http://matthiaswessendorf.wordpress.com/" target="_blank">http://matthiaswessendorf.wordpress.com/</a><br>
&gt;         sessions: <a href="http://www.slideshare.net/mwessendorf" target="_blank">http://www.slideshare.net/mwessendorf</a><br>
&gt;         twitter: <a href="http://twitter.com/mwessendorf" target="_blank">http://twitter.com/mwessendorf</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;     --<br>
&gt;     Matthias Wessendorf<br>
&gt;<br>
&gt;     blog: <a href="http://matthiaswessendorf.wordpress.com/" target="_blank">http://matthiaswessendorf.wordpress.com/</a><br>
&gt;     sessions: <a href="http://www.slideshare.net/mwessendorf" target="_blank">http://www.slideshare.net/mwessendorf</a><br>
&gt;     twitter: <a href="http://twitter.com/mwessendorf" target="_blank">http://twitter.com/mwessendorf</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Matthias Wessendorf<br>
&gt;<br>
&gt; blog: <a href="http://matthiaswessendorf.wordpress.com/" target="_blank">http://matthiaswessendorf.wordpress.com/</a><br>
&gt; sessions: <a href="http://www.slideshare.net/mwessendorf" target="_blank">http://www.slideshare.net/mwessendorf</a><br>
&gt; twitter: <a href="http://twitter.com/mwessendorf" target="_blank">http://twitter.com/mwessendorf</a><br>
&gt;<br>
</div><div class="im">&gt; _______________________________________________<br>
&gt; aerogear-dev mailing list<br>
&gt; <a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br>
<br>
--<br>
</div>abstractj<br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
aerogear-dev mailing list<br>
<a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Matthias Wessendorf <br><br>blog: <a href="http://matthiaswessendorf.wordpress.com/" target="_blank">http://matthiaswessendorf.wordpress.com/</a><br>
sessions: <a href="http://www.slideshare.net/mwessendorf" target="_blank">http://www.slideshare.net/mwessendorf</a><br>twitter: <a href="http://twitter.com/mwessendorf" target="_blank">http://twitter.com/mwessendorf</a>
</div></div>