[jboss-dev-forums] [Design of POJO Server] - Re: FIELD granularity web session replication tests

scott.stark@jboss.org do-not-reply at jboss.com
Mon Feb 4 13:19:46 EST 2008


"kabir.khan at jboss.com" wrote : If deploying an ear, I need to find the war files. I think the precense of a JBossWebMetaData attachment is the best way to determine if we are a war?
  | 
Yes. What is special about wars for the aspect deployer? I'm still trying to understand how the JBossWebMetaData is coming into the picture and causing problems now, but not before the war class loader change. Note that you can ask about whether an attachment is present using its name as DeploymentUnit.isAttachmentPresent(Class type) is just a convenience method for isAttachmentPresent(type.getName()). 

"kabir.khan at jboss.com" wrote : 
  | Next, I need to check if the war classloader delegates to the parent or not. I will try looking for that info in the in ClassLoadingMetaData of the war's sub deployment.
Ok, this may not be in synch with the new org.jboss.deployers.structure.spi.classloading.ClassLoaderMetaData attachment. I'll have to check that.

What is the code your working on here so I can understand what type of class loader processing your doing?


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

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



More information about the jboss-dev-forums mailing list