When starting the service bus, you might see a series of errors on the console, such as the
following:
<Jun 26, 2014 11:20:51 AM> <Warning> <WorkManager> <BEA-002919> <Unable to
find a WorkManager with name weblogic.wsee.mdb.DispatchPolicy. Dispatch policy
weblogic.wsee.mdb.DispatchPolicy will map to the default WorkManager for
the application bea_wls9_async_response>
If you’re like us, you hate to see extraneous errors. This error is caused by the fact that a default
installation of OSB doesn’t have any Work Managers defined. The solution is simple: define
aWork Manager using the WebLogic console. Log into the WebLogic console (not the service bus
console), create aWork Manager with the name weblogic.wsee.mdb.DispatchPolicy, and these
warning messages will cease. Be sure to target the Work Manager to the machine(s) in the domain.
|
Post a Comment