Re: [hibernate-dev] jandex-binding work

2015-10-21 Thread Steve Ebersole
BTW, I just pushed the work I have done so far on this: https://github.com/sebersole/hibernate-core There is one very simple test just to ensure that the basic binding works properly. On Fri, Oct 9, 2015 at 12:28 PM Steve Ebersole wrote: > Wanted to point out the jandex-binding version in Jira

Re: [hibernate-dev] OGM on WildFly11 ...

2015-10-21 Thread Scott Marlow
On 10/21/2015 11:43 AM, Sanne Grinovero wrote: > On 21 October 2015 at 16:37, Scott Marlow wrote: >> >> >> On 10/21/2015 10:48 AM, Sanne Grinovero wrote: >>> >>> Hi Scott, >>> I would prefer to have ORM accept instances, and so not need the >>> bi-directional dependency across modules. >>> >>> H

Re: [hibernate-dev] OGM on WildFly11 ...

2015-10-21 Thread Scott Marlow
On 10/21/2015 10:56 AM, Steve Ebersole wrote: > Well first...I am not sure why you are passing a custom RegionFactory. > What does your custom RegionFactory do that is missing in the > hibernate-infinispan impls? AS7/WildFly needs to starts the underlying Infinispan cache and add a PersistenceU

Re: [hibernate-dev] OGM on WildFly11 ...

2015-10-21 Thread Sanne Grinovero
On 21 October 2015 at 16:37, Scott Marlow wrote: > > > On 10/21/2015 10:48 AM, Sanne Grinovero wrote: >> >> Hi Scott, >> I would prefer to have ORM accept instances, and so not need the >> bi-directional dependency across modules. >> >> Hibernate OGM already bundles/depends on some ORM classes but

Re: [hibernate-dev] OGM on WildFly11 ...

2015-10-21 Thread Scott Marlow
On 10/21/2015 10:48 AM, Sanne Grinovero wrote: > Hi Scott, > I would prefer to have ORM accept instances, and so not need the > bi-directional dependency across modules. > > Hibernate OGM already bundles/depends on some ORM classes but it would > be much better for everyone if we could keep flexi

Re: [hibernate-dev] OGM on WildFly11 ...

2015-10-21 Thread Steve Ebersole
You could, but like I mentioned with StrategyRegistration Jipijapa would need to somehow interject that into the EMFB. On Wed, Oct 21, 2015, 10:17 AM Sanne Grinovero wrote: > On 21 October 2015 at 15:59, Steve Ebersole wrote: > > As I outlined in my reply, as things stand accepting a String or

Re: [hibernate-dev] OGM on WildFly11 ...

2015-10-21 Thread Sanne Grinovero
On 21 October 2015 at 15:59, Steve Ebersole wrote: > As I outlined in my reply, as things stand accepting a String or Class or > instance causes a lot of internal code duplication that I'd obviously like > to avoid. I'd be ok with this if we made RegionFactory convention to not > accept ctor args

Re: [hibernate-dev] OGM on WildFly11 ...

2015-10-21 Thread Steve Ebersole
As I outlined in my reply, as things stand accepting a String or Class or instance causes a lot of internal code duplication that I'd obviously like to avoid. I'd be ok with this if we made RegionFactory convention to not accept ctor args. On Wed, Oct 21, 2015 at 9:49 AM Sanne Grinovero wrote:

Re: [hibernate-dev] OGM on WildFly11 ...

2015-10-21 Thread Steve Ebersole
Well first...I am not sure why you are passing a custom RegionFactory. What does your custom RegionFactory do that is missing in the hibernate-infinispan impls? There is a lot to this discussion under the covers. To re-iterate our discussion from f2f... Hibernate is moving toward being able to ac

Re: [hibernate-dev] OGM on WildFly11 ...

2015-10-21 Thread Sanne Grinovero
Hi Scott, I would prefer to have ORM accept instances, and so not need the bi-directional dependency across modules. Hibernate OGM already bundles/depends on some ORM classes but it would be much better for everyone if we could keep flexibility about which versions exactly. Regarding 2LC: is the

Re: [hibernate-dev] Speaking to Atlanta JUG mid Nov about Hibernate v5

2015-10-21 Thread Mihalcea Vlad
That's a good idea. After I'm done with the first part of my book, I'll review all 5.0 changes and collect them all in one presentation for our local JUG too. Vlad  On Wednesday, October 21, 2015 4:35 PM, Sanne Grinovero wrote: Remind me of this when we meet next week! Happy to wa

[hibernate-dev] OGM on WildFly11 ...

2015-10-21 Thread Scott Marlow
Hi, After our discussion last week about improving OGM use on WildFly (by adding a Jipijapa integration adapter for OGM), I wanted to share some feedback. A few years ago, we decided that having a 1-1 (bidirectional) dependency between ORM + the Jipijapa adapter was okay. With OGM, we need to

Re: [hibernate-dev] Speaking to Atlanta JUG mid Nov about Hibernate v5

2015-10-21 Thread Sanne Grinovero
Remind me of this when we meet next week! Happy to walk you through a couple of mind maps and dive deep in any question you might have. Thanks a lot for helping, we couldn't dedicate much time to such events.. highly needed! On 21 October 2015 at 13:34, Jason Porter wrote: > Hi all, I've been ro

[hibernate-dev] Some proposals

2015-10-21 Thread Steve Ebersole
Getting some proposals that have been rolling around in my head down on paper (electronically speaking).. *Caching SessionFactory state* The Jira[1] contains the details. The basic gist is to allow for slimming down the in-memory size of the SessionFactory based on how we store certain SF-scope

[hibernate-dev] Speaking to Atlanta JUG mid Nov about Hibernate v5

2015-10-21 Thread Jason Porter
Hi all, I've been roped into speaking in Atlanta about Hibernate version 5 based on my DevNexus talk earlier in the year :) I've seen http://in.relation.to/2015/08/20/hibernate-orm-500-final-release/ and that looks like that will cover most things I need to know about. Are there other things t