CORBA exception in EJB application

巧了我就是萌 提交于 2019-12-01 11:39:19
unwichtich

This seems to be a bug in the current Java versions (e.g. 1.7.0_55 and 1.8.0_05), have a look at this issue: GLASSFISH-21047

To make it work, install either an older or a newer Java version (e.g. 1.7.0_051 or 1.8.0_020).

See also:

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