middleware-zone.blogspot.com
Middleware Zone: Plan.xml usage for Message Driven Bean
http://middleware-zone.blogspot.com/2009/11/planxml-usage-for-message-driven-bean.html
Saturday, November 28, 2009. Planxml usage for Message Driven Bean. This post is an illustration of usage of plan.xml for overriding features of Message Driven Bean application dynamically. Administrators use deployment plans to easily change an application’s WebLogic Server configuration for a specific environment without. In the plan.xml we will override the. Element tag of the weblogic-ejb-jar.xml file. Steps to be followed:-. 1:- Create a MDB listening to the Queue with the. This would override the.
middleware-zone.blogspot.com
Middleware Zone: November 2009
http://middleware-zone.blogspot.com/2009_11_01_archive.html
Saturday, November 28, 2009. Registering Custom MBeans with Weblogic Server. Registering Custom Mbeans with Weblogic Server. Page import=javax.management.MBeanServer%. Page import=javax.management.ObjectName%. Page import=javax.naming.Context%. Page import=javax.naming.InitialContext%. Page import=java.util.Hashtable%. P Registering Mbeans. /p. Example ex = new. MBeanServer mbeanServer = null. Hashtable String, String env = new. Hashtable String, String ();. InitialContext ic = new. Envput(Context.SE...