[ http://issues.apache.org/jira/browse/DERBY-1443?page=comments#action_12421967 ] Steve Taylor commented on DERBY-1443: -------------------------------------
This was only a problem for me when I was evaluating combinations of JMS provider and persistent storage providers. I was curious to see how the JBoss-Derby combination worked to I checked out the code made a hacky little fix and it worked a treat, infact the combination JBoss/Derby was one of the best so I thought it was a shame that the current versions weren't completely compatible which is why I logged this problem. It's not urgent. The versions I used were: - jboss-messaging-1.0.1.CR2. - db-derby-10.1.2.1-bin - sun java 1.4.2-10 - windows server 2003 JBoss config files attached - written by me so they could be incorrect but they worked after I modified derby. > DataTypeDescriptor.isBinaryType() return false for Types.BLOB > ------------------------------------------------------------- > > Key: DERBY-1443 > URL: http://issues.apache.org/jira/browse/DERBY-1443 > Project: Derby > Issue Type: Bug > Components: SQL > Affects Versions: 10.1.2.1, 10.1.2.2, 10.1.2.3, 10.1.2.4, 10.1.2.5 > Reporter: Steve Taylor > Priority: Minor > Attachments: derby-ds.xml, derby-persistence-service.xml > > > DataTypeDescriptor.isBinaryType() return false for Types.BLOB. > Surely BLOB is a binary type and so method should return true? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
