users@glassfish.java.net

RE: MDB on glassfish

From: <Narayana.Rallabandi_at_Sun.COM>
Date: Sat, 20 Dec 2008 01:11:23 +0530

I guess you are using a rar file in this case. The properties depend in this case on the activation spec properties of the rar. You will be using in this case either jmsra or stcms. if you are planning to use imq then if you can use netbeans it has plug in for the template you can use the same to build and deploy.

- original message -
Subject: MDB on glassfish
From: glassfish_at_javadesktop.org
Date: 19/12/2008 7:16 PM

Hi,

I have MDB that is deployed on weblogic.

i wanted to convert weblogic MDB to glassfish MDB...

Please help me out to integrate it as weblogic have different properties and attribuites..

ie.. in my weblogic MDB..the following properties is set..

@MessageDriven( maxBeansInFreePool = "1",
        initialBeansInFreePool = "1",
        defaultTransaction = MessageDriven.DefaultTransaction.NOT_SUPPORTED,
        ejbName = "BillHistoryMsgBean",
        destinationJndiName = "HSActionsTopic",
        destinationType = "javax.jms.Topic",
        durable = Constants.Bool.TRUE,
        //durableSubscriptionDeletion = Constants.Bool.TRUE,
        transactionType = MessageDriven.MessageDrivenTransactionType.CONTAINER,
        acknowledgeMode = MessageDriven.AcknowledgeMode.AUTO_ACKNOWLEDGE,
        jmsClientId = "LIS_DEV_BillHistoryMsgBean"
        
        )

@MessageDestination(
        name = "HSActionsTopic",
        destinationJndiName = "HSActionsTopic",
        providerUrl = "t3://xx.xx.xx.xxxx:8034"
        )

@ForeignJmsProvider(
        connectionFactoryJndiName = "ChartsConnectionFactory",
        providerUrl = "t3://xx.xx.xx.xxxx:8034"
        )

@EnvEntry( name="XCA_FILES_PATH", type = "java.lang.String", value = ".\\xcafiles")



Please suggest.


Thanks
BS
[Message sent by forum member 'bharas' (bharas)]

http://forums.java.net/jive/thread.jspa?messageID=322700

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
For additional commands, e-mail: users-help_at_glassfish.dev.java.net