Hi everyone,
I'm trying to get the list of all available services from ofbiz 3.1.0 in
beanshell for indexing purposes. The latest APIs allow one to accomplish
this by doing the following,
dispatchContext = dispatcher.getDispatchContext();
serviceNames = dispatchContext.getAllServiceNames();
However, the getAllServiceNames() method doesn't exist in ofbiz 3.1.0, so how
should I be doing it?
- Leon
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users