User Activity

  • Posted a comment on discussion Help on OpenL Tablets

    Hi, rules-deploy.xml file is a deployment configuration. Deployment configuration is described at page 17 in http://openl-tablets.org/files/openl-tablets/5.24.0/OpenL%20Tablets%20-%20Rule%20Services%20Usage%20and%20Customization%20Guide.pdf. Use following publisher configuration to enable kafka: <publishers> <publisher>KAFKA</publisher> </publishers> Please, read the section about Kafka starting page 25 in the document. You can also refer to the example in test folder (https://github.com/openl-tablets/openl-tablets/tree/master/ITEST/itest.kafka.smoke)....

  • Posted a comment on discussion Help on OpenL Tablets

    Hi, Above properties enables the support of the feature in the system, but to store data to the DB annotation @StoreLogDataToDB must be used the same way as @StoreLogDataToCassandra. I suggest refer the documentation http://openl-tablets.org/files/openl-tablets/5.24.0/OpenL%20Tablets%20-%20Rule%20Services%20Usage%20and%20Customization%20Guide.pdf page 44. Please, read details about Cassandra and ElasticSearch. Documentation for SQL database comes soon. Use Hibernate entity and @StoreLogDataToDB annotation...

  • Posted a comment on discussion Help on OpenL Tablets

    Hi, If I undestand correcly you can try to remove this interface from project configuration and use only xls files. OpenL generates this interface at runtime automatically if no other interface is declared in the project configuration. To suggest the best solution I have to undestand your case. For example: Maybe you want expose only one method and manually create an interface only with this method. Thanks Marat Kamalov.

  • Posted a comment on discussion Help on OpenL Tablets

    if jackson.defaultDateFormat doesn't work please try jacksondatabinding.defaultDateFormat. It was renamed recently.

  • Posted a comment on discussion Help on OpenL Tablets

    Hi Kamal RAIMI, If you want only to customize date format for all date fields in all datatypes in a service you can to apply following configuration via rules-deploy.xml: <configuration> <entry> <string>jackson.defaultDateFormat</string> <string>dd/MM/yyyy HH:mm:ss</string> </entry> </configuration> Date format should be compatible with Java Simple date format: https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html If you want mix different date formats in datatype fields then...

  • Posted a comment on discussion Help on OpenL Tablets

    FYI, it is a listener that fires when services are updated in ruleservice. Use it when you want to nofify third application that service is updated. If you want to fire a listener when database is changed but ruleservices are not updated (because deployments are ignored by configuration) then RuleServicePublisherListener is not fired. Also, RuleServicePublisherListener fires only after service is updated if DB is changed. But DataSourceListener fires when DB is update but service can be not updated...

  • Posted a comment on discussion Help on OpenL Tablets

    How to use: Just register a bean in Spring context that implements RuleServicePublisherListener interface,

  • Posted a comment on discussion Help on OpenL Tablets

    You can look at org.openl.rules.ruleservice.publish.RuleServicePublisherListener interface.

View All

Personal Data

Username:
mkamalov
Joined:
2012-06-07 11:03:35

Projects

This is a list of open source software projects that Marat Kamalov is associated with:

Personal Tools