|
Method加载失败,可能原因:Baas模型没有编译,请Baas模型编译后重启服务
user.service.m
源码 :<action xmlns="http://www.w3.org/1999/xhtml" name="insertMsgHist2" impl="User.insertMsgHist"></action>
user.java
public static JSONObject insertMsgHist(JSONObject params, ActionContext context) throws SQLException, NamingException, java.sql.SQLException
按钮调用
try{
justep.Baas.sendRequest({
"url" : "/miaolin/User",
"action" : "insertMsgHist2",
"async" : false,
"params" : {"name":"wen2","pwd":"wen2p"},
"success" : function(data) {
dd=data.result;
}
});
}catch (e) {
dd = null;
}
删除了
WeX5_V3.6\runtime\BaasServer\WEB-INF\lib\baas_model_service.jar
后重新编译了 baas
运行的时候,还是提示
Method加载失败,可能原因:Baas模型没有编译,请Baas模型编译后重启服务
请问大神什么原因,insertMsgHist2 是我新加的,其它的 user 下的 都正常,就这个新加的不行
|
|