anonymous wrote : Hence only "you" know what you wanna scan as sub-dir
Ah, I think I understand what you mean. I'm not sure if it's a convention to put
wsdl files in WEB/wsdl but if so then the JBossWS could:
| VirtualFile metaDataFile = context.getMetaDataFile("/WEB-INF/wsdl");
| List<VirtualFile> children = metaDataFile.getChildren();
|
And they could specify a filter if they are only interested in ".wsdl" files.
Is that what you meant?
Thanks,
/Daniel
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226501#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...