[jboss-dev-forums] [JBoss AS 7 Development] - Re: Unable to lookup remotely deployed EJB method with AS7

jaikiran pai do-not-reply at jboss.com
Fri Jun 8 03:44:15 EDT 2012


jaikiran pai [https://community.jboss.org/people/jaikiran] created the discussion

"Re: Unable to lookup remotely deployed EJB method with AS7"

To view the discussion, visit: https://community.jboss.org/message/740614#740614

--------------------------------------------------------------
> Roshan Pradeep wrote:
> 
> 
> *java.lang.IllegalStateException: No EJB receiver available for handling [appName:Hibernate-1.0-SNAPSHOT,modulename:,distinctname:] combination*
> 
> My lookup string is "ejb:Hibernate-1.0-SNAPSHOT//JadDataSessionBean!com.whispir.hibernate.test.JadDataRemote"
> 
> 
Your lookup string is incorrect.

Notice carefully the log message which explains what each part of that string is. Your lookup string should be:

ejb:/Hibernate-1.0-SNAPSHOT//JadDataSessionBean!com.whispir.hibernate.test.JadDataRemote

appname = "" (empty since it's not an .ear)
modulename = Hibernate-1.0-SNAPSHOT
distinct name = "" (no specific distinct name)
--------------------------------------------------------------

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

Start a new discussion in JBoss AS 7 Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20120608/9bfb049d/attachment.html 


More information about the jboss-dev-forums mailing list