控制台报错“Name XXX is not bound in this Context”
在操作跟数据库相关的逻辑时控制台可能会报类似如下的错误 Caused by: com.justep.exception.BusinessException: 编码: JUSTEP150055; 提示: 在模块"/XXX/data"下获取数据库连接出错 at com.justep.exception.BusinessException.create(Unknown Source) at com.justep.system.data.Transaction.getConnection(Unknown Source) at com.justep.system.data.Transaction.getConnection(Unknown Source) at com.justep.model.ModelUtils.getConnection(Unknown Source) ... 32 more Caused by: javax.naming.NameNotFoundException: Name XX is not bound in this Context [...]