Jacek Laskowski wrote:
Hi Geronimos,
I'm concerned with what I've just noticed in Geronimo. Geronimo attempted to deploy a EJB with no /META-INF/geronimo-ejb-jar.xml. org.openejb.nova.deployment.EJBModuleDeploymentPlanner took care of it, but as it didn't find the deployment descriptor it threw DeploymentException. Despite that, geronimo-web-console showed the EJB as 'geronimo.deployment:role=DeploymentUnit,type=EJBModule,*'. Why? Is it expected?
Jacek
Looks like a bug - first, there should be nothing created becuase there was a failure creating the plan; second, that is not a valid ObjectName.
-- Jeremy