[jboss-user] [JNDI and Naming] - Re: client lookup EJB method in JBoss AS 7.0, but return **$$$view1

hay xiong do-not-reply at jboss.com
Thu Sep 1 20:56:17 EDT 2011


hay xiong [http://community.jboss.org/people/hay] created the discussion

"Re: client lookup EJB method in JBoss AS 7.0,but return **$$$view1"

To view the discussion, visit: http://community.jboss.org/message/624377#624377

--------------------------------------------------------------
maybe you can try it as follows:
public interface LocalStore extends  Store {}
public interface RemoteStore extends  Store {}

@Startup
@Singleton
 @Local(LocalStore.class )
@Remote(RemoteStore.class)
@TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED)
@Transactional(TransactionPropagation.SUPPORTS)
public class StoreFront implements LocalStore,Remote{}

remote jndi is a bug in jboss as 7 at current
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/624377#624377]

Start a new discussion in JNDI and Naming at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2083]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110901/578ee033/attachment.html 


More information about the jboss-user mailing list