[jboss-dev-forums] [Design of POJO Server] - Re: Virtual File semantics exist in TomcatDeployment

anil.saldhana@jboss.com do-not-reply at jboss.com
Fri May 16 11:13:38 EDT 2008


"alesj" wrote : "anil.saldhana at jboss.com" wrote : We have Virtual File semantics still existing in TomcatDeployment.  There has been a new introduction of a concept of "UnifiedVirtualFile" from the webservices component just to make a serviceref to WS.
  | What does this 'UVF' do?
  | 
  | "anil.saldhana at jboss.com" wrote : 
  |   | At least the web services introduction seems wrong to me assuming that the tomcat usage of VFS semantics is a work in progress.
  | What is the status of this work then?
  | I don't seem to remember any post on this topis for a while now.
  | Are we done with what Adrian describes here?
  |  - http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4150666#4150666


I am just reporting what I saw with TomcatDeployment [1].  I do not know what UVF does.  I see that the VFS semantics is leaking into the metadata layer also (ServiceRefHandler)

References:
1. http://anonsvn.jboss.org/repos/jbossas/trunk/tomcat/src/main/org/jboss/web/tomcat/service/deployers/TomcatDeployment.java
2.

  | // Bind <service-ref> elements
  |                UnifiedVirtualFile vfsRoot = new VirtualFileAdaptor(unit.getRoot());
  |                ServiceReferencesMetaData serviceRefs = metaData.getServiceReferences();
  |                if (serviceRefs != null)
  |                {
  |                   for (ServiceReferenceMetaData sref : serviceRefs)
  |                   {
  |                      String refName = sref.getServiceRefName();
  |                      new ServiceReferenceHandler().bindServiceRef(envCtx, refName, vfsRoot, loader, sref);
  |                   }
  |                }
  | 

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

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



More information about the jboss-dev-forums mailing list