ルールの開発にIlogJRulesStudio7.1.1を使用しています。開発されたルールをテストするためにJUnitテストケースを使用しています。RESへのステートレスセッションを作成しようとすると、以下のエラーが返されます。
IlrStatelessSessionセッション=factory.createStatelessSession();
誰かが何か考えを持っていますか?
java.lang.NoSuchFieldError:ilog / rules / res /decisionservice/plugin/IlrWsdlGenerationInteractionSpec.FUNCTION_NAME_BACKPORT_GENERATE_WSDL at ilog.rules.res.decisionservice.plugin.IlrWsdlGeneratorInteractionExtension.getSupportedFunctionNames(IlrWsdlGenerator .impl.IlrPluginManager.createPlugins(IlrPluginManager.java:222)at ilog.rules.res.xu.plugin.impl.IlrPluginManager.changePlugins(IlrPluginManager.java:173)at ilog.rules.res.xu.plugin.impl.IlrPluginManager .start(IlrPluginManager.java:135)at ilog.rules.res.xu.spi.IlrManagedXUConnectionFactory.createConnectionFactory(IlrManagedXUConnectionFactory.java:648)at ilog.rules.res.xu.spi.IlrManagedXUConnectionFactory.createConnectionFactory(IlrManagedXUConnectionFactory.java )ilog.rules.res.session.utilで。IlrJ2SEConnectionFactoryFinder.findConnectionFactory(IlrJ2SEConnectionFactoryFinder.java:23)at ilog.rules.res.session.IlrJ2SESessionFactory.createClientFactory(IlrJ2SESessionFactory.java:93)at ilog.rules.res.session.IlrJ2SESessionFactory.getClientFactory(IlrJ2SESessionFactory .rules.res.session.IlrJ2SESessionFactory.createStatelessSession(IlrJ2SESessionFactory.java:62)
よろしく、ハリ