"alesj" wrote : "anil.saldhana(a)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(a)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#...
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/we...
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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...