From: <leg...@at...> - 2003-11-07 15:16:14
|
The following comment has been added to this issue: Author: Chris Patterson Created: Fri, 7 Nov 2003 9:14 AM Body: D:\Borland\JBuilderX\jdk1.4\bin\javaw -classpath "C:\Documents and Settings= \cpatterson\jbproject\HibernateTest\classes;D:\Tools\Microsoft SQL Server 2= 000 Driver for JDBC\lib\msbase.jar;D:\Tools\Microsoft SQL Server 2000 Drive= r for JDBC\lib\mssqlserver.jar;D:\Tools\Microsoft SQL Server 2000 Driver fo= r JDBC\lib\msutil.jar;D:\projects\samples\hibernate-2.0.3\lib\c3p0.jar;D:\p= rojects\samples\hibernate-2.0.3\lib\cglib-asm.jar;D:\projects\samples\hiber= nate-2.0.3\lib\commons-beanutils.jar;D:\projects\samples\hibernate-2.0.3\li= b\commons-collections.jar;D:\projects\samples\hibernate-2.0.3\lib\commons-d= bcp.jar;D:\projects\samples\hibernate-2.0.3\lib\commons-lang.jar;D:\project= s\samples\hibernate-2.0.3\lib\commons-logging.jar;D:\projects\samples\hiber= nate-2.0.3\lib\commons-pool.jar;D:\projects\samples\hibernate-2.0.3\lib\con= nector.jar;D:\projects\samples\hibernate-2.0.3\lib\dom4j.jar;D:\projects\sa= mples\hibernate-2.0.3\lib\jaas.jar;D:\projects\samples\hibernate-2.0.3\lib\= jcs.jar;D:\projects\samples\hibernate-2.0.3\lib\jdbc2_0-stdext.jar;D:\proje= cts\samples\hibernate-2.0.3\lib\jta.jar;D:\projects\samples\hibernate-2.0.3= \lib\junit.jar;D:\projects\samples\hibernate-2.0.3\lib\odmg.jar;D:\projects= \samples\hibernate-2.0.3\lib\optional.jar;D:\projects\samples\hibernate-2.0= .3\lib\proxool.jar;D:\projects\samples\hibernate-2.0.3\lib\xalan.jar;D:\pro= jects\samples\hibernate-2.0.3\lib\xerces.jar;D:\projects\samples\hibernate-= 2.0.3\lib\xml-apis.jar;D:\projects\samples\hibernate-2.0.3\hibernate2.jar;D= :\Borland\JBuilderX\jdk1.4\demo\jfc\Java2D\Java2Demo.jar;D:\Borland\JBuilde= rX\jdk1.4\demo\plugin\jfc\Java2D\Java2Demo.jar;D:\Borland\JBuilderX\jdk1.4\= jre\javaws\javaws.jar;D:\Borland\JBuilderX\jdk1.4\jre\lib\charsets.jar;D:\B= orland\JBuilderX\jdk1.4\jre\lib\ext\dnsns.jar;D:\Borland\JBuilderX\jdk1.4\j= re\lib\ext\ldapsec.jar;D:\Borland\JBuilderX\jdk1.4\jre\lib\ext\localedata.j= ar;D:\Borland\JBuilderX\jdk1.4\jre\lib\ext\sunjce_provider.jar;D:\Borland\J= BuilderX\jdk1.4\jre\lib\im\indicim.jar;D:\Borland\JBuilderX\jdk1.4\jre\lib\= im\thaiim.jar;D:\Borland\JBuilderX\jdk1.4\jre\lib\jce.jar;D:\Borland\JBuild= erX\jdk1.4\jre\lib\jsse.jar;D:\Borland\JBuilderX\jdk1.4\jre\lib\plugin.jar;= D:\Borland\JBuilderX\jdk1.4\jre\lib\rt.jar;D:\Borland\JBuilderX\jdk1.4\jre\= lib\sunrsasign.jar;D:\Borland\JBuilderX\jdk1.4\lib\dt.jar;D:\Borland\JBuild= erX\jdk1.4\lib\htmlconverter.jar;D:\Borland\JBuilderX\jdk1.4\lib\tools.jar"= net.sf.hibernate.id.UUIDStringGenerator=20 =01=15Dnullx6Aenull=E2=82=ACxnull6Ae=13null=E2=82=AC=E2=82=AC: 32 =01=15Dnullx6Aenull=E2=82=ACxnull6Ae=13null=E2=82=AC?: 32 =01=15Dnullx6Aenull=E2=82=ACxnull6Ae=13null=E2=82=AC=E2=80=9A: 32 =01=15Dnullx6Aenull=E2=82=ACxnull6Ae=13null=E2=82=AC=C6=92: 32 =01=15Dnullx6Aenull=E2=82=ACxnull6Ae=13null=E2=82=AC=E2=80=9E: 32 --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?= key=3DHB-462 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-462 Summary: UUIDStringGenerator returns a string of length 32 not 16 Type: Bug Status: Unassigned Priority: Minor Project: Hibernate2 Versions: 2.0rc2 Assignee:=20 Reporter: Chris Patterson Created: Fri, 7 Nov 2003 9:13 AM Updated: Fri, 7 Nov 2003 9:13 AM Environment: Windows XP, JDK 1.4.1, Microsoft Sql Server Description: The documentation for UUIDStringGenerator states that it returns a string o= f length 16. In my tests I have found that it returns a string of length 3= 2. Not a major issue but it should be changed in the docs. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators= .jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: <leg...@at...> - 2003-11-07 15:32:14
|
The following comment has been added to this issue: Author: Chris Patterson Created: Fri, 7 Nov 2003 9:31 AM Body: ** * <b>uuid.string</b><br> * <br> * A <tt>UUIDGenerator</tt> that returns a string of length 16, * This string will NOT consist of only alphanumeric * characters. Use this only if you don't mind unreadable * identifiers.<br> * <br> * This implementation is known to be incompatible with * Postgres. * * @see UUIDHexGenerator * @author Gavin King */ public class UUIDStringGenerator extends UUIDGenerator { here is the doc and code from the Class I ran the main method out of the class the results of which are in my previous comment. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-462 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-462 Summary: UUIDStringGenerator returns a string of length 32 not 16 Type: Bug Status: Closed Priority: Minor Resolution: REJECTED Project: Hibernate2 Versions: 2.0rc2 Assignee: Reporter: Chris Patterson Created: Fri, 7 Nov 2003 9:13 AM Updated: Fri, 7 Nov 2003 9:20 AM Environment: Windows XP, JDK 1.4.1, Microsoft Sql Server Description: The documentation for UUIDStringGenerator states that it returns a string of length 16. In my tests I have found that it returns a string of length 32. Not a major issue but it should be changed in the docs. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: <leg...@at...> - 2003-11-07 15:59:13
|
The following comment has been added to this issue: Author: Gavin King Created: Fri, 7 Nov 2003 9:59 AM Body: Yours is broken; it has some nulls in the output. Trust me - the doco is correct. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-462 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-462 Summary: UUIDStringGenerator returns a string of length 32 not 16 Type: Bug Status: Closed Priority: Minor Resolution: REJECTED Project: Hibernate2 Versions: 2.0rc2 Assignee: Reporter: Chris Patterson Created: Fri, 7 Nov 2003 9:13 AM Updated: Fri, 7 Nov 2003 9:20 AM Environment: Windows XP, JDK 1.4.1, Microsoft Sql Server Description: The documentation for UUIDStringGenerator states that it returns a string of length 16. In my tests I have found that it returns a string of length 32. Not a major issue but it should be changed in the docs. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |