Introduction This section of the "OSB, Service Callouts and OQL" blog posting will delve into thread dump analysis of OSB server and detecting threading issues...
Introduction This section of the "OSB, Service Callouts and OQL" blog posting will delve into thread dump analysis of OSB server and detecting threading issues relating to Service Callout and using Heap Dump and OQL to identify the related Proxies and Business services involved. The previous section dealt with threading model used by OSB to handle Route and Service Callouts. Main Article Thread dump analysis of OSB Service Callouts There have been numerous customer situations...
Introduction This section of the "OSB, Service Callouts and OQL" blog posting will delve into thread dump analysis of OSB server and detecting threading issues relating to Service Callout and...
Introduction This post will delve into OSB internals, the problem associated with usage of Service Callout under high loads, diagnosing it via thread dump and...
Introduction This post will delve into OSB internals, the problem associated with usage of Service Callout under high loads, diagnosing it via thread dump and heap dump analysis. Main Article Oracle Fusion Middleware customers use Oracle Service Bus (OSB) for virtualizing Service endpoints and implementing stateless service orchestrations. Behind the performance and speed of OSB, there are a couple of key design implementations that can affect application performance and...
Introduction This post will delve into OSB internals, the problem associated with usage of Service Callout under high loads, diagnosing it via thread dump and heap dump analysis. Main Article Oracle...
Introduction In all the fanfare of the iPhone 5 launch this week, you may have missed a much lower key announcement of another new product which is also now...
Introduction In all the fanfare of the iPhone 5 launch this week, you may have missed a much lower key announcement of another new product which is also now available to pre-order. Main article Two of your humble RedStack bloggers are proud to announce our very first book – Oracle BPM Suite 11g: Advanced BPMN Topics with Packt Publishing. This is a concise presentation of both theory and practical examples of the areas of BPMN where we have encountered the most widespread...
Introduction In all the fanfare of the iPhone 5 launch this week, you may have missed a much lower key announcement of another new product which is also now available to pre-order. Main article Two of...
Introduction There’s a new ADF Mobile on the way – one that will allow you to build native iOS and Android applications using ADF – not just browser based...
Introduction There’s a new ADF Mobile on the way – one that will allow you to build native iOS and Android applications using ADF – not just browser based application. Main article You can get a preview from these slides and video on OTN.
Introduction There’s a new ADF Mobile on the way – one that will allow you to build native iOS and Android applications using ADF – not just browser based application. Main article You can get...
Introduction Recently, I posted about my colleague Olivier’s MDS Explorer tool, which is a great way to get a look inside your MDS repository. I have been...
Introduction Recently, I posted about my colleague Olivier’s MDS Explorer tool, which is a great way to get a look inside your MDS repository. I have been playing around with it a little bit, nothing much really, just some cosmetic stuff, but you might like to take a look at it. Main article I made it format the documents nicely with proper indentation, and with line numbers and a nicer editor. It also will warn you if you are about to open a large document so that you know...
Introduction Recently, I posted about my colleague Olivier’s MDS Explorer tool, which is a great way to get a look inside your MDS repository. I have been playing around with it a little bit, nothing...
Introduction Following on from my recent post on automation of creation of JDBC resources, I am happy to report I now have a script which can be used for JMS...
Introduction Following on from my recent post on automation of creation of JDBC resources, I am happy to report I now have a script which can be used for JMS Queues! Main article Again, this is not as wonderful as I would like it to be, but here it is, in case it may help someone. It is also in Subversion on java.net (may be newer). # Copyright 2012 Oracle Corporation. # All Rights Reserved. # # Provided on an 'as is' basis, without warranties or conditions of any kind, #...
Introduction Following on from my recent post on automation of creation of JDBC resources, I am happy to report I now have a script which can be used for JMS Queues! Main article Again, this is not as...
Introduction That’s a long title… anyway, as part of the desire to have a fully automated continuous integration environment for SOA and BPM, there is another...
Introduction That’s a long title… anyway, as part of the desire to have a fully automated continuous integration environment for SOA and BPM, there is another bridge that we need to cross. Main article SOA/BPM Composites can contain dependencies on resources in the runtime environment, like JDBC Data Sources and JMS Queues for example. This poses a challenge for us, as we need to ensure that these resources exist, are properly configured, and are available before we attempt...
Introduction That’s a long title… anyway, as part of the desire to have a fully automated continuous integration environment for SOA and BPM, there is another bridge that we need to cross....
Introduction This issue has popped up a couple of times for me recently, so I thought I would do a quick post on it. Main article When you are running a number...
Introduction This issue has popped up a couple of times for me recently, so I thought I would do a quick post on it. Main article When you are running a number of Fusion Middleware environments in the same IP subnet, as you might be in a test environment for example, the default Coherence startup parameters can cause you some issues. A quick and easy way to avoid these issues, is to change the Coherence clusterport setting, and add the Coherence ttl setting, as shown in the...
Introduction This issue has popped up a couple of times for me recently, so I thought I would do a quick post on it. Main article When you are running a number of Fusion Middleware environments in the...
Introduction If you want to build an application to run on the Fusion Middleware platform, you may find that you want to use some Oracle provided JAR files in...
Introduction If you want to build an application to run on the Fusion Middleware platform, you may find that you want to use some Oracle provided JAR files in your build process. These may be things like API’s (interfaces) that are needed to compile, or client libraries that need to be bundled into the deployable application, or perhaps tools that are needed during build time, e.g. WLST or appc. Main article If you are using Maven to manage your build, it would be ideal to...
Introduction If you want to build an application to run on the Fusion Middleware platform, you may find that you want to use some Oracle provided JAR files in your build process. These may be things...