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]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to