Re: [hibernate-dev] Support for Elasticsearch in Hibernate OGM proposal

2014-08-20 Thread Gunnar Morling
Hi Jirka, Welcome and many thanks for your interest in contributing to our projects! 2014-08-20 16:28 GMT+02:00 Jiri Holusa : > Hi everybody, > > I'm Jirka Holusa and I work JDG QA (Infinispan) team, just for you to > know, this email has nothing to do with JDG :) > > Currently, I looking for a

Re: [hibernate-dev] Search - HSEARCH-1580 - Dependency graph

2014-08-20 Thread Guillaume Smet
On Fri, Jul 25, 2014 at 9:59 PM, Guillaume Smet wrote: > Thanks for your feedback. I'll see what I can do next week about it. A little late to the party... but I finally pushed changes along those lines: https://github.com/hibernate/hibernate-search/pull/654 Not really sure the doc parts are OK

Re: [hibernate-dev] Unexpected behavior for @PrePersist/@PreUpdate callback when using EntityManager#merge() on transient object

2014-08-20 Thread Gail Badner
Hi Deepak, Please use the user forum (https://forum.hibernate.org/) to discuss your particular case. If after refining your description of the issue you believe it is a bug, then create a Jira issue. Thanks, Gail - Original Message - > From: "deepak raut" > To: hibernate-dev@lists.jbo

Re: [hibernate-dev] JCS Hibernate Region Factory

2014-08-20 Thread Petar Tahchiev
Hi Alex, sure - keep me in the loop when you have the jsr107 provider ready and i'll give it and jcs a try. Cheers 2014-08-20 20:23 GMT+03:00 Alex Snaps : > Petar, thanks, I'll have a look at it! > I'll try to clear up some time this week (no promise here though! But if > you'd like to help...

Re: [hibernate-dev] JCS Hibernate Region Factory

2014-08-20 Thread Alex Snaps
Petar, thanks, I'll have a look at it! I'll try to clear up some time this week (no promise here though! But if you'd like to help...) to finally finish this jsr107 provider for h2lc and try to test it against the JCS impl. then. That would let you use JCS with Hibernate. If you want a "native" JCS

Re: [hibernate-dev] JCS Hibernate Region Factory

2014-08-20 Thread Petar Tahchiev
Hi all, seems like the documentation on the website is too old. So we can ignore the performance bit. But still, it would be nice to provide a region factory, so the end-client has the choice whichever they like. @Alex: There's a 2.0-SNAPSHOT here: https://repository.apache.org/content/repositori

Re: [hibernate-dev] JCS Hibernate Region Factory

2014-08-20 Thread Alex Snaps
I'll try avoiding a flame war here... especially as I'm a Terracotta employee and working on Ehcache. That being said, the FAQ says: "I just built both EHCache (1.2-beta4) and JCS (1.2.7.0) from head, (...)", where 1.3.0 was released over 7 years ago, I guess "just" has relative semantics here. Lat

Re: [hibernate-dev] JCS Hibernate Region Factory

2014-08-20 Thread Guillaume Smet
Hi Petar, On Wed, Aug 20, 2014 at 6:36 PM, Petar Tahchiev wrote: > I would really like to give apache commons jcs a spin (the FAQ says > performancewise it's faster than EHCache) I don't know JCS but I find it funny they criticize the fact that Ehcache published an old benchmark and that they st

[hibernate-dev] JCS Hibernate Region Factory

2014-08-20 Thread Petar Tahchiev
Hi guys, I would really like to give apache commons jcs a spin (the FAQ says performancewise it's faster than EHCache) but I don't really know what to set this property to: hibernate.cache.region.factory_class With EHCache and Hibernate 4 I have it set as following: hibernate.cache.region.factor

Re: [hibernate-dev] what does ""DEBUG [org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl] (EJB default - 6) Skipping JTA sync registration due to auto join checking" mean?

2014-08-20 Thread Robert Heine
Hi again, I uploaded persistence.xml to the jira ticket. Regards, Rob On 20.08.2014 16:27, Scott Marlow wrote: > Looks like we are creating a (container managed) transaction scoped > entity manager (persistence context) inside the JTA transaction and we > get the "Skipping JTA sync registration

[hibernate-dev] Support for Elasticsearch in Hibernate OGM proposal

2014-08-20 Thread Jiri Holusa
Hi everybody, I'm Jirka Holusa and I work JDG QA (Infinispan) team, just for you to know, this email has nothing to do with JDG :) Currently, I looking for a nice topic for a diploma thesis and I came across one. I worked with Elasticsearch in my bachelor thesis and I thought it would be nice

Re: [hibernate-dev] what does ""DEBUG [org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl] (EJB default - 6) Skipping JTA sync registration due to auto join checking" mean?

2014-08-20 Thread Scott Marlow
Looks like we are creating a (container managed) transaction scoped entity manager (persistence context) inside the JTA transaction and we get the "Skipping JTA sync registration due to auto join checking" message logged quite a bit but no failures seem to be related to that. What are your pers

Re: [hibernate-dev] HSearch 5.0

2014-08-20 Thread Marc Schipperheyn
Hi Sanne, Thanks for that extensive reply. > Considering holidays & similar, we should be fully focused on Search > again next week and first goal is of course to challenge the roadmap > and see what can be cut to speedup a 5.0.0.Final release.. However > many users are already using the current

Re: [hibernate-dev] what does ""DEBUG [org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl] (EJB default - 6) Skipping JTA sync registration due to auto join checking" mean?

2014-08-20 Thread Robert Heine
Hi Scott, looks like the file got a immature , I reattached the full log again. Can you please remove the defective log to reduce confusion? :) Thanks Rob On 20.08.2014 15:07, Scott Marlow wrote: > Hi Rob, > > I don't see the "com.microsoft.sqlserver.jdbc.SQLServerException: Das > Timeout für S

Re: [hibernate-dev] what does ""DEBUG [org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl] (EJB default - 6) Skipping JTA sync registration due to auto join checking" mean?

2014-08-20 Thread Scott Marlow
Hi Rob, I don't see the "com.microsoft.sqlserver.jdbc.SQLServerException: Das Timeout für Sperranforderung wurde überschritten" error in the logs. Did you get that when generating the latest log? Scott On 08/20/2014 05:37 AM, Robert Heine wrote: > Hi Scott, > > I added the latest log with all

Re: [hibernate-dev] Survey about Licensing of hibernate-orm

2014-08-20 Thread Sanne Grinovero
Hi Christopher, I'm sorry but I don't understand what you're asking, this project didn't change licenses. It might contain some classes copied from Apache2 projects, and some of its components use an ASL2 license (it's split in independent modules), but no part of Hibernate ORM changed license. At

Re: [hibernate-dev] HSearch 5.0

2014-08-20 Thread Sanne Grinovero
Hi Marc, we've been slower than expected, apologies from my part as I've been distracted in fixing stuff in a project building on Hibernate Search; in a way that has been good for the project as we nailed some issues in Search, gives us valuable input on performance and validation under high load.

Re: [hibernate-dev] what does ""DEBUG [org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl] (EJB default - 6) Skipping JTA sync registration due to auto join checking" mean?

2014-08-20 Thread Robert Heine
Hi Scott, I added the latest log with all required log levels to the jira ticket. Rob On 20.08.2014 03:40, Scott Marlow wrote: > On 08/19/2014 09:07 AM, Scott Marlow wrote: >> Hi Rob, >> >> The new logfile is missing TRACE logging for the other categories. >> Please attach a new log with TRACE e