Record WLST Scripts for Adapter Settings for creating Outbound Connection Pools

て烟熏妆下的殇ゞ 提交于 2019-12-22 18:21:18

问题


I am new to the Record WLST Scripts tool.

I am trying to record within my Weblogic Administrative Console Settings for JmsAdapter to create a new Outbound Connection Pool, but the Record tool does not seem to be able to capture changes within adapter settings as the file is blank after the changes have been made.

Does anyone know why that is?

Is there a way to make the Record tool work for Adapter settings?

If not would anyone know the functions/directories needed in a WLST in order to create Outbound Connection Pools within JMSAdapter Settings?

Any help will be much appreciated!

Thanks, Al


回答1:


The Administration Console does not record WLST commands for the following (this is just a limitation of the recorder):

  • Changes to the security data that is maintained by a security provider. For example, you cannot record the commands to add or remove users, roles, and policies.
  • Changes to deployment plans.
  • Runtime operations found on Control or Monitoring pages, such as starting and stopping applications or servers.

Here is a link on editing/creating a JMSAdapter: http://www.albinsblog.com/2013/03/creating-jms-adapter-connection-factory.html#.UcIQtPn05oE

Here is a link on connection pools, creating data sources etc: https://svn.java.net/svn/ci4fmw~ci4fmw/trunk/resourceScripts/createDS.py http://middlewaremagic.com/weblogic/?p=1400



来源:https://stackoverflow.com/questions/17197959/record-wlst-scripts-for-adapter-settings-for-creating-outbound-connection-pools

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!