问题
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:
- weblogic.wsee.connection.transport.http.HttpTransportInfo
- 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