Friday, February 21, 2014

Jboss 5.1.0 Startup Error-AttachmentStore MC bean (org.jboss.system.server.profileservice.repository.AbstractAttachmentStore) configuration does not specify the parameter type for constructor

Go to path - \server\default\conf\bootstrap  edit Profile.xml file as below:

<bean name="AttachmentStore" class="org.jboss.system.server.profileservice.repository.AbstractAttachmentStore">
<constructor><parameter><inject bean="BootstrapProfileFactory" property="attachmentStoreRoot" /></parameter></constructor>

No comments:

Post a Comment