Hi everybody,

Neubie, bothering u all again. Situation: I have a Message-Driven-Bean model for JBoss that I would like to transform to the Geronimo way. These are my xml's:

<ejb-jar>
    <enterprise-beans>
    <message-driven>
        <ejb-name>Log</ejb-name>
        <ejb-class>examples.LogBean</ejb-class>
        <transaction-type>Container</transaction-type>
        <message-driven-destination>
            <destination-type>javax.jms.Topic</destination-type>
        </message-driven-destination>
    </message-driven>
    </enterprise-beans>
 </ejb-jar>

<jboss>
    <enterprise-beans>
        <message-driven>
            <ejb-name>Log</ejb-name>
                <destination-jndi-name>topic/testTopic</destination-jndi-name>
        </message-driven>
    </enterprise-beans>
</jboss>

Could you please give me how they should be adapted to the Geronimo way (ejb-jar.xml and openejb-jar.xml) ? Looked some articles but I'm quite confused by them.

Thanks a lot,

--
Olivier Voutat
Rua Praia de Muriú, 9188
Cep 59092-390 / Natal - RN
Tel: (84) 3219-0427 Cel: (84) 9977-3917

Reply via email to