Re: [hibernate-dev] no 4.0 docs on http://hibernate.org/docs?

2011-12-27 Thread Strong Liu
yes, i can see 4.0 docs is on the magnolia page, but somehow it is not published and that section is at the bottom of the page, would better to move it on the top of 3.6 doc section. On Dec 28, 2011, at 12:37 PM, Steve Ebersole wrote: > Hmmm, I am positive I edited that page... > > On Tue 27 D

Re: [hibernate-dev] no 4.0 docs on http://hibernate.org/docs?

2011-12-27 Thread Steve Ebersole
Hmmm, I am positive I edited that page... On Tue 27 Dec 2011 10:29:52 PM CST, Strong Liu wrote: > as $subject > ___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev -- st...@hibernate

[hibernate-dev] no 4.0 docs on http://hibernate.org/docs?

2011-12-27 Thread Strong Liu
as $subject ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] 5.0.0 JIRA version

2011-12-27 Thread Steve Ebersole
I created the intial 5.0.0 version in JIRA and bulked moved all issues scheduled for 4.1.0 over to it, then went back and individually moved issues that did not appear related to the new metamodel code back to 4.1.0. If you see any issues I missed moving back that do not really belong grouped

[hibernate-dev] recursive flushing?

2011-12-27 Thread Steve Ebersole
I seem to recall a JIRA issue pertaining to allowing flushing to occur recursively such that it would pick up changes made during flush. But I cannot find that issue ATM. Does anyone remember that and know the JIRA key? Or maybe it was only ever discussed on the dev list? -- st...@hibernate.

Re: [hibernate-dev] Should class SequenceStyleGenerator also be checked in HqlSqlWalker.supportsIdGenWithBulkInsertion?

2011-12-27 Thread Steve Ebersole
I see there is a jira issue (HHH-6920), lets discuss there... On Tue 27 Dec 2011 10:37:19 AM CST, Steve Ebersole wrote: > jboss.org is down (imagine that) so I cannot look at specifics. > However, the difficulty there is that the optimizer being used in > conjunction with SequenceStyleGenerator

Re: [hibernate-dev] Should class SequenceStyleGenerator also be checked in HqlSqlWalker.supportsIdGenWithBulkInsertion?

2011-12-27 Thread Steve Ebersole
jboss.org is down (imagine that) so I cannot look at specifics. However, the difficulty there is that the optimizer being used in conjunction with SequenceStyleGenerator becomes important. On 12/27/2011 08:43 AM, Scott Marlow wrote: > A user reported HHH-6920 in the AS7 user forum > (http://com

[hibernate-dev] 4.0.1 release tomorrow

2011-12-27 Thread Steve Ebersole
Just a reminder that tomorrow (12/28) is the time box for the 4.0.1 release. -- st...@hibernate.org http://hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] more JIRA "best practice" thoughts

2011-12-27 Thread Steve Ebersole
I am wondering if it makes sense to go back and archive some of the older releases so that they do not show up on drop downs. -- st...@hibernate.org http://hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.o

[hibernate-dev] Should class SequenceStyleGenerator also be checked in HqlSqlWalker.supportsIdGenWithBulkInsertion?

2011-12-27 Thread Scott Marlow
A user reported HHH-6920 in the AS7 user forum (http://community.jboss.org/message/643292). Should we also check for SequenceStyleGenerator in HqlSqlWalker.supportsIdGenWithBulkInsertion? We currently only check for SequenceGenerator and PostInsertIdentifierGenerator. Scott __