I haven&#39;t got around to creating specific docs as of yet, but the porting of jboss-logging into solder is to easier support the i18n module in Seam in hooking into the processing that is already performed.<br><br>I&#39;m looking to implement the ability to use i18n messages based on <a href="https://issues.jboss.org/browse/SEAMINTL-7">https://issues.jboss.org/browse/SEAMINTL-7</a>.  An example of which is:<br>
<br>@MessageBundle
<br>
public interface BookingStatusMessages
<br>
{
<br>
   @Message(&quot;You are booked to stay at the #{0} on {1,date}&quot;) 
@StatusMessage(level = INFO, target = &quot;messageWindow&quot;, during = 
TransactionPhase.AFTER_SUCCESS) @Locale(&quot;en_US&quot;)
<br>
   String bookingConfirmed(Hotel hotel, Date date);
<br>
}<br><br>This would be an initial aim for Beta1, with additional functionality to enhance this for subsequent Betas.<br><br>Ken<br><br><br><br><div class="gmail_quote">On Wed, Jan 19, 2011 at 6:10 AM, Pete Muir <span dir="ltr">&lt;<a href="mailto:pmuir@redhat.com">pmuir@redhat.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Any docs or examples to get an idea of API?<br>
<div><div></div><div class="h5"><br>
On 18 Jan 2011, at 23:29, Ken Finnigan wrote:<br>
<br>
&gt; Here&#39;s the link to the incorporation of jboss-logging into solder: <a href="https://github.com/kenfinnigan/solder/tree/jboss-logging" target="_blank">https://github.com/kenfinnigan/solder/tree/jboss-logging</a><br>

&gt;<br>
&gt; Appreciate any comments/feedback as still new at this.<br>
&gt;<br>
&gt; If it&#39;s easier for it to be a pull request just let me know.<br>
&gt;<br>
&gt; There will undoubtedly be a few additions to this once I work out how i18n module will look at the best location for some of these changes, solder or i18n.<br>
&gt;<br>
&gt; Thanks<br>
&gt; Ken<br>
&gt;<br>
&gt; On Tue, Jan 18, 2011 at 5:59 PM, Dan Allen &lt;<a href="mailto:dan.j.allen@gmail.com">dan.j.allen@gmail.com</a>&gt; wrote:<br>
&gt; As a team we need to review Ken&#39;s improvements and provide feedback because it&#39;s a critical piece of Seam, not to mention it&#39;s importance to the i18n API.<br>
&gt;<br>
&gt; Ken, it would be best to post the branch where the changes live (sorry if I&#39;m a step behind if you already have).<br>
&gt;<br>
&gt; - Dan Allen<br>
&gt;<br>
&gt; Sent from my Android-powered phone:<br>
&gt; An open platform for carriers, consumers and developers<br>
&gt;<br>
&gt; On Jan 18, 2011 3:30 PM, &quot;Ken Finnigan&quot; &lt;<a href="mailto:ken@kenfinnigan.me">ken@kenfinnigan.me</a>&gt; wrote:<br>
&gt; &gt; On Mon, Jan 17, 2011 at 7:09 PM, Dan Allen &lt;<a href="mailto:dan.j.allen@gmail.com">dan.j.allen@gmail.com</a>&gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt;&gt; On Mon, Jan 17, 2011 at 18:49, Jason Porter &lt;<a href="http://lightguard.jp" target="_blank">lightguard.jp</a>@<a href="http://gmail.com" target="_blank">gmail.com</a>&gt;wrote:<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;&gt; I need a Solder release (I&#39;m working on switching to beans.xml), then<br>
&gt; &gt;&gt;&gt; I can release the alpha, and a beta quickly for Catch, or we could<br>
&gt; &gt;&gt;&gt; still keep it at alpha. Though because it&#39;s such an integrated piece<br>
&gt; &gt;&gt;&gt; ideally it should be beta.<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; I think we should all be using the next release of solder if we can<br>
&gt; &gt;&gt;&gt; make sure it works on Glassfish 3.0.1. I&#39;ll send a follow-up email<br>
&gt; &gt;&gt;&gt; with my latest exception.<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; +1<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Also, please use seam-parent 7 and seam-bom 3.0.0.b06...but stay tuned, I<br>
&gt; &gt;&gt; may update to seam-parent 8 to pull in the Weld 1.1.0.Final.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; -Dan<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; --<br>
&gt; &gt;&gt; Dan Allen<br>
&gt; &gt;&gt; Principal Software Engineer, Red Hat | Author of Seam in Action<br>
&gt; &gt;&gt; Registered Linux User #231597<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; <a href="http://mojavelinux.com" target="_blank">http://mojavelinux.com</a><br>
&gt; &gt;&gt; <a href="http://mojavelinux.com/seaminaction" target="_blank">http://mojavelinux.com/seaminaction</a><br>
&gt; &gt;&gt; <a href="http://www.google.com/profiles/dan.j.allen" target="_blank">http://www.google.com/profiles/dan.j.allen</a><br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; _______________________________________________<br>
&gt; &gt;&gt; seam-dev mailing list<br>
&gt; &gt;&gt; <a href="mailto:seam-dev@lists.jboss.org">seam-dev@lists.jboss.org</a><br>
&gt; &gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/seam-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/seam-dev</a><br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt; +1 to Solder release, especially after some logging/i18n changes have been<br>
&gt; &gt; incorporated from some work I&#39;ve done with Dan.<br>
&gt; &gt;<br>
&gt; &gt; In terms of i18n, there are a couple of things I would like to get done for<br>
&gt; &gt; the first Beta, as it will likely change the API, that rely on the Solder<br>
&gt; &gt; changes. Not sure whether I will be able to get them all complete by<br>
&gt; &gt; Wed/Thu, though will see how I go tonight.<br>
&gt; &gt;<br>
&gt; &gt; Ken<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; seam-dev mailing list<br>
&gt; <a href="mailto:seam-dev@lists.jboss.org">seam-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/seam-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/seam-dev</a><br>
<br>
</div></div></blockquote></div><br>