Xdoclet can generate util classes to lookup EJBs, you may want to consider using the @ejb:util tag, and lookup via StoreAccessUtil.getHome().
I've seen ClassCastExceptions in PortableRemoteObject.narrow() before, and it had to do with class versioning -- the classes on the EJB side being newer than the ones on the servlet side. I'm not sure if that is a possibility here or not.
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
