[jbossws-dev] [Design of JBoss Web Services] - Re: ESB / WS integration issue on AS5

beve do-not-reply at jboss.com
Thu Apr 16 09:04:44 EDT 2009


Hi Alessio,

that looks great! 
One can add multiple metadata files to a VFSDeploymentUnit:

  | /**
  | * Append metadata file locations.
  | *
  | * @param locations the locations
  | */
  | void appendMetaDataLocation(VirtualFile... locations);
  | 
so if you could make it take an array I think that will work:
void setMetadataFiles(UnitfiedVirtualFile... files)
  | 

Thanks,

/Daniel


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

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



More information about the jbossws-dev mailing list