After installing Oracle SOA Suite 11.1.1.2 en upgrade afterwards to 11.1.1.3 puts the soa-infra application on warning. You can see this in the WebLogic console under Deployments.
Why is this?
The soa-infra does its work normal, dispite of this state.
If you install upto patchset 2, some MDB’s are added to the soa-infra application:
BamActionMDB
CubeActionMDB
PeopleQueryMDB
Solution is to create JMS Connection factories and topics
Look at Domain Structure >JMS Modules >SOAJMSModule. Inhere you should create the following objects
JMS connectionfactories en Topics:
jms/bpm/PeopleQueryConnectionFactory
jms/bpm/CubeCommandXAConnectionFactory
jms/bpm/PeopleQueryConnectionFactory
jms/bpm/MeasurementTopic
jms/bpm/PeopleQueryTopic
After restarting WebLogic you soa-infra is ok.
Note: When installing the full BPM suite these objects will be created automatically.
Pretty useful . I faced it when applying the BPM FP PS4 patch on top of 11.1.1.5 SOA installation.
After following all the steps to apply patches for the Middleware , Schemas and the Post Install Steps , we need to bounce the Admin Server in order to get soa-infra to a valid state.
Just wanted to share for others.
Â