Subject | Re: [Firebird-Java] Re: How2 save javaobject in Firebird ? |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-12-18T20:48:50Z |
Hi,
*-jdbc2-service.xml that BLOB_TYPE is BYTES_BLOB, not OBJECT_BLOB.
However, I would not switch to Firebird for JMS persistence, at least not as
default persistence data store. HSQLDB is faster on inserts and I suspect
that it is faster on "findByPrimaryKey" queries, unless you use JayBird with
embedded engine (which is not the case with your configuration).
Roman
> I use JBOSS-4.0.0, and i try to use Firebird as DefaultDS for jmsIn case of using Firebird to persist JMS messages you have to specify in
> queues/topics and other internal use. I remove from "default" deploy
> directory all features except:
*-jdbc2-service.xml that BLOB_TYPE is BYTES_BLOB, not OBJECT_BLOB.
However, I would not switch to Firebird for JMS persistence, at least not as
default persistence data store. HSQLDB is faster on inserts and I suspect
that it is faster on "findByPrimaryKey" queries, unless you use JayBird with
embedded engine (which is not the case with your configuration).
Roman