Hi,
The doc from http://cwiki.apache.org/GMOxDEV/gbeans.html seems little
outdated for G2.0.1, and I got error when deploying the simple MyGBean
app. Can someone help?
Error Received:
$ /opt/geronimo/bin/deploy.sh deploy mygbean.jar mygbean-plan.xml
Using GERONIMO_BASE: /opt/geronimo
Using GERONIMO_HOME: /opt/geronimo
Using GERONIMO_TMPDIR: var/temp
Using JRE_HOME:
/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home
Error: Unable to distribute mygbean.jar: Cannot deploy the requested
application module because no deployer is able to handle it. This
can happen if you have omitted the J2EE deployment descriptor,
disabled a deployer module, or if, for example, you are trying to
deploy an EJB module on a minimal Geronimo server that does not have
EJB support installed.
(planFile=/Users/bugslayer/geronimo-example/mygbean-plan.xml,
moduleFile=/opt/geronimo-jetty6-jee5-2.0.1/var/temp/geronimo-deployer17472.tmpdir/mygbean.jar)
--
/bugslayer