I read that it's possible to call EJBs with RMI, at least someone mentioned it and included a reference to this page:
http://incubator.apache.org/servicemix/servicemix-jsr181.html#servicemix-jsr181-EJBs I'd like to know if we can expose these RMI services as web services. client -> web service -> ServiceMix -> RMI -> service Also, is it possible to expose these services as RMI ? client -> RMI -> ServiceMix -> RMI -> service Unfortunately we have to use RMI because Flex doesn't play nice with web services. ;)
