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.