gpt4 book ai didi

java - JBAS014134 : EJB Invocation failed

转载 作者:太空宇宙 更新时间:2023-11-04 12:56:14 26 4
gpt4 key购买 nike

List results= sessionFactory.getCurrentSession().createQuery("from org.gencat.gimah.dao.GimahCobramentTargeta ct where ct.expEcon.id=: idEE and ct.cobrament is null ")
.setParameter("idEE", idEE)
.list();

JBAS014134: EJB Invocation failed on component Expedients for method public abstract java.util.List org.gencat.gimah.model.Expedients.doBuscarDetallExpeconAPartirGestio(long,java.lang.String,boolean) throws org.gencat.gimah.exception.GimahExcepcio,java.rmi.RemoteException: javax.ejb.EJBException: org.hibernate.HibernateException: could not locate named parameter [idEE]

最佳答案

参数ct.expEcon.id=: idEE有错误。在 : 后添加空格是不正确的。需要这样使用参数

ct.expEcon.id = :idEE

并且,请使用更合理的参数名称。 idEE 是一个糟糕的选择,因为有两个相邻的大写字母 E

关于java - JBAS014134 : EJB Invocation failed,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35358667/

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