ejb 2.x - Apache camel to invoke ejb 2 -


can use apache camel invoke remote ejbs (ejb2.0)? how pass parameters these ejsb? example given on camel website not clear. i'm not using spring. can please help?

to call remote ejbs can use java code, , let camel call java code.

if want try camel-ejb component, need configure component remote ejbs not easy - there jira ticket improve in future release.

so suggest use java code - eg call these remote ejbs regular java code without using apache camel.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -