Re: [hibernate-dev] Building a SessionFactory

2011-04-26 Thread Gail Badner
I was getting lost trying to follow this email thread, IRC logs, private conversations, and the confusion due to a typo, so I created a gist page (https://gist.github.com/943347). I've tried to summarizes the alternatives and added a couple of my own. I've also included some open questions that

Re: [hibernate-dev] Meeting logs since Max's bot failed us

2011-04-26 Thread Max Rydahl Andersen
just to conclude this one - I had the bot configured to login before nickserv responded; now it waits and thus it should get into hibernate-dev without problems next time something causes a network outage ;) /max On Apr 26, 2011, at 20:53, Max Rydahl Andersen wrote: > >> jpav: no one started

Re: [hibernate-dev] Hibernate Search 3.5 or 4

2011-04-26 Thread Sanne Grinovero
Updated the wiki: http://community.jboss.org/docs/DOC-16743 I'll highlight here some previously unmentioned details: - Service instances (being discussed) * for the public extensions points sometimes it's useful to pass instances instead of mere classnames to a SearchConfiguration o

Re: [hibernate-dev] Meeting logs since Max's bot failed us

2011-04-26 Thread Max Rydahl Andersen
> jpav: no one started the bot yet > emmanuel: #startmeeting > jpav: I don't think the bot is even running > emmanuel: maxandersen: BOT > emmanuel: Ok nevermind let's start sorry for that one - not sure why but jbott was logged into all channels but somehow either got rejected or kicked

Re: [hibernate-dev] Building a SessionFactory

2011-04-26 Thread Steve Ebersole
John just pointed out a type here that caused everyone some confusion. I apologize. MetadataSources sources = new MetadataSources(...) ... .getMetadataBuilder() .setNamingStrategy( ... ) .buildMetadata(); should really read: Metadata metadata = new MetadataSo

Re: [hibernate-dev] Integrator and retrieving objects

2011-04-26 Thread Emmanuel Bernard
To clarify, FullTextSession is stateless besides holding a pointer to the Session(Implementor). so we would be fine by creating a new FullTextSession object every time as() is called. On 26 avr. 2011, at 19:47, Sanne Grinovero wrote: > 2011/4/26 Steve Ebersole : >> as(...) is on Session though.

Re: [hibernate-dev] Integrator and retrieving objects

2011-04-26 Thread Sanne Grinovero
2011/4/26 Steve Ebersole : > as(...) is on Session though.  What I am talking about is what happens when > they *somehow* get a normal Session and call session.as( > FullTextSession.class ) ? > > e.g. > > fullTextSession.getSessionFactory() >        .openSession() >        .as( FullTextSession.clas

[hibernate-dev] Meeting logs since Max's bot failed us

2011-04-26 Thread Emmanuel Bernard
emmanuel: hello everyone gbadner: hi emmanuel: have you guys started the meeting? jpav: you just did I think hardy: seems like it sannegrinovero: hi emmanuel, no not yet jpav: no one started the bot yet emmanuel: #startmeeting jpav: I don't think the bot is even running emmanuel: maxandersen: BOOO

Re: [hibernate-dev] Building a SessionFactory

2011-04-26 Thread Steve Ebersole
Builder is a generic term. The specific function served here is that of a set of sources for metadata. The same does not hold for ServiceRegistryBuilder. It does not hold a singular type of information. In fact initially I shied away from the name ServiceRegistryBuilder because of its generi

Re: [hibernate-dev] Building a SessionFactory

2011-04-26 Thread Emmanuel Bernard
I think we can converge by using the following approach. https://gist.github.com/942450 Check the meeting logs, we have discussed the idea further. BTW it occurred to me that MetadataSources is more a builder than anything else, should it be renamed to align with the service registry approach?

Re: [hibernate-dev] one-to-one mapping

2011-04-26 Thread Emmanuel Bernard
Please use the user forum http://forum.hibernate.org This mailing list is about theHibernate projects developments. On 26 avr. 2011, at 15:51, Faraz Fallahi wrote: > hi > > im trying to create a simple one-to-one mapping in my hbm files. > For Example: > > > is in the Tutor.hbm.xml > > My

[hibernate-dev] one-to-one mapping

2011-04-26 Thread Faraz Fallahi
hi im trying to create a simple one-to-one mapping in my hbm files. For Example: is in the Tutor.hbm.xml My many to one, one to many and many to many mappings all work, but one to one doesnt. i would expect him to create me an account id column in my tutor table, but he does not. what am

Re: [hibernate-dev] Integrator and retrieving objects

2011-04-26 Thread Steve Ebersole
as(...) is on Session though. What I am talking about is what happens when they *somehow* get a normal Session and call session.as( FullTextSession.class ) ? e.g. fullTextSession.getSessionFactory() .openSession() .as( FullTextSession.class ); Now what? I guess this really

Re: [hibernate-dev] Hibernate OGM documentation

2011-04-26 Thread Emmanuel Bernard
On 22 avr. 2011, at 19:22, Juraci Paixao Krohling wrote: > On 04/22/2011 06:43 PM, Emmanuel Bernard wrote: >> I've been working on Hibernate OGM documentation. I am still very unhappy >> with what I have but that's a start. >> >> You can read it at >> http://docs.jboss.org/hibernate/ogm/3.0/re

Re: [hibernate-dev] Hibernate Search 3.5 or 4

2011-04-26 Thread Sanne Grinovero
some late answers: 2011/4/21 Emmanuel Bernard : > OK, if we want to do all of this we will hate to start very quickly. In > fairness, I'm not sure we can even do all of this so let's make sure these > are prioritized accordingly. > I could not find the expected deadlines for AS 7 / Cre 4 but we

Re: [hibernate-dev] [infinispan-dev] Hibernate OGM documentation

2011-04-26 Thread Manik Surtani
Sorry for not providing any feedback on this as yet - I have an imminent transatlantic flight and I intend to catch up on all this reading then. :) On 22 Apr 2011, at 17:43, Emmanuel Bernard wrote: > Hi all > I've been working on Hibernate OGM documentation. I am still very unhappy > with what