gpt4 book ai didi

error-handling - ofbiz 错误 : primary key error on calling service with ajax

转载 作者:行者123 更新时间:2023-12-03 08:29:01 26 4
gpt4 key购买 nike

尝试调用此服务:

<service name="createExp" default-entity-name="bidExp" engine="java"
location="org.ofbiz.bidexp.bidExpServices"
invoke="createExp"
auth="false">
<description>createExp</description>
<attribute name="partyId" mode="IN" type="String" optional="false"/>
<attribute name="expId" mode="OUT" type="String" optional="false"/>
</service>

我收到此错误:
2015-07-08 16:13:41,630 |-0.0.0.0-8443-exec-2 
|PrimaryKeyFinder |I| Returning null because found
incomplete primary key in find: [GenericEntity:PartyAcctgPrefAndGroup]
[partyId,Company(java.lang.String)][roleTypeId,null()]

并且(可能是错误的结果)ajax结果
不是成功(尽管 java-service 工作正常!)。

错误是什么意思,我该如何解决?

最佳答案

既然您说 Java 服务运行良好。我猜您的 Ajax 请求不包含 session 。尝试如下更改ajax请求的 Controller (auth="true")

<security https="true" auth="true"/>

关于error-handling - ofbiz 错误 : primary key error on calling service with ajax,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31295485/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com