def seamHandler(obj):
	return utils.multiplePathSearch(getSearchPath(),['seam'],libPaths,'jar')
def log4jXmlHandler(obj):
	return utils.multiplePathSearch(getSearchPath(),['log4j'],xmlPaths,'xml')
def jsfHandler(obj):
	return utils.multiplePathSearch(getSearchPath(),['jsf'],xmlPaths,'jar')
def libClassloadingProblemHandler(obj):
	return utils.multiplePathSearch(getSearchPath(),libClassloadingProblem,libPaths,'jar')
def xmlFilesHandler(obj):
	return utils.multiplePathSearch(getSearchPath(),xmlFiles,xmlPaths,'xml')
def libToRemoveHandler(obj):
	return utils.multiplePathSearch(getSearchPath(),libToRemove,libPaths,'jar')
def apacheCxfHandler(obj):
	#return utils.getJarsWithFilter(getSearchPath(),'cxf')
	return utils.multiplePathSearch(getSearchPath(),['cxf'],libPaths,'jar')
def hibernateHandler(obj):
	#return utils.getJarsWithFilter(getSearchPath(),'hibernate')
	return utils.multiplePathSearch(getSearchPath(),['hibernate'],libPaths,'jar')
def springHandler(obj):
	#return utils.getJarsWithFilter(getSearchPath(),'spring')
	return utils.multiplePathSearch(getSearchPath(),['spring'],libPaths,'jar')
def classloadingIsolationHandler(obj):
	return utils.multiplePathSearch(getSearchPath(),['jboss-classloading'],xmlPaths,'xml')