*on lookup question* So, I get access to the Kernel and then first lookup in the registry to see if Aspect is there. If it is not there, I look in the KernelController to see if it is currently in deployment mode. If it *does not* exist within the KernelController I throw an exception UNKNOWN_ASPECT if does exist in the KernelController I thrown an exception ASPECT_NOT_DEPLOYED or whatever...
I can figure out from the testsuite how to get a reference to the Kernel? The Kernel should be the entry point into the entire system? *on ClassAdapter* I thought ClassAdapter.getDependencies would return a list of Strings? The List of Strings I can easily populate. Is this what you need for API clarification? ClassAdapter.getDependencies needs to happen before the bean is instantiated. So, the dependencies need to be added and resolved before the bean is instantiated. Is this possible? * I guess I also need to know how to plug in a ClassAdapterFactory. I don't see any hooks anywhere for this. I guess this would be a change in the AbstractKernelConfig and Kernel itself? If you want me to do this, I can probably figure it out. Bill What more exactly do you need from me? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871387#3871387 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871387 ------------------------------------------------------- This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows Embedded(r) & Windows Mobile(tm) platforms, applications & content. Register by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
