[hibernate-dev] IRC Developer Meeting - Oct 17

2013-10-17 Thread Steve Ebersole
Today's meeting focused mainly on JPA 2.1 EntityGraphs and getting that support knocked out. [11:39] Minutes: http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2013/hibernate-dev.2013-10-17-14.58.html [11:39] Minutes (text): http://transcripts.jboss.org/meeting/irc.freenode.

Re: [hibernate-dev] [OGM] support for remote grids

2013-10-17 Thread Gunnar Morling
2013/10/17 Sanne Grinovero > Thanks! > If you could get some tests to work with the HotRod queries soon, you > might be on time to provide some very valuable feedback to the > Infinispan team. > I know you're familiar with creating GridDialects :-) but also reach > out for Gunnar's help for the Q

Re: [hibernate-dev] [OGM] support for remote grids

2013-10-17 Thread Sanne Grinovero
Thanks! If you could get some tests to work with the HotRod queries soon, you might be on time to provide some very valuable feedback to the Infinispan team. I know you're familiar with creating GridDialects :-) but also reach out for Gunnar's help for the Query aspects. https://hibernate.atlassia

Re: [hibernate-dev] [OGM] support for remote grids

2013-10-17 Thread Davide D'Alto
> I also don't mind to try to upgrade hibernate OGM. Sorry I meant ORM On Thu, Oct 17, 2013 at 5:12 PM, Davide D'Alto wrote: > I can take the HotRod dialect task since I've already some experience with > datastore integration for OGM. > I also don't mind to try to upgrade hibernate OGM. > > > >

Re: [hibernate-dev] [OGM] support for remote grids

2013-10-17 Thread Davide D'Alto
I can take the HotRod dialect task since I've already some experience with datastore integration for OGM. I also don't mind to try to upgrade hibernate OGM. On Thu, Oct 17, 2013 at 4:57 PM, Sanne Grinovero wrote: > Hi all, > it looks like I will be very busy on Search and some more Infinispan >

Re: [hibernate-dev] generated code in hibernate

2013-10-17 Thread Brett Meyer
Hi Jonathan. If you checkout Hibernate ORM [1] and run "./gradlew generateSources", /target/generated-src will be populated with what Gunnar and Sanne are describing: jaxb, antlr, and logging. [1] https://github.com/hibernate/hibernate-orm Brett Meyer Software Engineer Red Hat, Hibernate ORM

[hibernate-dev] [OGM] support for remote grids

2013-10-17 Thread Sanne Grinovero
Hi all, it looks like I will be very busy on Search and some more Infinispan integrations in the coming couple of months, but there are some very exciting things that I would love to see in OGM soon, and since I heard there is a lot of excited people out there waiting for this too, this is your cha

Re: [hibernate-dev] HHH-2907 : re-purpose org.hibernate.annotations.Generated ?

2013-10-17 Thread Steve Ebersole
On 10/17/2013 07:24 AM, Gunnar Morling wrote: > > I think I'd keep it simple and with one way of specifying the > generator and see how it works. If there is demand for the other > option it could be added later on. My concern there is that virtually noone aside from me really knows/understand

Re: [hibernate-dev] generated code in hibernate

2013-10-17 Thread Gunnar Morling
Another category are Java types generated from XML schemas defining several descriptors such as validation.xml in Hibernate Validator. Generally you'll find any generated code under target/generated-sources or similar once you have run a project's build. --Gunnar 2013/10/17 Sanne Grinovero > H

Re: [hibernate-dev] generated code in hibernate

2013-10-17 Thread Sanne Grinovero
Hi Jonathan, no there is quite some code being generated during the build, my guess is that you're looking in the committed code? We don't consider it a good idea to include the generated code in our source code repository, so you won't find any unless you start the build. There are at least two c

Re: [hibernate-dev] HHH-2907 : re-purpose org.hibernate.annotations.Generated ?

2013-10-17 Thread Gunnar Morling
2013/10/16 Steve Ebersole > Reference : https://hibernate.atlassian.net/browse/HHH-2907 > > I'd like to get people's feedback on the idea of re-purposing > org.hibernate.annotations.Generated as discussed on HHH-2907. As > mentioned in the Jira, my inclination is to do the re-purposing. > Sound

[hibernate-dev] generated code in hibernate

2013-10-17 Thread Jonathan Bernwieser
Hi there, I am currently doing my Bachelor thesis at TU Munich, at the Software Engineering chair of Prof. Broy. The goal of this thesis is to create a tool to automatically categorize source code in open source software. Different categories will be "test code", "generated code" and "productiv

[hibernate-dev] [OGM] Neo4J discussions

2013-10-17 Thread Emmanuel Bernard
Davide and I had an interesting discussion on OxM and Neo4J with Nicolas. We also brushed on the JCA support and lack of Neo4J interest in it. This is a dump of the conversation and a way to continue the conversation in the open. ## JCA support Provided outside of Neo4J's team help. Original aut