Hello , This is Kei Katayama.

When I update the ear file included servlets and EJBs JSPs , will     
JBOSS guarantee the consistency of component?

For example , my ear file named test1.ear were include Servlet-1 ,    
EJB-1 , JSP-1.   And Servlet-1 uses EJB-1.

Next I changed the EJB-1.  Servlet-1 uses new EJB-1 now.
And I archived Servlet-1 , new EJB-1 , JSP-1 in the test2.ear. 
And I deployed test-2.ear.

At that time , will JBOSS wait for request for Servlet-1 until all    
components(Servlet-1 / new EJB-1 / JSP-1) will be deployed in JBOSS       
perfectly?   If not , I think the consistency of components will      
collapse.   Because if during deploying of new EJB-1 , Servlet-1 can't
use new EJB-1.   When during writing to JBOSS the EJB file which is   
picked out from ear file on deploy directory , I think we can't access
them.   Do you have any informations about this?



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to