Hi all,

in the mediation process we sometimes have the problem that a user 
"produces" cdr's and is not yet in our billing system.
apart from the factg that this should really never happen, is there a 
way to check in Drools if
    mediationManager.setUserFromUsername($field.getStrValue());
throws an exception??

e.g.

when
     $field : PricingField( name == "partner_id")
then
try {
     mediationManager.setUserFromUsername($field.getStrValue());
} catch (someexception x) {
     mediationManager.setUserFromUsername("erroruser");
}

could someone tell me how to do this? or solve similar Problems

Thanks a lot!!!

Markus

P.S.: PLEEASE HELP :-)

------------------------------------------------------------------------------

_______________________________________________
www.jbilling.com - jBilling-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jbilling-users

Reply via email to