It seems that I'm all into silent installs these days.
Trying to do a WebLogic installation in silent mode. Went to the documentation, as a few things have changed since the early BEA days.
So I found the sample file for the silent.xml .
Without big thinking I copied the sample like this:
<bea-installer>
<input-fields>
<data-value value="D:\Oracle\Middleware_Home" name="BEAHOME">
<data-value value="D:\Oracle\Middleware_Home\wlserver_10.3" name="WLS_INSTALL_DIR">
Yesterday I did my first ever silent install. Nothing fancy yet. There are two possibilities:
a) Silent install is dead slow
or
b) There is something wrong with the machine or the storage
Bottom line is, it took me 1.5 hours to just install the database software.
I need to investigate this, as this is not what I had in mind.
mkdir fusiondemo
cd fusiondemo
unzip /tmp/FusionOrderDemo_R1PS2.zip
After that you will see:
schroff@hades:$ l
insgesamt 32
drwxr-xr-x 7 schroff schroff 4096 2. Jun 21:38 .
drwxr-xr-x 11 schroff schroff 4096 2. Jun 21:38 ..
drwxr-xr-x 13 schroff schroff 4096 2.
Since the release of Oracle Fusion Middleware 11g the integration of Coherence in the Fusion Middleware has increased drastically with every PatchSet release. Currently in FMW 11g PS2 Coherence is used for:
In a few short blogs i will describe how to develop the following process flows Communicate from Oracle Service Bus 11g to Oracle SOA Suite Composite, Synchronous Communicate from Oracle Service Bus 11g to Oracle SOA Suite Composite, ASynchronous Communicate from Oracle SOA Suite Composite to Oracle Service Bus 11g, Synchronous Communicate from Oracle SOA [...]
After once again looking for good, useful definitions of Services and Process decided to put them here for future reference.
Service Orientation – Paul Allen
The following definitions come from Service Orientation: Winning Strategies and Best Practices by Paul Allen.
A service is functionality that must be specified in the business context and in terms of the contracts [...]
Configuration and preference properties are always used extensively in most of the projects. So a developer needs to be aware about the changes that have happened from 10g to 11g.