[hibernate-dev] ORM 4.1.3 release announcement?

2012-05-09 Thread Guillaume Smet
Hi, While 4.1.3 was released some time ago, I haven't seen any announcement for that on either the Hibernate website or the list. Is there a reason for that? It contains very valuable bugfixes (especially on the NaturalId front) that might be of interest for a lot of users, which are not as JIRA

[hibernate-dev] [SEARCH] @Indexed on abstract classes

2012-05-09 Thread Guillaume Smet
Hi Search team, I have this question for a long time but, this time, having 30 (and growing) indexed entities inheriting from an abstract class, I thought I might as well ask about it... Is there any reason why we can't set the @Indexed annotation on the abstract class to get all the implementati

Re: [hibernate-dev] Problem with Properties of Embeddable Classes and Type Registry

2012-05-09 Thread Chris Pheby
Hi Steve, Thanks for your reply. I decided to dig deeper and find the fix. The problem is that the type is being cached inside the Component class. I created the Jira issue at https://hibernate.onjira.com/browse/HHH-7310 I also created a pull request for a test and the fix at https://github.com

Re: [hibernate-dev] Memory consumption

2012-05-09 Thread Sanne Grinovero
Hi Andrej, Hibernate Search at version 3.0.1 did a small fraction of what it does today so I would expect indeed it to take a bit more memory but no I wasn't aware of significant increases. Looking just at the Search-related figures however it looks like memory consumption is significantly *lower

[hibernate-dev] [HV] Implementing method validation (was "HV-562")

2012-05-09 Thread Gunnar Morling
Hi Hardy, nice post on the release, this should get started everyone with 4.3. And we can finally focus on HV 5 :) >> I'm looking forward to implementing the new API, this should be >> fun :) I feel that it should be possible to split the work into >> independent chunks which we can tackle in par

Re: [hibernate-dev] [HSEARCH] Proposal to change the default value of Field#norms()

2012-05-09 Thread Sanne Grinovero
On 9 May 2012 21:04, Andrej Golovnin wrote: > Hi Emmanuel, > >> Can you open a JIRA issue to clarify this in >> http://docs.jboss.org/hibernate/search/4.1/reference/en-US/html_single/#basic-mapping >> ? >> Even better, can you propose the change as a GitHub pull request? :) > > Sure. :-) > >>> >

[hibernate-dev] [OGM] "How to setup OGM" Wiki page

2012-05-09 Thread Guillaume SCHEIBEL
Hi everyone, I read this page on the wiki and there is this snippet : org.hibernate.ogm hibernate-ogm-core 3.0.0.Alpha1 Shouldn't be updated with the current version (4.0.0-SNAPSHOT) ? Cheers, Guillaume __

Re: [hibernate-dev] Memory consumption

2012-05-09 Thread Scott Marlow
This sounds related to the discussion here https://community.jboss.org/message/729224#729224. How many persistence units do you have defined in the application? Can you get a list of files in the deployment (e.g. run "jar tf Appname.?ar") and show us the files. On 05/09/2012 04:58 PM, Andrej

Re: [hibernate-dev] Memory consumption

2012-05-09 Thread Andrej Golovnin
Hi, it seems that screen shots were stripped by the mailing list software. I have uploaded them to flickr. Here are the links: http://www.flickr.com/photos/78207256@N07/7166944408/in/photostream http://www.flickr.com/photos/78207256@N07/7166945108/in/photostream Best regards Andrej Golovnin On

[hibernate-dev] Memory consumption

2012-05-09 Thread Andrej Golovnin
Hi all, I have today deployed our application for the first time on JBoss 7 with the latest Hibernate and Hibernate Search versions. And I was totally shocked when I saw the memory consumption. I have created two screen shots from the memory dumps. The screen shots are attached to this mail. Plea

Re: [hibernate-dev] Hibernate 4.x, JTA(BMT) transactions no longer interchangeable with Hibernate transaction facade?

2012-05-09 Thread Zachary Kurey
Following up with a clarification. After looking at this again it doesn't look like the Session path has this problem. Instead the EntityManager path of: 1. start a JTA transaction programmatically 2. check there is a current session associated(SessionFactory.getCurrentSession()). I only menti

Re: [hibernate-dev] [HSEARCH] Proposal to change the default value of Field#norms()

2012-05-09 Thread Andrej Golovnin
Hi Emmanuel, > Can you open a JIRA issue to clarify this in > http://docs.jboss.org/hibernate/search/4.1/reference/en-US/html_single/#basic-mapping > ? > Even better, can you propose the change as a GitHub pull request? :) Sure. :-) >> >> @Field(boost=@Boost(1.2f), norms = Norms.NO) >> privat

[hibernate-dev] Hibernate 4.x, JTA(BMT) transactions no longer interchangeable with Hibernate transaction facade?

2012-05-09 Thread Zachary Kurey
Hi all, Am I correct in my interpretation that Hibernate 4 no longer supports interchangeably being able to use either the Hibernate transaction facade(session.beginTransaction) vs. UserTransaction or CMT? I say this because it appears that I always must call session.beginTransaction() when confi

[hibernate-dev] Hibernate Validator 4.3.0.Final seen in the wild

2012-05-09 Thread Hardy Ferentschik
For more info about $subject see in.relation.to - http://in.relation.to/23184.lace --Hardy ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Released Hibernate Search 4.1.1.Final

2012-05-09 Thread Sanne Grinovero
Hello all, we just uploaded artifacts and distribution bundles for Hibernate Search 4.1.1.Final; for all people using 4.1.0 it's recommended to upgrade! More information on the blog: http://in.relation.to/Bloggers/HibernateSearch411FinalFixFileHandleLeakAndMore Cheers, Sanne _

Re: [hibernate-dev] [HSEARCH] Proposal to change the default value of Field#norms()

2012-05-09 Thread Emmanuel Bernard
On 9 mai 2012, at 00:43, Andrej Golovnin wrote: > Hi Hardy, > >> It depends. Maybe you want to boost any of these fields ad index time. > > OK, what about the document id? It is indexed with NOT_ANALYZED_NO_NORMS. > As far as I understand (please correct me if I'm wrong) to boost fields at > i

Re: [hibernate-dev] [HSEARCH] Worker Configuration

2012-05-09 Thread Emmanuel Bernard
> > BTW can you or Sanne or someone else please take look at the class > AvroSerializationProvider, line 73. > Is it really needed to log for every instance of AvroSerializationProvider > the same > information? I have started today for the first time the application server > with the > new Hib