<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hey!<br>
<br>
When I was moving CDI quickstart to a new repository (from
infinispan-quickstart to jboss-jdg-quickstarts), I noticed that
probably some of our users will try to put Infinispan library inside
WAR/lib and run it locally with CDI Extension. <br>
<br>
This will end up with JmxDomainConflictException on Wildfly (because
the domain for "
<meta http-equiv="content-type" content="text/html; charset=utf-8">
DefaultCacheManager" will probably be already registered).<br>
<br>
The workaround is simple - the user has to provide his own
EmbeddedCacheManager producer with turned on alowDuplicateDomains
option. <br>
<br>
In my opinion this option should be enabled by default for CDI
Extension. If you agree with me, I'll make necessary changes.<br>
<br>
Any thoughts?<br>
<br>
Best regards<br>
Sebastian<br>
</body>
</html>