Hi Oliver,
Have you checked out these articles about migration from JBoss to Geronimo?

http://opensource.atlassian.com/confluence/oss/display/GERONIMO/Migrating+to+Apache+Geronimo

The one on MDB is still for Geronimo M5 not v1.0 but you still should be able to migrate. I still need to update a few articles there but for this case I think the only change you would have to do in addition to the steps in the article is to remove the *parentId=""* tag from the geronimo-web.xml

HTH

Cheers!
Hernan


Olivier Voutat wrote:
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