Working with the Oracle SOA Suite or Oracle BPM Suite sometimes necessitates setting timeout settings to get all components of your solution to play along nicely. Not all timeout settings…
I’ve always been a sucker for pimping my Linux installs. I’m currently running a nice NEON looking Gnome on all my Linux workstations, with matching IDE. So, why not take…
Some DBA’s are more fussy than others, and very much like to see things being done the correct way. Their way. As it has been done for ever. This post…
We all love a product that tries to get the user to focus on the important things, by computing stuff in advance. There are certain situations where you want Rubicon…
Have you ever had that one piece of code that kept coming back and not because it was working like a charm? I had to implement a Managed File Transfer…
Tuning your Oracle Fusion Middleware Domain is something every WLS administrator dreads but knows has to be done. The majority of tuning is done through modifying values of MBeans in…
In our application flows we use AWS Simple Email Service to send emails to our users. Since the documentation and examples of AWS SES are not that clear, it might…
The guys from HelloBeer are still recuperating from a massive hangover after recently celebrating their 15th blog post. Massive amounts of quality beers were consumed and great new ideas for…
Provisioning an Oracle Fusion Middleware domain is made easy with Rubicon Red MyST Studio, but with so many parameters for customization in your Platform Blueprint or Platform Model things can…
Background I’ve been having some troubles getting the Camel REST DSL working when deploying on an RedHat Jboss EAP 6.4 server, using Fuse 6.2.1. I ended up using Camel Spring…
Transaction settings and JDBC Data Sources: we’ve all been there and pulled our hair out trying to figure out what the issue was. Configuring them, however, is often much easier….
This is part 2 of the article describing how to provision an OFMW domain with System Artifacts, click here for part 1. Not all OFMW domains we encounter are as…
Not all OFMW domains we encounter are as default as others. And when you need to provision a non-vanilla domain with Rubicon Red MyST Studio, these customer-specific customizations can sometimes…
AWS Key Management (KMS) is a fully managed service that makes it easy to create and control encryption keys on AWS which can then be utilised to encrypt and decrypt…
Usually, when you are using Rubicon Red MyST to provision Oracle Fusion Middleware domains, you choose your nodes, and go install the products on them. These will not change over…
We use AWS Lambda serverless functions combined with TypeScript and NodeJS which results in an extreme powerful developer toolset. Due to the fact that functions contain isolated logic they are…
You must review AWS CloudWatch log files in the correct region to see the log files created when CloudFront executed your Lambda function. I found this very usefull bash AWS…
There are many ways to deploy and maintain software, some better than other, most of them are conventient the way you like to use them. Sometimes it doesn’t matter how…
When using SFTP you can transport large files to a single destination without ever loading it in memory. Simply turn on the streamdownload and you are good to go. For…
For our Serverless project running on AWS infrastructure we needed an outbound Lambda API call to a SaaS platform which demands a whitelist of the source IP addresses. Which is…