As a workaround PAX-CDI developers suggested to add configuration parameter
.add(ConfigurationKey.CONCURRENT_DEPLOYMENT,false)
|
when creating weld container. It helped, but what are the consequences of such workaround? Will it make slower only bundle deployment or CDI container will work slower and after deployment? |