我最近将我的环境从Java 6迁移到了Java 7.已安装的Netbeans 8.0.2。 Grails(版本2.1.1)项目正在其中运行。
使用withREST从Grails项目中,在另一个Tomcat(版本8)中调用Web服务。这个tomcat(版本8)使用axis2来公开方法。一个java类“OneWebservice.java”。构建为aar文件并进行部署。
代码是这样的。
import com.project.Two.TwoFunction;
import com.project.Three.ThreeFunction;
public class OneWebservice{
function getOneandTwo()
{
com.project.Two.TwoFunction();
.....
com.project.Three.ThreeFunction();
}
}
当调用函数getOneandTwo()时,在上面的代码中调用Two.TwoFunction,而不调用Three.ThreeFunction。没有错误也被打印出来。
答案 0 :(得分:0)
好的,修好了。 我们已经为基于文本的搜索实现了Solr。 与solr相关的导入存在于com.project.Three.ThreeFunction这个类文件
中$('#send_product_enquiry').on('click', function () {
ga('send', 'event', {
eventCategory: 'Contact From Enquiry',
eventAction: 'Form Entry',
eventLabel: 'Contact Form Enquiry'
});
});
给出了问题,如果这被评论其工作正常... 我认为Solr不适用于Java 8和Tomcat 8