|
The other solution would be to always construct a bean archive ID as ServletContext.getContextPath() + "_" + beanArchiveRef.substring(beanArchiveRef.indexOf("WEB-INF"), beanArchiveRef.length()). So it would be party-web_WEB-INF/classes for your example.
|