Re: [hibernate-dev] HHH-1123 - Cannot put more than 1000 elements in a InExpression

2011-12-05 Thread Steve Ebersole
On Mon 05 Dec 2011 12:59:19 PM CST, David Mansfield wrote: > While I do agree wholeheartedly with most of what you say, I do think > it's unfair to say that the requirement is "fundamentally broken". That > label should be reserved for SQL itself ;-) > > If there is some opaque business rule R tha

[hibernate-dev] HHH-5054 - Add boolean Session.isDirty(Object)

2011-12-05 Thread Łukasz Antoniak
Welcome! Lately I have been trying to add Session.isDirty(Object) method (HHH-5054). Could somebody comment on test case and solution - https://github.com/lukasz-antoniak/hibernate-core/commit/9f39a4a98d34e119f37c90d3953fe083c795bf6a ? IMO adding and removing relations between objects might wo

Re: [hibernate-dev] HHH-1123 - Cannot put more than 1000 elements in a InExpression

2011-12-05 Thread David Mansfield
While I do agree wholeheartedly with most of what you say, I do think it's unfair to say that the requirement is "fundamentally broken". That label should be reserved for SQL itself ;-) If there is some opaque business rule R that operates on a large set of input data, and that rule is impleme

Re: [hibernate-dev] new schema in JIRA to handle pull requests

2011-12-05 Thread Sanne Grinovero
On 5 December 2011 18:15, Sanne Grinovero wrote: > On 5 December 2011 18:06, Steve Ebersole wrote: >> To be honest I have not sat down and thought about ideals of what >> "integration" would look like here.  Where did you see the "send pull >> request docs"?  This might be doable (assuming their

Re: [hibernate-dev] new schema in JIRA to handle pull requests

2011-12-05 Thread Sanne Grinovero
On 5 December 2011 18:06, Steve Ebersole wrote: > To be honest I have not sat down and thought about ideals of what > "integration" would look like here.  Where did you see the "send pull > request docs"?  This might be doable (assuming their API allows it) if we > agreed that the pull request bra

Re: [hibernate-dev] new schema in JIRA to handle pull requests

2011-12-05 Thread Steve Ebersole
To be honest I have not sat down and thought about ideals of what "integration" would look like here. Where did you see the "send pull request docs"? This might be doable (assuming their API allows it) if we agreed that the pull request branch is named using the JIRA issue key. But that is n

[hibernate-dev] new schema in JIRA to handle pull requests

2011-12-05 Thread Sanne Grinovero
Hi all, over the weekend I've added a custom field to all issues to store a link to a pull request; this is in no way mandatory nor it affects any work flow you might want to use, but hope you find it useful. It can't support multiple links, so we should replace them if they are updated, and backpo

Re: [hibernate-dev] [HSEARCH] Geospatial indexing and queries

2011-12-05 Thread Emmanuel Bernard
On 5 déc. 2011, at 17:01, Sanne Grinovero wrote: > Thanks! Looks like a great start. > > Some questions/considerations: > # In case of multi-level grids, I'd assume that the option is > specified only on the mapping, but doesn't need to be specified at > Query time? That's correct. > # Not usi

Re: [hibernate-dev] [HSEARCH] Geospatial indexing and queries

2011-12-05 Thread Sanne Grinovero
Thanks! Looks like a great start. Some questions/considerations: # In case of multi-level grids, I'd assume that the option is specified only on the mapping, but doesn't need to be specified at Query time? # Not using anything fancy from the Lucene side correct? Just exact term matches with boole

[hibernate-dev] [HSEARCH] Geospatial indexing and queries

2011-12-05 Thread Emmanuel Bernard
Nicolas and I have made good progress on Geospatial queries for Hibernate Search. # Geospatial indexing and queries Our goal is to give a reasonable but pragmatic answer to geoloc queries. We do not try and implement the most obscure geo-projection favored by ancient greeks, we do not try and

Re: [hibernate-dev] [HSEARCH] Arquilian deployment error

2011-12-05 Thread Sanne Grinovero
I've created this one as well, saves me lot of time: https://gist.github.com/1086445 >From a pull request, or just any feature branch working out of master, just invoke "jira" it will open all related issues. ___ hibernate-dev mailing list hibernate-dev@

Re: [hibernate-dev] [HSEARCH] Arquilian deployment error

2011-12-05 Thread Sanne Grinovero
On 5 December 2011 13:34, Emmanuel Bernard wrote: > Can you share your fix btw sanne? It's here: https://gist.github.com/789588 Sorry I can't see a pull request button :) Anyway, it's slightly different from the original in - it guarantees the clone directory is unique per commit id - you have t

Re: [hibernate-dev] [HSEARCH] Arquilian deployment error

2011-12-05 Thread Emmanuel Bernard
No I'm talking about https://gist.github.com/1218818 remote mvn clean install I'm pretty sure I discussed this script on this mailing list in the past. On 5 déc. 2011, at 14:46, Hardy Ferentschik wrote: > > On Dec 5, 2011, at 2:26 PM, Emmanuel Bernard wrote: > >> yes I use the `remote` sc

Re: [hibernate-dev] [HSEARCH] Arquilian deployment error

2011-12-05 Thread Hardy Ferentschik
On Dec 5, 2011, at 2:26 PM, Emmanuel Bernard wrote: > yes I use the `remote` script. i guess you are talking about executionType REMOTE in arquillian.xml, right? And you have the default value for jbossHome in this xml file as well - target/jboss-as-7.0.2.Final? Are you sure the latest module

Re: [hibernate-dev] [HSEARCH] Arquilian deployment error

2011-12-05 Thread Emmanuel Bernard
Can you share your fix btw sanne? On 5 déc. 2011, at 14:26, Emmanuel Bernard wrote: > yes I use the `remote` script. > > On 2 déc. 2011, at 17:32, Sanne Grinovero wrote: > >> The Arquillian test needs to unpack AS7 in your target folder and run >> it from there; the only problem I can think of

Re: [hibernate-dev] [HSEARCH] Arquilian deployment error

2011-12-05 Thread Emmanuel Bernard
yes I use the `remote` script. On 2 déc. 2011, at 17:32, Sanne Grinovero wrote: > The Arquillian test needs to unpack AS7 in your target folder and run > it from there; the only problem I can think of is that you're having > something left over from previous builds, or that you're running the > t

Re: [hibernate-dev] @NotNull on @Embeddable's property doesn't affect DDL

2011-12-05 Thread Emmanuel Bernard
On 3 déc. 2011, at 16:45, Christian Bauer wrote: > See Button.java in the tests. The @NotNull on the embeddables property is > checked at runtime but doesn't affect DDL, there's no NOT NULL constraint > generated. Is that by design - component nullability etc. - or missing? Yep that's to suppo

Re: [hibernate-dev] [HSEARCH] JIRA guidelines

2011-12-05 Thread Hardy Ferentschik
In this light - http://community.jboss.org/wiki/PlansForHibernateSearch4x/ this is an attempt to create a page on what we should/want to focus on for the next release. Not sure what x stands for tbh. Once upon a time I thought we will be releasing 4.0 Final, tightly followed by a 4.1 mainly wit

Re: [hibernate-dev] [HSEARCH] JIRA guidelines

2011-12-05 Thread Sanne Grinovero
Sorry that's likely me moving out issues from 4.0, for what I can certainly judge we won't be adding in 4.0 anymore, but at the same time don't feel certain enough to remove them from schedule so I just moved them to the next one: for most of these 4.1 is a better guess than the current 4.0 so I ho

[hibernate-dev] [HSEARCH] JIRA guidelines

2011-12-05 Thread Emmanuel Bernard
I am seeing a lot of issues being assigned to 4.1. I find it unrealistic. Below is a gentle reminder on how I'd like us to assign versions. On 4 nov. 2011, at 11:40, Emmanuel Bernard wrote: > ## Managing JIRA > > JIRA is not exactly a list to Santa Claus. Let me rephrase, JIRA is not a > list