Re: EJB Container Settings

2008-03-30 Thread Manu George
Hi Mario, Feel free to ask as much questions as you want thats what this list is for :). The properties need to be set in the corresponding EjbContainer GBeans. The properties that are exposed by OpenEJB are actually given in the link below

Re: EJB Container Settings

2008-03-30 Thread the666pack
thanks for your reply, so i am using EJB 3.0 with standard annotations, are these now CMP or BMP? i thought this diversification does just apply to EJB 2.1.. more: so this means that if EJB 3.0 are Container Managed Beans, i cannot set the pool size of the entity pool manually? because in the

Re: EJB Container Settings

2008-03-30 Thread Manu George
Umm those apply to only CMP and BMP. Regarding entities I am not sure. Probably Dain or David Blevins can throw more light here. Regards Manu On Sun, Mar 30, 2008 at 11:49 PM, the666pack [EMAIL PROTECTED] wrote: thanks for your reply, so i am using EJB 3.0 with standard annotations, are

Eclipse Multiple Projects and Missing persistence.xml

2008-03-30 Thread Chad and Doria Skinner
I have a project I am working on and we have separated our business model from our business logic by placing them into different projects in eclipse. These projects are both jars that are placed in our ear file. When I try to run a test on one of our session beans in the EJB project I keep