Github user deki commented on a diff in the pull request:
https://github.com/apache/cxf/pull/276#discussion_r120691082
--- Diff:
rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/ServiceImpl.java ---
@@ -589,8 +589,7 @@ private QName getPortTypeName(Class<?>
serviceEndpointInterface) {
try {
seiClass =
Thread.currentThread().getContextClassLoader().loadClass(epi);
} catch (ClassNotFoundException e) {
- Message msg = new Message("COULD_NOT_LOAD_CLASS",
BUNDLE,
- seiClass.getCanonicalName());
+ Message msg = new Message("COULD_NOT_LOAD_CLASS",
BUNDLE, api);
--- End diff --
Should be epi and not api
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---