bimjoeipa wrote > I found this Jira from ages ago: > https://issues.apache.org/jira/browse/CXF-1759 that talked about the > possibility of using JCA to use EJB web services. How realistic is it? > Does anyone use it? Plus it looks like you have to add configuration to > ejb_servant.properties for every web service according to > http://cxf.apache.org/docs/using-cxf-jca-rar-in-application-server.html#UsingCXF-JCARARinApplicationServer-DeployRARtoWeblogic.
My reading of the JCA CXF code is that it starts up a separate Jetty server to handle the web service requests, which it then forwards onto the stateless session beans. Definitely not what I'm after, look like the only option is to use CXFServlet for servicing web service requests instead of using EJBs. -- View this message in context: http://cxf.547215.n5.nabble.com/Using-CXF-with-EJB-Web-Services-Weblogic-11g-tp5739546p5739650.html Sent from the cxf-user mailing list archive at Nabble.com.
