Description of problem: There are configuration changes in standalone config files - at least definition of org.kie.demo property and configuration of messaging. The same changes should be made to domain.xml/host.xml.
Internal Whiteboard: Beta Blocker → Blocker Not critical for Beta, but need to address for GA
It's important to make sure SSO is enabled in the default configuration.
Can we get this change in ER5?
Add configuration has also been added to domain.xml. I think that should be enough. It should be enough for EAP running in a domain mode. (But not to host.xml, I think host.xml only use for containning the specific configuration for individual instance running in a domain. )
Ryan, I can see one difference between standalone and domain mode. The messaging has been configured for all profiles of standalone mode (default, full, ha, full-ha and osgi) but only for full and full-ha profile of domain mode.
Yep, I will investigate this and make sure it get fix in next release. (In reply to Radovan Synek from comment #8) > Ryan, I can see one difference between standalone and domain mode. The > messaging has been configured for all profiles of standalone mode (default, > full, ha, full-ha and osgi) but only for full and full-ha profile of domain > mode.
Unfortunately both ER6 and ER7 does not contain messaging configuration in domain.xml for "default" and "ha" profile, only for "full" and "full-ha". The situation is exactly same as I described in comment 8.
I am sorry. This hasn't been fixed in ER6 and ER7. The root cause is that we have fixed this issue in bpms-installer which used cli-script to configured the EAP but ignored xslt which we have just stop using it. However xslt was reverted and zip package is rebuilt due to the decision changed later on and this fix wasn't pick up in xslt. (The bpm-installer.jar ER6 and ER7 has contained the fix though) Now I am re-fixing it in http://git.app.eng.bos.redhat.com/ip.git/commit/?id=0db88aa4b4aef70cb5a97eb539a925d653dd1ea3 Please test again in ER8. (In reply to Radovan Synek from comment #10) > Unfortunately both ER6 and ER7 does not contain messaging configuration in > domain.xml for "default" and "ha" profile, only for "full" and "full-ha". > The situation is exactly same as I described in comment 8.
Verified with BRMS-6.0.0.CR1