redeployment of an ejb can be handled, see this wiki page 
http://www.jboss.org/wiki/Wiki.jsp?page=HotDeployClassCastExceptions - you will need 
to repackage your ejb so that the only thing that gets redeployed is the 
implementation class, and not the remote/home interfaces. if you change the actual 
interface, this does not work. 

as for surviving a server restart, i don't believe this is possible. couldn't you add 
extra code to your service locator to catch the exception that occurs and attempt to 
refetch the home interface again, and then if that fails, kick out an error? [/url]

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851751#3851751

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851751


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to