我正在使用 Ilog JRules Studio 7.1.1 进行规则开发。我正在使用 JUnit 测试用例来测试开发的规则。当我尝试创建到 RES 的无状态会话时,它返回以下错误。
IlrStatelessSession 会话 = factory.createStatelessSession();
有人有什么想法吗?
java.lang.NoSuchFieldError:ilog.rules.res.decisionservice.plugin.IlrWsdlGeneratorInteractionExtension.getSupportedFunctionNames 上的 ilog/rules/res/decisionservice/plugin/IlrWsdlGenerationInteractionSpec.FUNCTION_NAME_BACKPORT_GENERATE_WSDL.getSupportedFunctionNames(IlrWsdlGeneratorInteractionExtension.java:418) 在 ilog.rules.res.xu. .impl.IlrPluginManager.createPlugins(IlrPluginManager.java:222) 在 ilog.rules.res.xu.plugin.impl.IlrPluginManager.changePlugins(IlrPluginManager.java:173) 在 ilog.rules.res.xu.plugin.impl.IlrPluginManager .start(IlrPluginManager.java:135) 在 ilog.rules.res.xu.spi.IlrManagedXUConnectionFactory.createConnectionFactory(IlrManagedXUConnectionFactory.java:648) 在 ilog.rules.res.xu.spi.IlrManagedXUConnectionFactory.createConnectionFactory(IlrManagedXUConnectionFactory.java:668) ) 在 ilog.rules.res.session.util。IlrJ2SEConnectionFactoryFinder.findConnectionFactory(IlrJ2SEConnectionFactoryFinder.java:23) 在 ilog.rules.res.session.IlrJ2SESessionFactory.createClientFactory(IlrJ2SESessionFactory.java:93) 在 ilog.rules.res.session.IlrJ2SESessionFactory.getClientFactory(IlrJ2SESessionFactory.java:129) 在 ilog .rules.res.session.IlrJ2SESessionFactory.createStatelessSession(IlrJ2SESessionFactory.java:62)
问候, 哈里