Apache OFBiz 是用于企业流程自动化的开源产品,包括框架组件和业务应用程序。
Apache OFBiz 16.11.02 已发布,这是 16.11 系列自2016年11月稳定发布后的第二个版本。
该版本有以下功能改进:
[OFBIZ-9144] - 重构 OFBiz 中的 javadocs 以完全符合标准
[OFBIZ-9175] - 使用 Gradle EAR 插件构建 OFBIZ
[OFBIZ-9289] - 当 SecureSoapAnswer = false 时,SOAPEventHandler 仅输出错误到日志
[OFBIZ-9318] - 重复查看报价页面上的创建新报价按钮
另外还有大量 bug 修复和其它更新,点击此处查看完整更新日志。
下载地址:
http://ofbiz.apache.org/download.html
>>>【全民狂欢,评论有礼】5月15日-31日评论每日更新的“新闻资讯和软件更新资讯”,评论点赞数超过 20 的可登上每周更新的“源资讯”和“软件周刊”两大栏目,点赞数超过 50 的还将获得 5 活跃积分奖励和开源中国定制好礼。详情
... 31 more
Caused by: org.apache.ofbiz.entity.GenericDataSourceException: SQL Exception while executing the following:INSERT INTO VISITOR (VISITOR_ID, USER_LOGIN_ID, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, PARTY_ID) VALUES (?, ?, ?, ?, ?, ?, ?) (Data truncation: Incorrect datetime value: '' for column 'LAST_UPDATED_STAMP' at row 1)
... 31 more
Caused by: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Incorrect datetime value: '' for column 'LAST_UPDATED_STAMP' at row 1
at com.mysql.jdbc.ServerPreparedStatement.executeInternal(ServerPreparedStatement.java:677) ~[mysql-connector-java-3.1.13-bin.jar:?]
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1357) ~[mysql-connector-java-3.1.13-bin.jar:?]