Thank you visitors!
- 1,301,308 people have been kind enough to visit our humble blog. Others get our posts by RSS or email or through syndicators. We hope you took away something of value. Please come again!
- .Net
- 11g
- 12c
- Active Directory
- ADF
- ADF Mobile
- Android
- array
- Artifactory
- BPEL
- BPM
- C#
- Chef
- cluster
- Coherence
- Composer
- Continuous Integration
- customization
- database
- Dave Shaffer
- Docker
- E-Business Suite
- Feature Pack
- Garbage Collection
- git
- Hudson
- Human Task
- iPhone
- Java
- Java 7
- JDeveloper
- JDK
- JMS
- JRockit
- JVM
- Mac OS X
- Maven
- MDS
- memory
- Nexus
- OAM
- OPA
- Oracle Maven Repository
- OSB
- PeopleSoft
- Performance
- Process
- Puppet
- purge
- robot
- Rules
- SCA Test
- SDLC
- SOA
- Sonar
- Spaces
- SSO
- Subversion
- task flow
- Testing
- Tricks
- tuning
- Ubuntu
- UCM
- upgrade
- WCI
- WebCenter
- WebLogic
- Web Service
- WLS
- WLST
- Worklist
- WS-Security
- WSRP
- XE
Subscribe
The A-Team Chronicles
Blogroll
- Antony Reynolds
- Arun Pareek
- Autumnator
- Chris Muir
- Dave Shaffer
- Deepak Arora
- Eidleman, Johnson et al
- Gary Niu
- George Maggessy
- Jacco H. Landlust
- Jack Desai
- Jan Kettenis
- Mike Somekh
- Official Oracle BPM Blog
- Paul Done
- Peter Moskovits
- Pieter Malan
- Practical BPM
- Rubicon Red
- Shay Shmeltzer
- Steve Button
- Tim Middleton
- WordPress.com
Top Posts
- Using WebLogic as a Load Balancer
- RCU cannot connect to database with SYS user
- Getting started with Continuous Integration for SOA projects
- Configuring a WebLogic Data Source to use ATP
- Changing the port that WebLogic listens on (using WLST)
- Configuring Maven to run your Java application
- SOA SDLC
- New Book: Oracle BPM Suite 11g: Advanced BPMN Topics
- A Roadmap for SOA Development and Delivery
- Running SCA Tests from Maven
-
Copyright 2009-2020 Mark Nelson and other contributors. All Rights Reserved. The views expressed in this blog are our own and do not necessarily reflect the views of Oracle Corporation. All content is provided on an ‘as is’ basis, without warranties or conditions of any kind, either express or implied, including, without limitation, any warranties or conditions of title, non-infringement, merchantability, or fitness for a particular purpose. You are solely responsible for determining the appropriateness of using or redistributing and assume any risks.
The header image is a photograph of a cafe in Ravello, Italy, taken by one of my favourite photographers, Roland Slee. Used with permission. Copyright Roland Slee.
About Advertising
WordPress does not allow blog owners to advertise on blogs hosted on wordpress.com, however they do sometimes inject their own advertisments into some pages for some users in order to produce revenue to support the great service they provide to us at no charge. WordPress provide blog owners with the ability to opt-out of this advertising for a small yearly fee. We prefer not to have advertisements displayed to readers of our blog and have opted out for your viewing pleasure.Our other publications
Building a Custom BPM Worklist, Oracle InSync 2011 User Group presentation
Performance Tuning for Oracle Business Process Management Suite 10g, Oracle Whitepaper, July 2011
Performance Tuning for Oracle Business Process Management Suite 11g, Oracle Whitepaper, February 2013
Oracle BPM Suite 11g: Advanced BPMN Topics, Packt Publishing, September 2012
Fusion Middleware 12.1.2: Developing Applications with Continuous Integration
Fusion Middleware 12.1.3: Developing Applications with Continuous Integration
Tag Archives: 12c
Oracle publishes official Chef and Puppet samples on github
With Edwin Biemond Oracle official sample Chef cookbooks and Puppet modules are now available on Oracle’s official GitHub page at https://github.com/oracle/chef-samples and https://github.com/oracle/puppet-samples for Java, WebLogic and Fusion Middleware. Chef and Puppet are arguably the most popular provisioning frameworks and … Continue reading
Oracle Maven Repository – Index now available – more to come
I am happy to announce that we now have an index available for the Oracle Maven Repository. This is a standard Maven index, built with the Maven Core Indexer code (donated by Sonatype to Maven – thanks!) and is available … Continue reading
SOA and BPM 12.1.3 BP1 Released
Just a quick note to let folks know that the SOA and BPM 12.1.3 Bundle Patch 1 (BP1) has been made available from Oracle Support. The patch number is 19707784. This patch includes important fixes that all 12.1.3 sites should … Continue reading
Happy New Year – Happy New Oracle Maven Repository
To celebrate the new year, we have just gone live with the Oracle Maven Repository which contains all of the Oracle-provided artifacts for the Fusion Middleware 12.1.2 and 12.1.3 releases. You can find out more about the repository on the … Continue reading
Getting to know Docker – a better way to do virtualization?
In this post, with guest co-writers Edwin Biemond (@biemond) and Joel Nation (@joelith), we will explore virtualization with Docker. You may have heard of Docker, it is getting a lot of interest lately, especially with the recent announcement that Google … Continue reading
SOA 12c Maven demonstration from OpenWorld 2014
Here is a copy of the SOA 12c Maven demonstration that Robert Wunderlich and I gave at OpenWorld this year:
Groovy scripting in BPM 12c with Christopher Chan
My friend Christopher Chan posted a blog article on the A-Team Chronicles about using Groovy in BPM 12c. It includes a tutorial that you can work though to learn how to use BPM Groovy Scripting to help with a complex … Continue reading
Adding an ADF Human Task User Interface to our SOA Maven build
With the new Maven support in 12c, it is much simpler now to include our ADF projects in our SOA Application build. Continuing on from this earlier post, we will now add the ADF project. You can do this by … Continue reading
Adding a Human Task to our SOA Maven Build
In this post, we will make our SOA Application slightly more interesting, and see what we need to do to build it with Maven. The logical next thing to add is a component that depends on MDS, so we can … Continue reading
Running SCA Tests from Maven
In this post, let’s look at how we can run SCA test suites from Maven. To get started, we are going to need a test. Let’s set up our process to add two numbers. Go ahead and open the XML … Continue reading