Re: [hibernate-dev] patching javassist - which ver?

2012-03-29 Thread Strong Liu
Hi Nikita, thanks for reporting this, I'd interested in all performance improvement :D I didn't notice this, but not sure if javassist team already aware of this. wrt the javassist version, I think that's javassist team's call to decide which version should be patched, but I guess it mostly sho

[hibernate-dev] patching javassist - which ver?

2012-03-29 Thread Nikita Tovstoles
Hello, Long time listener, first time caller here - thanks for an excellent framework. We've been profiling our Hibernate 3.6.10-based app and noticed a perf bottleneck in javassist.util.proxy.RuntimeSupport.find2methods. Unfortunately, this method, which has a synch. block, is being call

Re: [hibernate-dev] Unsaved values

2012-03-29 Thread Gail Badner
>From digging into the code, it looks like the only place where things may need >to be processed differently is for composite/component IDs. o.h.mapping.SimpleValue.nullValue is initialized to null. There are 2 places in the old mapping code where SimpleValue.setNull( "undefined" ) is called w

[hibernate-dev] Hibernate Shards ?

2012-03-29 Thread Sanne Grinovero
While it doesn't happen every day, we sometimes have people asking help on Shards on the forums. Take this for example: https://forum.hibernate.org/viewtopic.php?p=2453788#p2453788 The distribution does not contain such information, and has no other dependencies. The changelog does not contain in

Re: [hibernate-dev] Meeting

2012-03-29 Thread Gail Badner
I'm mainly working days now, so Thursday 2.5 hours later or 3.5 hours later is fine with me. - Original Message - > From: "Strong Liu" > To: "Steve Ebersole" > Cc: hibernate-dev@lists.jboss.org > Sent: Wednesday, March 28, 2012 7:06:31 PM > Subject: Re: [hibernate-dev] Meeting > > I'm

Re: [hibernate-dev] Unsaved values

2012-03-29 Thread Steve Ebersole
I'll definitely take a look as soon as I get some time (currently busy working through some JPA 2.1 stuff). But in the meantime maybe you could do a plain English write-up describing the differences you see here between hbm and annotations that led you to look to these strategies so that we ca

Re: [hibernate-dev] Meeting

2012-03-29 Thread Steve Ebersole
I work on them a little periodically. But always, feel free to pick some up and run with them. On Wed 28 Mar 2012 09:07:09 PM CDT, Strong Liu wrote: > anyone working on the pull requests? I saw there are some opened recently > - > Best Regards, > > Strong Liu http://hiber

[hibernate-dev] NaturalIdLoadAccess: NaturalId synchronization with no need to flush at all

2012-03-29 Thread Demetz, Guenther
Hi Steve, Hi Eric, hi hibernate developers, please take a look at improvement proposal HHH-7206 once when you find some minute of rest-time and let me know what you think about. best regards Guenther ___ hibernate-dev mailing list hibernate-dev@

Re: [hibernate-dev] [OGM] More info for Cassandra and MongoDB datastores and dialects

2012-03-29 Thread Guillaume SCHEIBEL
Hi all, About the collection of embeddable, currently this feature is not developped but you can store an embeddable in the document itself (and an embeddable inside of another embeddable etc). I'll work on the collections / associations stuff as soon as I'll have finished the test part with OGM-1

[hibernate-dev] Hibernate Search 4.1 CR3

2012-03-29 Thread Sanne Grinovero
Hello, Hibernate Search 4.1 CR3 is available, depending on Hibernate ORM 4.1 ! more details on this release: http://in.relation.to/Bloggers/HibernateSearch41CR3 Regards, Sanne ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.j

[hibernate-dev] [OGM] More info for Cassandra and MongoDB datastores and dialects

2012-03-29 Thread Emmanuel Bernard
Hi all and in particular people developing around Cassandra ad MongoDB datastore / dialect. I have been working on two things lately ## Expose table and column information to the `DatastoreProvider` This is useful to build the right buckets in some NoSQL engines. In particular Cassandra can no

[hibernate-dev] Unsaved values

2012-03-29 Thread Gail Badner
At the team meeting in Austin, I remember discussion about cases where different "strategies" were needed to process values obtained from annotations and hbm.xml sources. I can't remember if we discussed unsaved values, but it seems to me that this is one case where this is needed. I created a