jgallimore commented on a change in pull request #407: Create a sample code that fire an EJB client [WIP] URL: https://github.com/apache/tomee/pull/407#discussion_r259341121
########## File path: examples/ejb-remote-call/src/main/java/org/superbiz/ws/App.java ########## @@ -0,0 +1,23 @@ +package org.superbiz.ws; Review comment: `package org.superbiz.ws` suggests this is a webservice, rather than a Remote EJB call. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
