MDB pool size

2008-10-01 Thread my_forum
Guys, Could anyone tell me how I can to increase MDB pool size (the default value is 10 as far as I understand). I tryied to set Pool Min Size = 20 and Pool Max Size = 50 while setting up the connection factory but looks like this does not have any effect i.e. the the pool is still equal to 10

Problem Installing DayTrader Trunk in Linux

2008-10-01 Thread HRito
Hi! I've been trying to install the latest svn trunk of DayTrader in my openSUSE 11, without much success. At first, mvn could not find javax.transaction which I resolved by telling maven about javaee.jar from my java application platform sdk (using something like mvn install:install-file

Re: MDB pool size

2008-10-01 Thread David Jencks
You also have to configure the MDB pool size. I don't remember whether this is in the MDB configuration in openejb-jar.xml or in the openejb MDB container configuration itself. I think this question has been discussed before on the user list if not perhaps someone with more specific

Camel extension of ActiveMQ

2008-10-01 Thread my_forum
ActiveMQ as a default JMS provider is destributed wihout Camel extension. Is it enough just to add (register) Camel libary to repository like any other library. Probably it would be better to substitute activemq-core.jar with activemq-all-5.1.0.jar? -- View this message in context:

Re: Camel extension of ActiveMQ

2008-10-01 Thread David Jencks
On Oct 1, 2008, at 9:01 AM, my_forum wrote: ActiveMQ as a default JMS provider is destributed wihout Camel extension. Is it enough just to add (register) Camel libary to repository like any other library. Probably it would be better to substitute activemq-core.jar with

Re: Problem Installing DayTrader Trunk in Linux

2008-10-01 Thread Jason Warner
Hi Hugo, Based on that stack trace, it seems you have a missing dependency. Have you built Geronimo trunk on your machine? I think your original problem is an issue with daytrader and I'm looking into it. Could you open a jira for your original issue to track progress? Thanks, On Wed, Oct 1,

Re: Problem Installing DayTrader Trunk in Linux

2008-10-01 Thread Matt Hogstrom
I had a similar issue. I added a dependency for jta to the modules/ ejb/pom.xml Try it again w/o your override and see if it works. Thanks On Oct 1, 2008, at 10:00 AM, HRito wrote: Hi! I've been trying to install the latest svn trunk of DayTrader in my openSUSE 11, without much success.

Re: Problem Installing DayTrader Trunk in Linux

2008-10-01 Thread HRito
Hi Jason, On Wed, Oct 1, 2008 at 6:12 PM, Jason Warner [EMAIL PROTECTED] wrote: Hi Hugo, Based on that stack trace, it seems you have a missing dependency. Yeah, it seemed so. After sending the email, a friend of mine added this patch: