Subject | Re: How2 save javaobject in Firebird ? |
---|---|
Author | mozheyko_d |
Post date | 2004-12-20T06:50:23Z |
--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
Can you tell me how2 make "firebird embedded engine" with JBOSS ?
<rrokytskyy@a...> wrote:
> Hi,least not as
>
> > I use JBOSS-4.0.0, and i try to use Firebird as DefaultDS for jms
> > queues/topics and other internal use. I remove from "default" deploy
> > directory all features except:
>
> In case of using Firebird to persist JMS messages you have to specify in
> *-jdbc2-service.xml that BLOB_TYPE is BYTES_BLOB, not OBJECT_BLOB.
>
> However, I would not switch to Firebird for JMS persistence, at
> default persistence data store. HSQLDB is faster on inserts and Isuspect
> that it is faster on "findByPrimaryKey" queries, unless you useJayBird with
> embedded engine (which is not the case with your configuration).Thank you, Roman.
>
> Roman
Can you tell me how2 make "firebird embedded engine" with JBOSS ?