[jboss-user] [EJB/JBoss] - Re: No ClassLoaders found
jaikiran
do-not-reply at jboss.com
Sat Jun 2 20:27:44 EDT 2007
anonymous wrote : net.jjs.adviser.LocalAdviserHome
Are you sure this class is present in your application package?
<home>net.jjs.ejb.adviser.AdviserHome</home>
| <remote>net.jjs.ejb.adviser.Adviser</remote>
| <local-home>net.jjs.adviser.LocalAdviserHome</local-home>
| <local>net.jjs.adviser.LocalAdviser</local>
| <ejb-class>net.jjs.ejb.adviser.AdviserBean</ejb-class>
Going by the package structure of your remote, remote-home and the ejb class, i guess your local and local home are present in the net.jjs.ejb.adviser package and NOT net.jjs.adviser. Is that right?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050718#4050718
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050718
More information about the jboss-user
mailing list