On Thu, Apr 29, 2004 at 10:49:34PM -0400, graham king wrote:

> I've been trying to get a BMP Container to load my employee.jar,
> but, am not having any luck. :(
>
> the openejb.log file states, WARN : Jar not
> loaded. C:\graham\openejb-0.9.2\beans\employee.jar.  Cannot find
> container "Default BMP Container" for bean "EmployeeBean".
>
> my openejb.conf file declares the jar as found in the documentation.
> i'm at a loss.
> 
> anyone have any ideas?

This one is easy, you don't have a BMP container declared in your
openejb.conf file.  

Just rename or delete your openejb.conf then startup the server (don't
use the -conf option).  When the server starts, it will look around
for your conf, not find it, then automatically unpack the default
openejb.conf file it has stuffed in its jar.

The openejb.conf the server gives you has a BMP container declared in
it and your app should just start right up.

-David

Reply via email to