Hi,
I think Dan just show a way (some CXF internal API) to get your EJB
object be called. It don't relaid on the NumberServiceSessionBeanProxy
(Spring EJB stuff).
I just went through the code , now the EJBInvoker is not bundled with
CXF, you need to add it by yourself.
I think you will not face any trouble to configure it with spring , we
already have the invoker setter in the ServerFactoryBean.
If you have other thoughts, you can also fill a JIRA[1] with your wishes.
[1]http://issues.apache.org/jira/browse/CXF
Willem.
Srepfler Srgjan wrote:
Dan Diephouse wrote:
Srepfler Srgjan wrote:
Is something like exposing J2EE EJB's explained in this blog post
http://www.tsolak.com/?p=15 available for CXF as well?
Thanks,
Srgjan
You may want to look at this page:
http://cwiki.apache.org/CXF20DOC/invokers.html
- Dan
Hi Dan,
I'm not really sure how is this related, are you telling me EJBInvoker
is bundled with CFX and can be configured using spring to do the same
function like the tsolak example? That is the main functionality I'm
trying to achieve, that is not write any additional code beside the
EJB and the configuration file. On that note I've had an issue it
seems with xfire and I've posted it on the xfire mailing list (method
invokations end up on wrong methods).
Srgjan