Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Abandoned
-
(not version related)
-
None
Description
When deploying an ejb with an incorrect version in the plan file the client (via the Geronimo deployer) gets back an error message something like 'you have to provide a plan with your jar file'. The error message should be more informative.
Specifically if your plan starts with;
<openejb-jar xmlns="http://www.openejb.org/xml/ns/openejb-jar-2.0"
instead of;
<openejb-jar xmlns="http://www.openejb.org/xml/ns/openejb-jar-2.1"
the client gets the misleading message.