Hi
everybody.
I'm developing an application
which has 11 entity beans (CMP) , I have tested the jar with the OpenEJB
Validation Tool, and everything seems OK. I have deployed the bean with the
deploy tool, getting this:
-----------------------------------------------------------
Done collecting deployment information!
Creating the openejb-jar.xml file...done
Writing openejb-jar.xml to the jar...done
Done collecting deployment information!
Creating the openejb-jar.xml file...done
Writing openejb-jar.xml to the jar...done
Congratulations! Your jar is ready to use with
OpenEJB.
If the OpenEJB remote server is already running,
you will
need to restart it in order for OpenEJB to recognize your bean.
need to restart it in order for OpenEJB to recognize your bean.
NOTE: If you move or rename your jar file, you will
have to
update the path in this jar's deployment entry in your
OpenEJB config file.
update the path in this jar's deployment entry in your
OpenEJB config file.
Then I restarted tomcat
(I have ejb running inside tomcat) but in the logs i get the
next:
********************************************************************************
OpenEJB http://openejb.sf.net
Startup: 9/1/03 12:29 PM
Copyright 2000,2001,2002 (C) OpenEJB Project, All Rights Reserved.
Version: 0.9.2
Build date: 20030605
Build time: 0313
********************************************************************************
OpenEJB http://openejb.sf.net
Startup: 9/1/03 12:29 PM
Copyright 2000,2001,2002 (C) OpenEJB Project, All Rights Reserved.
Version: 0.9.2
Build date: 20030605
Build time: 0313
********************************************************************************
WARN : No ApplicationServer was specified! The container system will only be accessible by same-vm clients via the IntraVm Server.
WARN : Deprecated: The propery name "org/openejb/assembler_class" is deprecated and will be removed in a future version of OpenEJB, please use the property name "openejb.assembler" instead.
DEBUG: Instantiating assembler class org.openejb.alt.assembler.classic.Assembler
WARN : Jar not loaded. /usr/local/openejb-0.9.2/beans/competencias2.jar. null
DEBUG: Containers : 4
DEBUG: Type Container ID
DEBUG: STATELESS Default Stateless Container
DEBUG: STATEFUL Default Stateful Container
DEBUG: ENTITY Default BMP Container
DEBUG: ENTITY HayGroup CMP Container
DEBUG: Deployments : 1
DEBUG: Type Deployment ID
DEBUG: STATELESS Hello
DEBUG: SecurityService : org.openejb.ri.sp.PseudoSecurityService
DEBUG: TransactionManager: org.openejb.core.TransactionManagerWrapper
INFO : OpenEJB ready.
But I check the jar and it
isn't null, it has the right ejb-jar.xml and openejb-jar.xml
files.
Have anyone some idea what is
going on here.
Thanks
Francisco
Lopez
