Archive for July, 2010

Getting started with Weblogic Scripting WLST

Using WLST is a good practice to specify configuration etc. How many times did you encounter that data sources where not configured as specified. Administrators are using configuration wizards to manual apply configurations. This is a time consuming process and can easly be simplified by using scripting language. In software development we are using this already a long time. Using ANT or Maven to compile application sources and run automated tests. Still using scripts is often seen as a...

Install Oracle Service Bus and SOA suite in same server

Today i installed a fresh Weblogic Development server for development. I decides to install SOA suite an OSB in on the same server following the blog OracleServiceBus in same Server of Manoj Neelapu. This is a great way of saving resources while running a Weblogic Server configuration. Chris Tomkins has made a viewlet demonstrating his installation steps: Creating a single server domain with SOA Suite and Oracle Service Bus...

INST-07417 error while installing OSB 11g

Today i was installing osb 11g on my vm ware server when i encounterd the following error: During the installation i have chosen all the available components: Oracle Server Bus Server Oracle Service Bus IDE Oracle Service Bus Examples I decided to not install the examples to see if that would help. I continued the installation and didn't receive any errors. I got a nice installation summary. It's quite strange that you can't install the Examples directly with the...

ADF checkbox representing a yes or no value

In ADF you can present values as {'Y','N'} or {'YES' ,'NO} with a dropdown box. But when you have to have a high usability of you application you would like to use checkboxes for boolean values instead of drop down boxes. In ADF this can be achieved by putting the values into a LOV and adjust the display type to checkbox. To show how it's done i have made the following step by step example: I have created in the hr schema of the database a person table with different boolean...