You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@inlong.apache.org by GitBox <gi...@apache.org> on 2022/02/11 06:44:48 UTC

[GitHub] [incubator-inlong] kipshi opened a new issue #2471: [Bug] Fix SourceDbDetailEntityMapper selectDetailExist Method

kipshi opened a new issue #2471:
URL: https://github.com/apache/incubator-inlong/issues/2471


   ### What happened
   
   SourceDbDetailEntityMapper.selectDetailExist throw exception like this:
   ERROR o.a.i.m.web.config.ControllerExceptionHanlder:124 - Failed to handle request on path:/api/inlong/manager/datasource/db/saveDetail, user:admin
   org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter 'groupId' not found. Available parameters are [arg3, arg2, arg1, arg0, param3, param4, param1, param2]
   
   ### What you expected to happen
   
   Mybatis require @Param  to describe param name which is used
   
   ### How to reproduce
   
   Just invoke api method  api/inlong/manager/datasource/db/saveDetail ,you will find the error
   
   ### Environment
   
   _No response_
   
   ### InLong version
   
   master
   
   ### InLong Component
   
   InLong Manager
   
   ### Are you willing to submit PR?
   
   - [X] Yes, I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-inlong] dockerzhang closed issue #2471: [Bug] Fix SourceDbDetailEntityMapper selectDetailExist Method

Posted by GitBox <gi...@apache.org>.
dockerzhang closed issue #2471:
URL: https://github.com/apache/incubator-inlong/issues/2471


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org