Does AS 5 have any POJO equivalent to the JRMPProxyFactory? I.e. a service you can create
where you inject some POJO service, an InvokerLocator, a JNDI name and an interface name,
and it creates a Remoting proxy to your service and binds it in JNDI?
Had a quick look at @JndiBinding but it seems that just does a simple binding.
Looks like the needed stuff is there in org.jboss.aspects.remoting.Remoting, but wondered
if there is work being done on /plan for a service or aspect that packages it all
together.
This is needed for JBC, which can no longer expose a Cache proxy via JNDI since no mbean
service implements the Cache interface.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050282#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...