JBoss Community

Re: How do I put an MBean in JNDI?

created by jaikiran pai in JBoss AS7 Development - View the full discussion

Matt Drees wrote:

 

 

Do you know if @org.jboss.ejb3.annotation.LocalBinding is supported in AS7?

No it's not supported. That and @RemoteBinding too. I don't think we will be supporting that for 7.0.0.GA atleast.

 

In earlier AS versions, those annotations @LocalBinding and @RemoteBinding would create a jndi binding for a proxy/view which exposed all business interfaces of an EJB. Currently in AS7, we don't support a view which  exposes all the business interfaces of a bean. So unless we add that (or plan to add that) support for views, the @LocalBinding and @RemoteBinding won't be usable.

Reply to this message by going to Community

Start a new discussion in JBoss AS7 Development at Community