Hi is "ServletTest" org.apache.openejb.server.httpd.ServerServlet otherwise you use ejbd protocol through a normal servlet which doesn't work as expected.
Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn | Tomitriber 2016-03-21 13:15 GMT+01:00 parapate <[email protected]>: > HI, > I am not able to make a distributed(remote) call to EJB in TOMEE. > My initial configuration on client side: > Properties p = new Properties(); > p.put("java.naming.factory.initial", > "org.apache.openejb.client.RemoteInitialContextFactory"); > p.put("java.naming.provider.url", > "http://localhost:8080/servlet/ServletTest"); > > /ServletTest is mapping to the servlet ServletTest deployed in TOMEE. > > On ctx.lookup I am getting the error mentioned in the subject line. > I did found one of the similar post. It mentions to retry. But this solution > didn't work for me. > > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/Cannot-determine-server-protocol-version-Received-OEJP-4-7-Failed-to-read-spec-97-112-112-108-105-99-tp4677945.html > Sent from the TomEE Users mailing list archive at Nabble.com.
