[hibernate-dev] Hibernate Search 4 enters its candidate for release cycle

2011-10-13 Thread Emmanuel Bernard
Hi everyone, We have released Hibernate Search 4 to CR1 and we indeed spent a lot of time on polishing and extending our test suite. Now is a good time to test it. Check out http://goo.gl/ONKvE for more details. Emmanuel ___ hibernate-dev mailing list

Re: [hibernate-dev] Needed for 4.0.0.CR5?

2011-10-13 Thread Scott Marlow
On 10/12/2011 06:12 PM, Gail Badner wrote: > A couple of new issues were opened today that seem important enough to > consider for 4.0.0.CR5. Not sure there's any time left to do this, but here > they are: > > HHH-6727 (serializing an EntityManager should include enough information to > later be

Re: [hibernate-dev] Needed for 4.0.0.CR5?

2011-10-13 Thread Gail Badner
- Original Message - > From: "Scott Marlow" > To: "Gail Badner" > Cc: hibernate-dev@lists.jboss.org > Sent: Thursday, October 13, 2011 9:53:23 AM > Subject: Re: [hibernate-dev] Needed for 4.0.0.CR5? > > On 10/12/2011 06:12 PM, Gail Badner wrote: > > A couple of new issues were opened to

Re: [hibernate-dev] Needed for 4.0.0.CR5?

2011-10-13 Thread Emmanuel Bernard
Not that worse case, we can do it in a 4.0.1 version. We have had Hibernate EM not properly supporting it since the start. We don't have to delay 4.0.0.Final for it. Emmanuel On 13 oct. 2011, at 20:14, Gail Badner wrote: > > - Original Message - >> From: "Scott Marlow" >> To: "Gail

[hibernate-dev] HHH-6726 LONG and LONG RAW column types in Oracle

2011-10-13 Thread Łukasz Antoniak
Welcome Community! I have just subscribed to the list and wanted to discuss HHH-6726 JIRA issue. Gail Badner wrote (http://lists.jboss.org/pipermail/hibernate-dev/2011-October/007208.html): HHH-6726 (Oracle : map TextType to clob and ImageType to blob) https://hibernate.onjira.com/browse/HHH-67

Re: [hibernate-dev] HHH-6726 LONG and LONG RAW column types in Oracle

2011-10-13 Thread Łukasz Antoniak
I have forgotten to mention that Oracle supports LONG to LOB migration. See: http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14249/adlob_long_lob.htm http://download.oracle.com/docs/cd/B10500_01/appdev.920/a96591/adl08lon.htm Regards, Łukasz Antoniak __