[jboss-user] [JNDI/Naming/Network] - Re: ClassCastException on PortableRemoteObject.narrow(object
lavkul
do-not-reply at jboss.com
Tue Oct 30 12:26:41 EDT 2007
The result of jar -tf app.ear
| C:\jars>jar -tf app.ear
| META-INF/MANIFEST.MF
| EJB3.jar
| web.war
| META-INF/application.xml
| META-INF/jboss-app.xml
|
The result of jar -tf EJB3.jar
| META-INF/MANIFEST.MF
| sample/
| sample/LocalloggerHome.class
| sample/Locallogger.class
| sample/loggerBean.class
| com/
| com/NewEJBBean.class
| com/NewEJBHome.class
| com/NewEJB.class
| META-INF/ejb-jar.xml
| META-INF/jboss.xml
|
The result of jar -tf web.war
| WEB-INF/classes/
| WEB-INF/classes/sample/
| WEB-INF/classes/sample/ajaxservlet.class
| WEB-INF/classes/newejb/
| WEB-INF/classes/newejb/ejbservlet.class
| index.html
| WEB-INF/
| WEB-INF/web.xml
| WEB-INF/jboss-web.xml
| META-INF/
| META-INF/MANIFEST.mf
|
I use ejbservlet to invoke remote ejb NewEJBHome.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100349#4100349
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100349
More information about the jboss-user
mailing list