Logging in Order Recognition Rule
edited Sep 11, 2012 3:47AM in Order and Service Management (Communications Industry) (MOSC) 5 commentsAnswered
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
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
0