<div dir="ltr">Hi,<br>I&#39;m using eclipse and checking my style manually, as I don&#39;t have the template<br>and wouldn&#39;t trust myself in automatically reformatting my code with a self-made template.<br>Who can provide it? Should I try making it myself?<br>
<br>Also I could commit several missing &quot;propset svn:keywords &quot;Id&quot;&quot; and the keyword,<br>but stopped myself to ask your permission first as they are many files.<br><br>thanks for all information about trunk.<br>
<br>Sanne<br><br><div class="gmail_quote">2008/7/16 Emmanuel Bernard &lt;<a href="mailto:emmanuel@hibernate.org">emmanuel@hibernate.org</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style=""><div>I&#39;ve (re-)fixed the conflict of patches we had between Navin&#39;s commit and my original proposed fixes. I&#39;ve also fixed a but between annotations head and search head wrt event listener initializations (that&#39;s why I don&#39;t like ivy not pointing to latest :) )</div>
<div><br></div><div>Please please please everyone:</div><div>&nbsp;- use the right style template. I have one for IntelliJ I can provide, I&#39;m sure someone has one for Eclipse. No more style conflict madness.</div><div>&nbsp;- run ant clean junit before committing. If it fails, do not commit.</div>
<div><br></div><div><br></div><div>BTW We are close to the beta 1 freeze, likely to be tonight or tomorrow</div><div><br></div><div>A few questions and comments</div><div><span style="white-space: pre;">        </span>@ProvidedId</div>
<div>Should @ProvidedId be renamed @ExternalId?<br>ProvidedId.bridge() is no longer of type Class&lt;StringBridge&gt;, just Class (see later)<br>name() defaults to providedId (I still think &quot;id&quot; is a better name, though)</div>
<div><br></div><div><span style="white-space: pre;">        </span>SearchFactoryImpl<br>I&#39;ve done various refactorings to eliminate the dependency between o.h.c.Configuration and SearchFactoryImpl<br>The event system is now responsible for converting the o.h.c.Configuration into a Search configuration<br>
</div><div><br></div><div><span style="white-space: pre;">        </span>TransactionContext</div>I moved them next to the Worker and Worker queues in backend (its implementation is in backend.impl<br>renamed isTxInProgress() to a readable name<div>
I removed TransactionContext as Serializable, each implementation shold make its own decision. EventsourceTC is not serialzible: they could use transient / readObject / writeObject<br><div><br></div><div><span style="white-space: pre;">        </span>SearchConfiguration<br>
</div><div>The HibernameImplementation now deal with getMappedClass() returning null. I used Class&lt;?&gt; instead of the raw Class in the interface.</div><div><br></div><div><br></div><div><br></div><div><br></div><div>
Here are the things Navin still needs to work on:<br><span style="white-space: pre;">        </span>DocumentBuilder<br>1. @ProvidedId can be set on a superclass, your code does not deal with it<br>2. you&#39;ve hardcoded the bridge implementation to StringBridge, this is not good and should be configured by ProvidedId.bridge().This should be done more or less like BridgeFactory.extractType(ClassBridge);<br>
<br></div><div>Those 2 need to be fixed before we go and release the @ProvidedId feature but this can wait till after Beta1</div><div><br></div><font color="#888888"><div><br></div><div><br></div><div><br><div> <span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div style="">
<span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div style="">
<span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div style="">
<div>--</div><div><div>Emmanuel Bernard</div><div><a href="http://in.relation.to/Bloggers/Emmanuel" target="_blank">http://in.relation.to/Bloggers/Emmanuel</a>&nbsp;|&nbsp;<a href="http://blog.emmanuelbernard.com/" target="_blank">http://blog.emmanuelbernard.com</a>&nbsp;|&nbsp;<a href="http://twitter.com/emmanuelbernard" target="_blank">http://twitter.com/emmanuelbernard</a></div>
<div>Hibernate Search in Action (<a href="http://is.gd/Dl1" target="_blank">http://is.gd/Dl1</a>)</div></div></div></span></div></span></div></span> </div><br></div></font></div></div><br>_______________________________________________<br>

hibernate-dev mailing list<br>
<a href="mailto:hibernate-dev@lists.jboss.org">hibernate-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/hibernate-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/hibernate-dev</a><br>
<br></blockquote></div><br></div>