Could someone point me to any discussion/documentation on the design of the Repository Service (http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossKernelCore) or POJO configuration (http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossKernelConfiguration). What I'm looking for is information on how the Microcontainer is going to address the following:
a) Once a bean is "installed" (http://docs.jboss.org/nightly/microkernel/docs/gettingstarted/en/html/basics.html#d0e268) in the Microcontainer, what will be the effect of updates to the bean deployment descriptor? b) What, if any, Microcontainer apis will allow for the state of bean instances, e.g. their properties, to be manipulated programmatically? c) If properties can be manipulated programmatically, how will the new values be persisted to survive across Microcontainer restarts? d) If programmatic changes are possible, will the new persistent state be reflected somehow in the original bean deployment descriptor? If not, then what will be the semantics the Microcontainer will use for reading the bean deployment descriptor and a beans persistent state. Thanks very much View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909930#3909930 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909930 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
