开发者

JNDI lookup JBoss Application Server 7

开发者 https://www.devze.com 2023-03-25 03:20 出处:网络
How can I access remote EJB in Jboss AS 7? When I deploy application on Jboss AS 7开发者_开发问答 , I can see portable jndi names but unable to access using same name.Will be implemented in JBoss AS 7

How can I access remote EJB in Jboss AS 7? When I deploy application on Jboss AS 7开发者_开发问答 , I can see portable jndi names but unable to access using same name.


Will be implemented in JBoss AS 7.1: https://issues.jboss.org/browse/AS7-1338


Make sure your ejb module has the same class loader with the module which needs the access of EJB. and then, use these code

InitialContext ic = new InitialContext();
ic.lookup(*the jndi name you see*);


Doesn't this work if you start as -server-config standalone-preview.xml ?

Since this turns on the rest of the JavaEE6 (not certified though). I'm talking about the Jboss 7.0.2 (Everything).

Good luck!


I solved with latest release of JBoss 7.1

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号