Webサービスを作成しようとしています。
login、password、idの属性を持つHibernateアノテーションを持つUserVOクラスがあります。
オブジェクトを返す必要がありますが、これらのアノテーションを使用すると、次のエラーが発生します。
Service invocation threw an exception with message : null; Refer to the server log for more details
Exceptions details : java.lang.reflect.InvocationTargetException
しかし、注釈を付けると、うまくいきます。