Hi !

Ok, now Its getting strange

<?xml version="1.0" encoding="UTF-8"?>
<openejb-jar xmlns="http://www.openejb.org/openejb-jar/1.1";>
 <ejb-deployment  ejb-name="ScheduledTestEJB"   deployment-id="deploymantId" 
                     container-id="Default Stateless Container">
</ejb-deployment>
 
</openejb-jar> 

this works... (taken from the openejb webpage, but this format does not
support any
geronimo stuff, so its not very usfull)

This on the other side:
<?xml version="1.0" encoding="UTF-8"?>
 <openejb-jar xmlns="http://www.openejb.org/xml/ns/openejb-jar-2.2";
        xmlns:naming="http://geronimo.apache.org/xml/ns/naming-1.2";
        xmlns:security="http://geronimo.apache.org/xml/ns/security-1.2";
        xmlns:sys="http://geronimo.apache.org/xml/ns/deployment-1.2";>
        <enterprise-beans>
                <message-driven>
                        <ejb-name>ScheduledTestEJB</ejb-name>
                </message-driven>
        </enterprise-beans>
</openejb-jar> 

(which contains about the same information)
gives me an: 
H:\geronimo-tomcat6-jee5-2.0-M6>java -jar bin\deployer.jar -u system -p
manager
deploy h:\ejbworkspace\ScheduledEJB\target\ScheduledEJB-0.0.1-SNAPSHOT.jar
    Error: Unable to distribute ScheduledEJB-0.0.1-SNAPSHOT.jar:
    org.apache.geronimo.common.DeploymentException: Resource Adapter
    defined for MDB 'ScheduledTestEJB'

        Resource Adapter defined for MDB 'ScheduledTestEJB'


Thanks


Peter
-- 
View this message in context: 
http://www.nabble.com/MessageDriven-Bean-in-EE5-tf3903980s134.html#a11089489
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Reply via email to