Re: [hibernate-dev] [Parser] Prefixes used for log messages

2013-08-27 Thread Davide D';Alto
> My vote goes to #2 as long as we use a shorter code. HQL-1 doesn't looks too bad. > In case we incorporate this in ORM I'd change them to HHH- but we can discuss that if/when that happens. +1 HQLP as a code perhaps. On Tue, Aug 27, 2013 at 12:20 PM, Sanne Grinovero wrote: > My vote goes

[hibernate-dev] [OGM] Staxmapper dependency in OGM distribution

2013-09-26 Thread Davide D';Alto
Hi, I've noticed that the staxmapper-1.1.0.Final.jar is included in the distribution package in this folders: infinispan, ehcache, required, mongodb I checked and it is seems a dependency of infinispan (and arquillian actually) but I don't understand how come is included in all the folders. Am I

[hibernate-dev] [hibernate-announce] OGM 4.0.0.Beta3 released

2013-09-30 Thread Davide D';Alto
http://in.relation.to/Bloggers/HibernateOGM4Beta3IsOut Davide ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] [OGM] Hibernate OGM @ Devoxx

2013-10-02 Thread Davide D';Alto
Sounds like a good idea. Let me know when you have a date. By the way, congratulations for the event :) Cheers, Davide On Wed, Oct 2, 2013 at 3:15 PM, Emmanuel Bernard wrote: > Good idea. Plan a hangout and force Davide and Gunnar to be there. I'll > try and join as well. > Avoid Oct 14-16th,

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] [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

Re: [hibernate-dev] [OGM] Transactions in Neo4j datastore

2013-10-25 Thread Davide D';Alto
ackery using a static variable, ThreadLocal > or similar to pass in the JtaPlatform. WDYT, would that make sense? > > --Gunnar > > > > > 2013/3/13 Davide D'Alto > >> Well...I don't have alternative at the moment. >> >> I think we could keep i

Re: [hibernate-dev] [OGM] Build time

2013-11-28 Thread Davide D';Alto
> a. Provide a -Dminimal flag to run in case 1. For the backends, I'm fine in using mvn -pl {module} > b. Provide a -Dcomplete flag to run in case 3. >> One shortcoming in Maven is though that one - afaik - can't enable profiles using several properties. So having -Dcomplete (or -DskipAllExpensive

Re: [hibernate-dev] [OGM] Precedence of options specified on different levels

2013-12-03 Thread Davide D';Alto
. If a a user sets the same property in two different places he will for sure know that one value will override the other at some point. Why would he do that otherwise? On Tue, Dec 3, 2013 at 4:48 PM, Gunnar Morling wrote: > Thanks, Davide. > > 2013/12/3 Davide D'Alto > &g

Re: [hibernate-dev] [OGM] Store-specific constants

2013-12-11 Thread Davide D';Alto
> Our question is, should now that we have the Option API and with it store-specific DatastoreConfiguration types, the previously used Environment interfaces be removed and their constants moved to the corresponding DatastoreConfiguration type? Yes, +1 On Wed, Dec 11, 2013 at 5:08 PM, Gunnar Mo

Re: [hibernate-dev] [OGM] Precedence of options specified on different levels

2013-12-16 Thread Davide D';Alto
> To me, a property level is always more specific than an entity, hence my > interpretation. If someone has set a value on a given property, it would > be dangerous to be "globally" overridden by a subclass. I agree with emmanuel on this one. I think I would be surprise to see that the annotation

Re: [hibernate-dev] [OGM] Public packages of datastore modules

2014-02-10 Thread Davide D';Alto
I can work on this today and start to plan the release for Wednesday. I don't think this change should block the next release though. It would also be nice to include this: https://github.com/hibernate/hibernate-ogm/pull/282 so that people can actually use the enitty manager to create queries

Re: [hibernate-dev] [OGM] Public packages of datastore modules

2014-02-10 Thread Davide D';Alto
Feb 10, 2014 at 2:15 PM, Gunnar Morling wrote: > 2014/2/10 Davide D'Alto > >> I can work on this today and start to plan the release for Wednesday. >> > > Hum, tbh. I'm not sure whether I'll be done with the doc updates by > Wednesday. > > There is als

Re: [hibernate-dev] Getting notified when session factory is completely set up

2014-02-11 Thread Davide D';Alto
> Yes, that helps indeed. Implementing my validation routine in such an observer works. I guess if needed, I even could implement support for the suggested service contract in OGM with help of an observer. In OGM, we used to have a SessionFactoryObserver but we removed it in favor of the SessionFa

[hibernate-dev] Fwd: [OGM] Public packages of datastore modules

2014-02-11 Thread Davide D';Alto
ink I've missed it, what is it your suggestion for internal packages? On Mon, Feb 10, 2014 at 4:09 PM, Sanne Grinovero wrote: > On 10 February 2014 14:52, Gunnar Morling wrote: > > 2014/2/10 Sanne Grinovero > >> > >> On 10 February 2014 12:32, Davide D'Alt

Re: [hibernate-dev] Getting notified when session factory is completely set up

2014-02-11 Thread Davide D';Alto
the time StartStoppable#startService is called? On Tue, Feb 11, 2014 at 11:26 AM, Gunnar Morling wrote: > 2014/2/11 Davide D'Alto > >> > Yes, that helps indeed. Implementing my validation routine in such an >> observer works. I guess if needed, I even could implement

[hibernate-dev] Extract some methods form AbtractEntityManagerImpl

2014-02-14 Thread Davide D';Alto
Hi, in OGM I'm reusing some of the methods in AbstractEntityMangerImpl, the problem is that their scope is protected and I had to move OgmEntityManager from the original package to *org.hibernate.jpa.spi* Is it possible to expose these methods in some way, so that I can move OgmEntityManager to th

[hibernate-dev] [OGM] Ogm documentation does not build completly

2014-02-17 Thread Davide D';Alto
Hi. I've noticed that when I run the build of OGM the documentation is not completly built. The part releated to the single datastores is missing. It works on Jenkins. Does it happen only to me? ___ hibernate-dev mailing list hibernate-dev@lists.jboss.o

Re: [hibernate-dev] [OGM] Ogm documentation does not build completly

2014-02-17 Thread Davide D';Alto
er.xml contain all the > chapters? If not it seems to be a problem with Asciidoc. > > > 2014/2/17 Guillaume SCHEIBEL > >> Hi Davide, >> >> I've just fetch the master and the documentation built without any >> problem. >> >> Guillaume >> >> &

Re: [hibernate-dev] [OGM] Ogm documentation does not build completly

2014-02-19 Thread Davide D';Alto
ny error in the output > from AsciiDoctor? Maybe there is some kind of debug or verbose option? You > also could try updating to the latest version of asciidoctor-maven-plugin > (0.1.4). > > > 2014/2/17 Guillaume SCHEIBEL > >> java version "1.7.0_51" and Maven 3.1

Re: [hibernate-dev] Hakergarten session for Devoxx France

2014-03-17 Thread Davide D';Alto
I've used the same label On Mon, Mar 17, 2014 at 3:09 PM, Sanne Grinovero wrote: > I've used the "hackergarten" label for Search. > Essentially I've picked among the ones already tagged as "suited for > new contributors" those which I think are doable in shortest time. > > https://hibernate.atla

Re: [hibernate-dev] [OGM] Move container integration test to a separate default test cycle

2014-03-27 Thread Davide D';Alto
> My vote goes to #1 as well for the short term. +1 > we need to share the running containers across > modules, or merge the integration tests in a single module per > container. > Not sure how far Maven will be a problem for this I think it would be easier to start and download the containers w

Re: [hibernate-dev] [OGM] CI jobs hang (Gunnar Morling)

2014-04-02 Thread Davide D';Alto
I going to update Jenkins and the plugins to see if it solves this issue. Are there any reasons I shouldn't do this? On Tue, Apr 1, 2014 at 2:11 PM, Gunnar Morling wrote: > Hi Paolo, > > Thanks for your reply. The thing is that these jobs used to work until > recently, so I'm wondering which c

Re: [hibernate-dev] GitHub repo for demo projects

2014-04-28 Thread Davide D';Alto
+1 On Mon, Apr 28, 2014 at 4:03 PM, Brett Meyer wrote: > +1 from me. I have several to contribute as well from various ORM > presentations. > > https://github.com/brmeyer/HibernateDemos > > - Original Message - > From: "Gunnar Morling" > To: hibernate-dev@lists.jboss.org > Sent: Monda

Re: [hibernate-dev] GSoC Introduction

2014-05-02 Thread Davide D';Alto
Welcome Kahlid! On Fri, May 2, 2014 at 10:34 AM, Gunnar Morling wrote: > 2014-05-02 11:30 GMT+02:00 Sanne Grinovero : > > > Hi Khalid, > > that's great news, welcome! > > > > Welcome again and looking forward to your contributions, Khalid; I'm very > excited about this GSoC project becoming a re

[hibernate-dev] Hibernate OGM 4.1.0.Beta4 is out, with support for MongoDB CLI syntax and bidirectional relationships for Neo4j

2014-06-13 Thread Davide D';Alto
Hi, I'm happy to announce a new release of Hibernate OGM. The MongoDB backend now supports the MongoDB CLI syntax for native queries. In Neo4j, we have solved a bug related to the way we store embedded collections (OGM-549 ) and we now create only o

[hibernate-dev] Hibernate OGM 4.1 Beta 5 is out: JP-QL queries for Neo4j and more

2014-07-10 Thread Davide D';Alto
It's my pleasure to announce a new release of Hibernate OGM. Hibernate OGM can now convert JP-QL queries into cypher queries when working with Neo4j. We improved the JSON representation used for associations in CouchDB and MongoDB making it more concise. We also worked on several bug fixes and imp

[hibernate-dev] Embedded value not null when it includes an @ElementCollection

2014-09-17 Thread Davide D';Alto
Hi, I've created a test for OGM where we store an @Embeddable containing a list annotated with @ElementCollection [1]: This is the embedded: @Embeddable public class PhoneNumber { private String main; @ElementCollection private List alternatives; ... } In the test [2] I first sav

[hibernate-dev] Embedded value not null when it includes an @ElementCollection

2014-09-17 Thread Davide D';Alto
Hi, I've created a test for OGM where we store an @Embeddable containing a list annotated with @ElementCollection [1]: This is the embedded: @Embeddable public class PhoneNumber { private String main; @ElementCollection private List alternatives; ... } In the test [2] I first sav

Re: [hibernate-dev] Embedded value not null when it includes an @ElementCollection

2014-09-18 Thread Davide D';Alto
Thanks, Davide On Thu, Sep 18, 2014 at 3:15 PM, Steve Ebersole wrote: > I have not played with case specifically, but it makes sense. ORM tries > hard to never return a null collection reference. > > On Wed, Sep 17, 2014 at 10:31 AM, Davide D'Alto > wrote: > >> H

[hibernate-dev] Hibernate OGM 4.1.0.Beta8 is out: Optimistic locking and performance improvement

2014-10-30 Thread Davide D';Alto
We are getting closer to a final release and this version is mainly about improving general performance and reducing the amount of round trips to the datastore. We also added optimistic locking support for datastores which provide atomic find-and-update operations. You can read more about it in t

Re: [hibernate-dev] Maintenance on ci.hibernate.org

2014-12-01 Thread Davide D';Alto
On a related note, I've also reinstalled couchdb since it stopped working for some reason. I've also changed the maven version used for hibernate-ogm-master-jdk9 to maven 3.2.3. Maven 3.2.3 fixes some some bugs related to the profiles activation. Davide On Sun, Nov 30, 2014 at 10:22 PM, Sanne G

Re: [hibernate-dev] Slot name for modules of Hibernate OGM

2015-01-09 Thread Davide D';Alto
+1 There is already a JIRA open to rename the module: https://hibernate.atlassian.net/browse/OGM-698 We can update it with more details. On Thu, Jan 8, 2015 at 10:21 PM, Sanne Grinovero wrote: > I just noticed that the main module for Hibernate OGM has slot="ogm", > while the various dialect ex

[hibernate-dev] in.relation.to error when posting a new blog entry

2015-02-11 Thread Davide D';Alto
Hi, I'm trying to create a new blog entry on in.relation.to but an exception occurs about the violation of an integrity constraint. Any idea on how to solve the issue? Thanks, Davide ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://l

Re: [hibernate-dev] in.relation.to error when posting a new blog entry

2015-02-20 Thread Davide D';Alto
I'm currently trying to fix it On Sat, Feb 14, 2015 at 1:13 AM, Gail Badner wrote: > Good questions. I'll wait for a reply... > > - Original Message - > > From: "Hardy Ferentschik" > > To: "Sanne Grinovero" > > Cc: "Gail B

Re: [hibernate-dev] [OGM] Sprint organization

2015-02-23 Thread Davide D';Alto
> Before that though, I need to finish the Validator blog? What is the status on in.relation.to? Can one create blog entries again? in.relation.to it stills not working and I'm not sure how to solve the issue. The content in the db seems correct and I think the problem is related to some operatio

Re: [hibernate-dev] [OGM] Moving to Java 7

2015-02-23 Thread Davide D';Alto
+1 Let's move to java 7 On Mon, Feb 23, 2015 at 10:40 AM, Gunnar Morling wrote: > Hi, > > So far Hibernate OGM has been usable quite well when running on Java 6. But > as more and more of our dependencies require Java 7, the number of cases > where 6 is sufficient, decreases. > > With two out o

Re: [hibernate-dev] [OGM] Sprint organization

2015-02-25 Thread Davide D';Alto
I like the idea of a separate module for shared tests, It makes sense for our usecase. I've never been a big fun of the OGM black magic. Are there any reasons not to do it except that it will add a new module? I'm not really concerned about having modules in the project if their purpose is clear.

Re: [hibernate-dev] Datomic OGM implementation

2015-04-27 Thread Davide D';Alto
Hi Josiah, thank you very much, that looks like great news. Usually before changing the existing modules we discuss the requirements on this mailing list, on the JIRA or on the forum. Sending a pull request with the description of the problem is probably the fastest way to have feedback, just ke

Re: [hibernate-dev] Which versions of the application server should the Hibernate OGM modules support

2015-05-05 Thread Davide D';Alto
> # EAP versions > > We're also producing modules for JBoss EAP6, but AFAIR these need some > ove and I'm not sure if it's worth the effort - it might not need to > much work and I'm happy to look at it if you want to, but in case we >fix it these should have proper integration tests [next]: I thi

[hibernate-dev] [Search] Projections of collection of elements with embeddable

2015-05-20 Thread Davide D';Alto
Hi, while working on OGM-781 I noticed that there is a problem with Hibernate Search when trying to get the projection of a property that represents a collection of elements.. EntityInfo#getProjections()[0] will always return the first value of the association. For example, if I index the follow

[hibernate-dev] Hibernate OGM 4.2 Final is out

2015-06-02 Thread Davide D';Alto
Hi, after several months of hard work, I'm happy to announce the next final release of Hibernate OGM: 4.2. Compared to 4.1.Final, this version includes: - API for retrieving all executed and failed datastore operations, - preview for Apache Cassandra support, - Fongo support, - new built-in type

[hibernate-dev] [WEBSITE] Jira workflow

2015-06-12 Thread Davide D';Alto
Hi, it seems thath the worflow for WEBSITE on JIRA does not include the state "PULL REQUEST SENT" (like in Search and OGM, for example) I'd like to have it so that I can have a quick overview from JIRA of the issues that are "almost" done. Would it be ok to add it? Cheers, Davide ___

Re: [hibernate-dev] [WEBSITE] Jira workflow

2015-06-17 Thread Davide D';Alto
I've changed the workflow. @hardy You seem to have the same permisison I have (I just gave a quick look). Is there something in particular you cannot do? On Fri, Jun 12, 2015 at 8:35 PM, Hardy Ferentschik wrote: > Hi, > > > it seems thath the worflow for WEBSITE on JIRA does not include the st

Re: [hibernate-dev] [OGM] GridDialect facets

2015-07-24 Thread Davide D';Alto
>> I have been adding a facet to GridDialect and found it surprisingly hard: > > What is a facet in this context. Facet are additional interfaces that can be used on a GridDialect to add features to it, like support for optimistic locking, batching or native id generation. > non datastore dialect

Re: [hibernate-dev] [OGM] GridDialect facets

2015-07-24 Thread Davide D';Alto
>> Right, we could create an empty interface to flag them. > They all extend GridDialect already. Is there any easier way for an dialect provider to learn about all the facets than inspecting the type hierarchy of GridDialect? I guess the point is to distinguish between the main datastore dialect

Re: [hibernate-dev] [OGM] Thoughts for the Infinispan / Hot Rod dialect

2015-07-29 Thread Davide D';Alto
> I think that in the case of Hot Rod clients we should not use > AtomicMaps Out of curiosity, what about the grouping API? We asked the Infinispan team to add some methods to it because we might use them to implement the dialect over HotRod. These methods are still missing in the HotRod protocol,

[hibernate-dev] HSEARCH Java 8 Date Time

2015-08-04 Thread Davide D';Alto
Hi, I started to work on the creation of the bridges for the classes in the java.time package. I was wondering if we want to convert the values to long using the existing approach we have now for java.util.Date. In Hibernate Search a java.util.Date is converted into a long that represents the num

Re: [hibernate-dev] HSEARCH Java 8 Date Time

2015-08-05 Thread Davide D';Alto
& store as a String MMDD. > > -- Sanne > > > On 5 August 2015 at 11:10, Gunnar Morling wrote: > > Hi, > > > > What's the motivation for using a different representation in that case? > > > > For the sake of consistency, I'd use milli

Re: [hibernate-dev] HSEARCH Java 8 Date Time

2015-08-05 Thread Davide D';Alto
If a user select a resolution that does not make much sense we can log a warning. But I think this might make sense: @DateBridge(resolution=MONTH) LocalDate birthday; On Wed, Aug 5, 2015 at 3:37 PM, Davide D'Alto wrote: > > What would you do though in case of th

Re: [hibernate-dev] HSEARCH Java 8 Date Time

2015-08-05 Thread Davide D';Alto
RIC encoding per-se for these > types. We may recommend STRING but if NUMERIC really is what a user wants I > would let them do so. > >> >> -- Sanne >> >> >> On 5 August 2015 at 11:10, Gunnar Morling wrote: >> > Hi, >> > >> > What&

Re: [hibernate-dev] HSEARCH Java 8 Date Time

2015-08-05 Thread Davide D';Alto
ibility.. we simply take the long it's storing and > index that with the requested resolution. > > Sanne > > > > > > > 2015-08-05 17:10 GMT+02:00 Sanne Grinovero : > >> > >> Inline: > >> > >> On 5 August 2015 at 15:42, Davide D

Re: [hibernate-dev] HSEARCH Java 8 Date Time

2015-08-10 Thread Davide D';Alto
ch specific > DateTools might be necessary for the cases > > where the date specified in to/from needs to be rounded differently than > the field itself. > > +1 > > > Last but not least, the documentation needs to be updated. At the > moment, the docs are silent about all

Re: [hibernate-dev] HSEARCH Java 8 Date Time

2015-08-11 Thread Davide D';Alto
I've sent a pull request: https://github.com/hibernate/hibernate-search/pull/887 Davide On Mon, Aug 10, 2015 at 1:20 PM, Hardy Ferentschik wrote: > On Mon, Aug 10, 2015 at 12:34:33PM +0100, Davide D'Alto wrote: > > I'm not sure there is an easy way to convert I

[hibernate-dev] CI Jobs and Byteman

2015-08-19 Thread Davide D';Alto
Hi all, it seems that the Hibernate Search tests using Byteman are having some conflicts with some ports used by the NoSql dbs we installed to test OGM. For now I just set up the Search jobs to work on ci-slave-4 where I have stopped the dbs. Tomorrow I will try to figure out the process that ar

Re: [hibernate-dev] CI Jobs and Byteman

2015-08-20 Thread Davide D';Alto
I've reconfigured all the jobs to works the same as before. I've tried to replicate the issue with Byteman but it seems everything is working well now. Sanne, am I missing something about the way to run the build with search? On Thu, Aug 20, 2015 at 9:44 AM, Sanne Grinovero wrote: > +1 for a)

[hibernate-dev] 2 CI slaves down

2015-08-24 Thread Davide D';Alto
Hi, 2 of the 4 slaves we use for CI are currently down. Not sure what's the cause but I'm working on it. Cheers, Davide ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Search/Validator: Deleting old release files on hibernate.org

2015-08-25 Thread Davide D';Alto
Can't we just move them into an archive folder? On Tue, Aug 25, 2015 at 12:02 PM, Hardy Ferentschik wrote: > Hi, > > On Tue, Aug 25, 2015 at 12:24:21PM +0200, Gunnar Morling wrote: > > Can we delete all the non-displayed release files from > > https://github.com/hibernate/hibernate.org/tree/stag

[hibernate-dev] HIbernate Shards contributors

2015-08-26 Thread Davide D';Alto
Hi, on the forum someone is interested in updating the Hibernate Shards project: https://forum.hibernate.org/viewtopic.php?f=9&t=1041314 In the website we ask to contact us if someone is interested to the project but we don't provide an email address. How should we reply to the post? Cheers, D

Re: [hibernate-dev] Ansible set-up, error "unknown key type ecdsa"

2015-08-26 Thread Davide D';Alto
Can't we keep some secrets tokens on master? Or on a separate secret small machine? This way we can transfer them from master during the creation of the slave. Basically, I'm talking about improving the transfert-to-slave script. > Davide extended this further with tags: see the readme to easily

Re: [hibernate-dev] Ansible set-up, error "unknown key type ecdsa"

2015-08-26 Thread Davide D';Alto
p-to-date. On Wed, Aug 26, 2015 at 12:38 PM, Sanne Grinovero wrote: > On 26 August 2015 at 12:28, Davide D'Alto wrote: > > Can't we keep some secrets tokens on master? > > Or on a separate secret small machine? > > > > This way we can transfer them from

Re: [hibernate-dev] Query Parser Redesign

2015-08-27 Thread Davide D';Alto
+1 On Thu, Aug 27, 2015 at 10:09 AM, Sanne Grinovero wrote: > On 26 August 2015 at 23:20, Steve Ebersole wrote: > > I'm ok with that. Everyone else? > > > > > > On Wed, Aug 26, 2015 at 4:24 PM Gunnar Morling > wrote: > >> > >> hibernate-query-parser? > > +1 > > >> > >> 2015-08-26 22:32 GMT+02

[hibernate-dev] Hibernate Search 5.5 Final is out: Lucene 5

2015-09-16 Thread Davide D';Alto
*I’m happy to announce the latest final release of Hibernate Search:Hibernate Search 5.5 Final.Here an overview of what Hibernate Search 5.5 brings to the table:- upgrade to Lucene 5- sortable fields- built-in bridges for JDK 8 Java Time classes- encoding null tokens for numeric fieldsYou can find

Re: [hibernate-dev] HHH-9807 - @Id as @Formula

2015-10-07 Thread Davide D';Alto
What's the use case? A user that doesn't want to store the @Id but want it to be available when loading the entity? Davide On Wed, Oct 7, 2015 at 2:37 AM, Steve Ebersole wrote: > Votes on supporting this? > > https://hibernate.atlassian.net/browse/HHH-9807 >

Re: [hibernate-dev] HHH-9807 - @Id as @Formula

2015-10-07 Thread Davide D';Alto
figure out the use cases for @Formula on @Id as well >> >> On 7 October 2015 at 10:21, Davide D'Alto wrote: >> >> > What's the use case? A user that doesn't want to store the @Id but want >> it >> > to be available when loading

Re: [hibernate-dev] SQM - alias registry

2015-10-07 Thread Davide D';Alto
> Here the aliases `o` don't ever infringe on each other. So imo we should allow that. Sounds good > Here the aliases `c` do infringe. In the subquery, we don't really know > which reference the `c` alias should resolve to. We *could* here assuming > that the subquery is uncorrelated. Bu with

[hibernate-dev] Framework built on top of Hibernate: BabyFish

2015-10-22 Thread Davide D';Alto
Hi all, I just want to mention that a user on the Hibernate forum created a framework on top of Hibernate: https://forum.hibernate.org/viewtopic.php?f=1&t=1042072 https://github.com/babyfish-ct/babyfish The main concept is around the use of an ObjectModel that replaces the proxies and contains

Re: [hibernate-dev] Framework built on top of Hibernate: BabyFish

2015-10-22 Thread Davide D';Alto
f=1&t=1042042 > > > > On Thu, Oct 22, 2015 at 7:38 AM Davide D'Alto > wrote: > >> Hi all, >> >> I just want to mention that >> a user on the Hibernate forum created a framework on top of Hibernate: >> >> https://forum.hibernate.org/viewtopic

Re: [hibernate-dev] recovering Neo4j transactions via their REST API...

2015-12-04 Thread Davide D';Alto
Hi Gytis, I've sent a pull request for Neo4j remote some time ago: https://github.com/hibernate/hibernate-ogm/pull/596 This is an initial prototype and it still requires some work. That said, I think you will be able to obtain the transaction id via the TransactionCoordinator: TransactionDriver

Re: [hibernate-dev] [OGM] The (new) remote Hot-Rod based Infinispan GridDialect

2015-12-14 Thread Davide D';Alto
I would use: hibernate-ogm-infinispan-hotrod For Neo4j we have a similart problem at the moment the directory is hibernate-ogm-neo4j and the short name is 'neo4j_embedded' Whatever we choose I guess we should be consistent: I guess haivng - hibernate-ogm-infinispan/embedded - hibernate-ogm-infin

Re: [hibernate-dev] [OGM] The (new) remote Hot-Rod based Infinispan GridDialect

2015-12-14 Thread Davide D';Alto
Sorry for the previous email, I've sent it too soon pressing some strange keywords combination. > We should stick to one pattern, and having one module seems easier on > the user to me. So unless you see a strong advantage for two modules > I'd say let's use one. One general disadvantage I can se

[hibernate-dev] [CI] MariDB size on jenkins slaves

2015-12-15 Thread Davide D';Alto
Hi, the file ibdata1 created by MariaDB has reached the size of 1G. This happens because when deleting the tables the size of the db does not decrease. There are some possible solutions I can try, but I need to change the configuration of the db and probably upgrade it. Would that be ok? I've a

Re: [hibernate-dev] [CI] MariDB size on jenkins slaves

2015-12-15 Thread Davide D';Alto
It seems that the latest version of MariaDB has a feature that simplify the process. I'll try On Tue, Dec 15, 2015 at 10:42 AM, Sanne Grinovero wrote: > On 15 December 2015 at 10:23, Davide D'Alto wrote: > > Hi, > > the file ibdata1 created by MariaDB has reached

[hibernate-dev] [OGM] Hibernate OGM 5.0.0.Beta1 is out: Cassandra 2.2, @Lob mapping and @PostLoad support

2015-12-21 Thread Davide D';Alto
3 days from Christmas we decided to release Hibernate OGM as a present. The major news in this release are: - mapping support for Cassandra 2.2 new data types - proper handling of the @Lob annotation - post-load event support using @PostLoad annotation - Infinispan 8 - Hibernate Search 5.5 You ca

Re: [hibernate-dev] staging Blog site

2016-01-14 Thread Davide D';Alto
The hibernate.org job is working now. I probably changed the label to slave4 when doing some maintenance work and forgot to put it back to OS1. On Thu, Jan 14, 2016 at 9:31 AM, Gunnar Morling wrote: > > I thought those must be in-sync, like in a typical QA and production > > environment whe

Re: [hibernate-dev] Activate URL links on blog

2016-01-14 Thread Davide D';Alto
+1 If they get abused we can always revert to the current state On Thu, Jan 14, 2016 at 1:17 PM, Sanne Grinovero wrote: > +1 > > > On Thu, 14 Jan 2016 11:18 Vlad Mihalcea wrote: > > > Hi, > > > > Since we are now moderating the forum and disallow new users from > posting, > > we can activate l

Re: [hibernate-dev] staging Blog site

2016-01-14 Thread Davide D';Alto
The staging.hibernate.org should now work again, It was a problem of permissions, the owner of the folder with the site changed (not sure why) and the rsync script wasn't able to update it. Davide On Thu, Jan 14, 2016 at 1:15 PM, Vlad Mihalcea wrote: > Thanks. The two branches are now in-sync.

Re: [hibernate-dev] staging Blog site

2016-01-14 Thread Davide D';Alto
By the way, is there a way to recognize the staging website from the production one? If not we should probably add a timestamp somewhere and maybe a watermark on some images. On Thu, Jan 14, 2016 at 4:50 PM, Davide D'Alto wrote: > The staging.hibernate.org should now work again, &g

Re: [hibernate-dev] staging Blog site

2016-01-14 Thread Davide D';Alto
nt URLs? > > > 2016-01-14 17:53 GMT+01:00 Davide D'Alto : > > By the way, is there a way to recognize the staging website from the > > production one? > > > > If not we should probably add a timestamp somewhere and maybe a watermark > > on some ima

Re: [hibernate-dev] staging Blog site

2016-01-14 Thread Davide D';Alto
the staging website from the production one?" Are > >> you looking for something else than the different URLs? > >> > >> > >> 2016-01-14 17:53 GMT+01:00 Davide D'Alto : > >> > By the way, is there a way to recognize the staging website from

Re: [hibernate-dev] JDK9 / WildFly / Validator issue with Search CI job

2016-01-20 Thread Davide D';Alto
I wonder if it's a problem of integration between Jenkins and the maven failsafe plugin On Wed, Jan 20, 2016 at 10:36 AM, Sanne Grinovero wrote: > I'm puzzled. > There seems to be a javax.validation related issue which is failing > the integration tests running on Arquillian / WildFly for the >

[hibernate-dev] [OGM] How to get the transaction id

2016-01-21 Thread Davide D';Alto
Hi, for the implementation of the Neo4j remote dialect I need to get the identifier of the transaction. I suppose this is something that we will need for other dialect as well in the future. What's the proper way to get the transaction id or the transaction? Is it via the TransactionDriver? Once

[hibernate-dev] HipChat rooms

2016-02-02 Thread Davide D';Alto
Hi, lately there is some interest in OrientDB for Hibernate OGM. This is not currently in the OGM roadmap but I wanted to help potential contributros. I've createad a room for OGM-855 using the JIRA funcitonality accessible by Guests. It seems though theat Guest cannot see the log of the room and

Re: [hibernate-dev] HipChat rooms

2016-02-02 Thread Davide D';Alto
I was wrong about the log for guests, the HipChat documentation states: "The room's chat history, including files, are only visible to guests from the point they logged in. " So, it's better than I thought On Tue, Feb 2, 2016 at 12:46 PM, Davide D'Alto wrote: >

Re: [hibernate-dev] Who deleted http://docs.jboss.org/hibernate/validator ?

2016-02-12 Thread Davide D';Alto
Links seems to be in the format x.y At least looking at the links on http://hibernate.org/validator/documentation/ On Fri, Feb 12, 2016 at 5:08 PM, Steve Ebersole wrote: > What's the level of versions for the validator docs on the server? x.y? > > On Fri, Feb 12, 2016 at 10:59 AM Steve Eberso

[hibernate-dev] [OGM] New dialect for Aache Ignite

2016-02-18 Thread Davide D';Alto
I just wanted to mention that some contributor created a couple of new dialects for Hibernate OGM. They are for the open source and commercial version of Apache Ignite ( http://ignite.apache.org/features/datagrid.html) Forum post: https://forum.hibernate.org/viewtopic.php?f=31&t=1042954 This is t

Re: [hibernate-dev] http://www.hibernatespatial.org/

2016-02-19 Thread Davide D';Alto
The user registered to the hibernate-spatial mailing list but none of his messages appeared in the archive. On Fri, Feb 19, 2016 at 3:25 PM, Steve Ebersole wrote: > Karel, a user was asking about problems using the hibernate-spatial mailing > list on IRC which precipitated a discussion about how

Re: [hibernate-dev] Trouble with blog for ORM 5.0.9

2016-03-15 Thread Davide D';Alto
> The build ran exceptionally long (52 min, see here: > http://ci.hibernate.org/view/Website/job/in.relation.to/buildTimeTrend ). > I'm not sure why, let's hope it was a one-time issue. It seems to happen more often lately. Th

[hibernate-dev] [HSEARCH] Rename elasticsearch artifact

2016-03-15 Thread Davide D';Alto
At the moment the elasticsearch integration artifactid is: hibernate-search-backend-elasticsearch Elasticsearch is actually more than just a backend (we use this term for the jGroups and JMS integration). I think we should rename it to: hibernate-search-elasticsearch Thanks, Davide ___

Re: [hibernate-dev] Blog tag vs categories

2016-03-21 Thread Davide D';Alto
The problem with having many tags is that you will have a huge tag cloud with just a few words more visible than the others. This was the case before we did some clean up. In our case it also becomes hard to keep track of the tags we already used with the result of several duplicates. Now that I t

Re: [hibernate-dev] Blog tag vs categories

2016-03-21 Thread Davide D';Alto
vide, I've seen "Off topic" and "Off-topic" I could not find the one mapped "Off topic", I don't know if you have an idea how to. I'll check On Mon, Mar 21, 2016 at 3:00 PM, Emmanuel Bernard wrote: > On Mon 2016-03-21 14:26, Sanne Grinovero wrote: >

Re: [hibernate-dev] Blog tag vs categories

2016-03-21 Thread Davide D';Alto
It seems that "Off-topic" and "Off topic" are basically the same tag, they both point to: http://in.relation.to/off-topic/index.html It's probably a bug in the tag cloud generation On Mon, Mar 21, 2016 at 3:13 PM, Davide D'Alto wrote: > > I'm ok to r

[hibernate-dev] [OGM] Retrieve byte[] as streams in MongoDB

2016-03-22 Thread Davide D';Alto
Hi, I've seent this question on stack overflow and I was wondering if there is any way to do what he asks: http://stackoverflow.com/questions/36134440/mongodb-get-byte-as-streams-in-java Thanks, Davide ___ hibernate-dev mailing list hibernate-dev@lists.j

[hibernate-dev] [OGM] Any idea for OGM-1000?

2016-03-22 Thread Davide D';Alto
Next JIRA will be OGM-1000, any interesting idea we should use for this ticket? Cheers, Davide ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] [OGM] Retrieve byte[] as streams in MongoDB

2016-03-23 Thread Davide D';Alto
Damn, you discovered my secret identity :) (I meant "seen" by the way) On Wed, Mar 23, 2016 at 5:18 PM, Emmanuel Bernard wrote: > Seent means seen or sent? If the latter we found one of your secret > identities ;) > > On Tue 2016-03-22 11:13, Davide D'Alto wrote:

Re: [hibernate-dev] Using Java8 language features in OGM/HotRod

2016-03-23 Thread Davide D';Alto
Yeah, go with it. I don't think it is going to be too hard to fix the conflicts in the Neo4j module. >TLRD: Did you mean: TLDR; On Wed, Mar 23, 2016 at 7:02 PM, Gunnar Morling wrote: > +1 for fixing these things, I also was wondering about some apparent style > violations which CS failed to r

Re: [hibernate-dev] Using Java8 language features in OGM/HotRod

2016-03-23 Thread Davide D';Alto
> probably. Or make you doubt, so to make you read it all.. The trick is to put it at the end :) (TLDR; = Too Long, Didn't Read;) On Wed, Mar 23, 2016 at 7:12 PM, Sanne Grinovero wrote: > On 23 March 2016 at 19:07, Davide D'Alto wrote: > > Yeah, go with it. > >

Re: [hibernate-dev] [OGM] Any idea for OGM-1000?

2016-03-23 Thread Davide D';Alto
ways be thrown away and > rewritten... > > Sanne > > > > > > > > > > > > > 2016-03-23 19:28 GMT+01:00 Sanne Grinovero : > >> > >> On 23 March 2016 at 17:18, Emmanuel Bernard > >> wrote: > >> > Is ScenicDrive cap

Re: [hibernate-dev] [OGM] Reduce the integrationtest directiry size

2016-03-24 Thread Davide D';Alto
Yes, I'll have a look at this Davide On Thu, Mar 24, 2016 at 7:38 AM, Gunnar Morling wrote: > 2016-03-24 8:24 GMT+01:00 Emmanuel Bernard : > > > I noticed that for each integration test module we do download a full > > Wildfly distribution. Since we are having more and more integration test > >

[hibernate-dev] [OGM] Preparing release 5.0.0.CR1

2016-03-24 Thread Davide D';Alto
I've moved the missing issues on the jira to the next next version but I don't think it's a good idea to make the release and the blog post before the Easter holidays. I'm going to complete the release on Tuesday, so. if there is something you want to include you still have time. Cheers, Davide _

  1   2   3   4   >