JBoss (EAP 7.0) equivalent classes for Weblogic

陌路散爱 提交于 2021-02-11 13:58:37

问题


I have been trying to migrate from Weblogic to JBoss EAP 7.0. The problem being faced is in code deployment as JBoss does not support anything related to Weblogic specific classes and Java RPC. The code base uses some of the Weblogic specific classes for which I am not able to find JBoss equivalent classes. Classes are below for which I require JBoss equivalent classes:

  1. weblogic.wsee.connection.transport.http.HttpTransportInfo
  2. weblogic.wsee.jaxrpc.ServiceImpl

I was trying to re-write the class which uses the above two classes but when I decompiled "HttpTransportInfo", I found out that it uses a number of other weblogic imports and same was the case for ServiceImpl.java.

So if anyone could suggest the alternate for above two mentioned classes in JBoss that would be of great help.

Thanks.

来源:https://stackoverflow.com/questions/52950646/jboss-eap-7-0-equivalent-classes-for-weblogic

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