Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/maven/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Maven MFP.Server.InvokeProcess在Mobilefirst 8中不工作_Maven_Ibm Mobilefirst_Mobilefirst Adapters_Mobilefirst Server_Mobilefirst Studio - Fatal编程技术网

Maven MFP.Server.InvokeProcess在Mobilefirst 8中不工作

Maven MFP.Server.InvokeProcess在Mobilefirst 8中不工作,maven,ibm-mobilefirst,mobilefirst-adapters,mobilefirst-server,mobilefirst-studio,Maven,Ibm Mobilefirst,Mobilefirst Adapters,Mobilefirst Server,Mobilefirst Studio,我试图从另一个JS适配器过程调用其中一个JS适配器过程。它没有调用另一个JS适配器过程。我使用了以下代码格式: MFP.Server.invokeProcedure({ adapter : "AdapterName", procedure : "procedureName", parameters : ["MobileFirst"] }); 如果我必须将所有这些适配器集成到单个Maven项目中,请告诉我。或者,如果它是在eclipse中作为一个单独的项目创建的,那

我试图从另一个JS适配器过程调用其中一个JS适配器过程。它没有调用另一个JS适配器过程。我使用了以下代码格式:

MFP.Server.invokeProcedure({
    adapter : "AdapterName", 
    procedure : "procedureName", 
    parameters : ["MobileFirst"]
}); 
如果我必须将所有这些适配器集成到单个Maven项目中,请告诉我。或者,如果它是在eclipse中作为一个单独的项目创建的,那么它也可以工作。请告诉我问题出在哪里。
谢谢,

请仔细阅读,其中包括如何从另一个JavaScript适配器场景调用JavaScript适配器过程