The Caboteria / Tech Web / JbossTips (revision 1)
(back to JavaTips)

Example database datasource configs are in docs/example/jca.

JBoss and Oracle's jdbc driver don't play nice unless you turn on "TrackConnectionByTx".

Give jboss more memory than the java default - you'll be glad you did (or sorry if you don't)!

Pay attention to the pool sizes in standardjboss.xml, especially the Stateless Session Bean pool size, which is 100 by default. This seems pretty low, at least if you have methods that take a while to perform. If you're using MDB's you'll want to bump the MaximumSize in the Message Driven Bean container-invoker-conf to something larger than the default (which is 15).

-- TobyCabot - 14 Nov 2002

Edit | Attach | Print version | History: r7 | r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions...
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback