OSM - Plugins dont work together
edited Feb 10, 2013 10:40PM in Order and Service Management (Communications Industry) (MOSC) 5 commentsAnswered
Hello everyone!
Please help me solving my issue.
We have some plugins in one cartridge.
The order of execution is:
Task 1:
1.) the xquery sender (to send a request to the external system; we want to get an integer ID in the response).
2.) the xquery automator (to recieve the response with ID).
Task 2:
3.) the databasePlugin (to get a data from the database using ID-key: something like select * from database where key=ID).
Unfortunately, this is the only way to interact with the customer`s highly customized external system.
So, the problem is:
1-2 tasks only work when cartridge has 'optimized' or 'both' build-and-deploy mode. If not, response-xquery-script doesnt work and the response to be send is absolutely empty. Requests are not processed.
Please help me solving my issue.
We have some plugins in one cartridge.
The order of execution is:
Task 1:
1.) the xquery sender (to send a request to the external system; we want to get an integer ID in the response).
2.) the xquery automator (to recieve the response with ID).
Task 2:
3.) the databasePlugin (to get a data from the database using ID-key: something like select * from database where key=ID).
Unfortunately, this is the only way to interact with the customer`s highly customized external system.
So, the problem is:
1-2 tasks only work when cartridge has 'optimized' or 'both' build-and-deploy mode. If not, response-xquery-script doesnt work and the response to be send is absolutely empty. Requests are not processed.
0