exposes a Remote client view. This feature is not part of the EJB 3.1 Lite API

折月煮酒 提交于 2019-12-01 17:59:11

问题


Glassfish v3 gives this exception " exposes a Remote client view. This feature is not part of the EJB 3.1 Lite API" when I deploy the jar file.

I tried with Java EE 6 Web Profile SDK and Java EE 6 SDK but there is no difference.

I think there is a easy solution about configuration but what is the solution? :)

Thanks


回答1:


I solved the problem, thanks.

Use the update tool which comes with glassfish installation.

Under the Available addons node, Install "Glassfish Commons Full Profile". Restart the glassfish, done. :) Deployment will be success.



来源:https://stackoverflow.com/questions/4301875/exposes-a-remote-client-view-this-feature-is-not-part-of-the-ejb-3-1-lite-api

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!