Re: [hibernate-dev] Database with UUID support

2010-05-28 Thread Steve Ebersole
I am pretty much done with the plumbing for this UUID support. However... Another difficulty is the standard database type to which to map UUIDs. BINARY(16) or CHAR(36) are the most common datatypes used that I have seen. I have also seen strategies using NUMERIC and two INTEGER values (splittin

[hibernate-dev] SAPDB/MAXDB dialect

2010-05-28 Thread Kuczera Tiberius
Hello All, I am using Hibernate with MaxDB/SAPDB and I have extended the class SAPDBDialect to support identity columns (@GeneratedValue(strategy = GenerationType.IDENTITY)). This database supports not only sequences but also Mysql-auto_increment like columns of type "serial". Is it possible to inc

Re: [hibernate-dev] Jira slow and Fisheeye integration broken

2010-05-28 Thread Steve Ebersole
JIRA is fine afaik. The JBoss Fisheye is "having issues". On Fri, 2010-05-28 at 12:15 +0200, Hardy Ferentschik wrote: > Hi, > > I am just wondering what the state is with Jira and Fisheye. > The Fisheye integration in the Hibernate Jira seems to be broken. I keep > seeing: > > > This list of

[hibernate-dev] Jira slow and Fisheeye integration broken

2010-05-28 Thread Hardy Ferentschik
Hi, I am just wondering what the state is with Jira and Fisheye. The Fisheye integration in the Hibernate Jira seems to be broken. I keep seeing: This list of changesets may be incomplete, as errors occurred retrieving changesets from the following repositories: * Repository Hibernate