我正在尝试创建一个网络服务。
我有一个带有 Hibernate 注释的 UserVO 类,其属性为登录名、密码和 ID。
我需要返回对象,但是使用这些注释我有这个错误:
Service invocation threw an exception with message : null; Refer to the server log for more details
Exceptions details : java.lang.reflect.InvocationTargetException
但是,如果我接受注释,事情就会奏效。