Ejemplo n.º 1
0
def seamHandler(obj):
	return utils.multiplePathSearch(getSearchPath(),['seam'],libPaths,'jar')
Ejemplo n.º 2
0
def log4jXmlHandler(obj):
	return utils.multiplePathSearch(getSearchPath(),['log4j'],xmlPaths,'xml')
Ejemplo n.º 3
0
def jsfHandler(obj):
	return utils.multiplePathSearch(getSearchPath(),['jsf'],xmlPaths,'jar')
Ejemplo n.º 4
0
def libClassloadingProblemHandler(obj):
	return utils.multiplePathSearch(getSearchPath(),libClassloadingProblem,libPaths,'jar')
Ejemplo n.º 5
0
def xmlFilesHandler(obj):
	return utils.multiplePathSearch(getSearchPath(),xmlFiles,xmlPaths,'xml')
Ejemplo n.º 6
0
def libToRemoveHandler(obj):
	return utils.multiplePathSearch(getSearchPath(),libToRemove,libPaths,'jar')
Ejemplo n.º 7
0
def apacheCxfHandler(obj):
	#return utils.getJarsWithFilter(getSearchPath(),'cxf')
	return utils.multiplePathSearch(getSearchPath(),['cxf'],libPaths,'jar')
Ejemplo n.º 8
0
def hibernateHandler(obj):
	#return utils.getJarsWithFilter(getSearchPath(),'hibernate')
	return utils.multiplePathSearch(getSearchPath(),['hibernate'],libPaths,'jar')
Ejemplo n.º 9
0
def springHandler(obj):
	#return utils.getJarsWithFilter(getSearchPath(),'spring')
	return utils.multiplePathSearch(getSearchPath(),['spring'],libPaths,'jar')
Ejemplo n.º 10
0
def classloadingIsolationHandler(obj):
	return utils.multiplePathSearch(getSearchPath(),['jboss-classloading'],xmlPaths,'xml')