Order and Service Management (Communications Industry) (MOSC)

MOSC Banner

Logging in Order Recognition Rule

Is it possible to log messages in Order Recognition Rule?I have installed OSS RSDOD Reference Model. OSM 7.2.
There is a file MobileEBMPO_ORR_Transform.xqy that is doing the transformation from Customer Product to Service.
The logging in the file is done like this:

declare function local:logOrderActivityToConsole(
    $name as xs:string,
    $data as node()?)
{  
    let $printStream := javaSystem:out()
    where (fn:exists($name))
    return
    (   
        javaPrintStream:println($printStream),

I don't know how to see the result of this log?

From Log4JAdmin I don't know how to see a class in ORR. Is it possible at all?

Cheers,
Maciej

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center