You can use scripts to facilitate the management of WebLogic Server and reduce the manual tasks you have to do.
Examples of these scripts are scripts to automate start and stop of Admin and Managed Servers of WebLogic Server.
In this post I will provide the scripts I use and you can download them here: scripts.zip
These are the scripts that I use to start WebLogic Server in my Linux VM.
One of them is a Shell script to start Node Manager and AdminServer, and the other is a Python script to start SOA, […]
Tag: soa suite
Categorias
Configuring a Compact Domain for SOA Suite
A compact domain is a developer domain consisting of a single administration server and in this post you will learn how to create it!
After the installation of SOA Suite 12c and required schemas, open a command prompt and go to ORACLE_HOME/soa/common/bin. Set the environment variable CONFIG_JVM_ARGS to -Dcom.oracle.cie.config.showProfile=true. This will activate the compact domain option in the configuration wizard.
cd ORACLE_HOME\soa\common\bin
SET CONFIG_JVM_ARGS=-Dcom.oracle.cie.config.showProfile=true […]
Categorias
Gerenciando Idempotência no SOA Suite
De acordo com a documentação do SOA Suite 12c, uma atividade idempotente é uma atividade que pode ser repetida de forma segura. Isso significa que se o seu processo BPEL falhar, uma operação de rollback será executada e todos os dados não serão persistidos no banco de dados. OK, mas às vezes você quer persistir alguns dados até mesmo se seu processo BPEL falhar. Como você pode conseguir isso? Defina a operação como nonidempotent e o Dehydration ocorrerá após esta operação.
Neste post, você […]
Categorias
Ativar o SOA Composer no SOA Suite 11g
Quando você está desenvolvendo seus SOA Composites no SOA Suite 11g, provavelmente você vai usar componentes DVM ou Business Rules. Você pode alterar os valores desses componentes em tempo de execução, e para fazê-lo, você precisa usar um aplicativo chamado SOA Composer. Por padrão, o SOA Composer está desativado. Como se trata de um aplicativo, tudo que você tem a fazer é ir ao Console do WebLogic Server e iniciá-lo.
Vá para WebLogic Server Console Deployments.
Clique no aplicativo composer. […]
Às vezes, quando você vai para o Enterprise Manager para exibir a trilha de auditoria de um fluxo complexo, a exceção a seguir pode ser jogada, e a trilha de auditoria não é totalmente construída.
Exception occured while retrieving the Flowtrace XML for the Composite Instance; ECID: 2d0237859052c116:-7239f8e2:1495cf2793d:-8000-0000000000002db1
java.rmi.RemoteException: EJB Exception: ; nested exception is:
java.lang.RuntimeException: oracle.soa.management.facade.DataSetTooLargeException: […]