Re: [hibernate-dev] JIRA maintenance

2011-06-17 Thread Steve Ebersole
The upgrade will begin this evening June 17th 9:00pm CDT (Central US tz). I was not given any indication of how long it will take nor how long the instance will be unavailable. Previous experience says the upgrade is pretty short period of time. On 06/17/2011 08:21 AM, Steve Ebersole wrote: >

[hibernate-dev] JIRA maintenance

2011-06-17 Thread Steve Ebersole
The Hibernate JIRA instance graciously provided by Atlassian and hosted by Contegix will be upgraded sometime this weekend from version 4.1 to 4.3 and will be unavailable for a short period of time during that process. I'll reply here when I know the exact times. -- Steve Ebersole http://hib

[hibernate-dev] Hibernate OGM: birth announcement

2011-06-17 Thread Emmanuel Bernard
I am very pleased to announce the first public alpha of Hibernate OGM. Hibernate OGM stands for Object Grid Mapping and its goal is to offer a full-fledged JPA engine storing data into NoSQL stores. Read the rest at http://goo.gl/NVkX5 ___ hibernate-de

Re: [hibernate-dev] Processing mapping information followup

2011-06-17 Thread Steve Ebersole
On 06/17/2011 06:44 AM, Max Rydahl Andersen wrote: >>> Any git branches/forks where Configuration is removed or a test is present >>> that doesn't use the "old " Configuration approach and i'll try and take a >>> new look. >> >> There are some tests in master > > > Could you be a tad more specifi

Re: [hibernate-dev] Processing mapping information followup

2011-06-17 Thread Max Rydahl Andersen
>> Any git branches/forks where Configuration is removed or a test is present >> that doesn't use the "old " Configuration approach and i'll try and take a >> new look. > > There are some tests in master Could you be a tad more specific ? Package or even a class name to narrow it down :) /ma

Re: [hibernate-dev] classloading issue when trying to add envers to as7

2011-06-17 Thread Steve Ebersole
I remember Scott and I discussing this exact issue. Unfortunately I do not remember the specifics. java.util.ServiceLoader#load(Class service) does use the TCCL, but I think that the end result of our discussion was this is ok. We need to have this call be able to locate services both within

[hibernate-dev] Improving AuditProcessManager

2011-06-17 Thread Adam Warski
Trying to find one user's problem today, I've stumbled on the AuditProcessManager class. It currently uses a ConcurrentHashMap to bind an AuditProcess to a transaction (where transaction is the current key). This is suboptimal for several reasons, firstly it's not too nice ;), secondly it relies

Re: [hibernate-dev] classloading issue when trying to add envers to as7

2011-06-17 Thread Adam Warski
Hello, > 1. adding envers into org.hibernate module in as7, so user's app can see both > hibernate and envers class > (with an separate envers module i ran into some cycle dependency issue) So something depends on Envers? > 2. envers throws "listeners were not registed" exception, means hiberna