Or at least indicate some place where I can look simple model for this type of Bean ?

Thanks,
Olivier Voutat

---------- Forwarded message ----------
From: Olivier Voutat <[EMAIL PROTECTED]>
Date: Mar 26, 2006 1:44 PM
Subject: Message-Driven-Bean (JBoss to Geronimo)
To: Geronimo < [email protected]>

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


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

Reply via email to