Community

Problem starting jboss-5.1.0.GA from Eclipse

reply from jboss q in Beginner's Corner - View the full discussion

it's a bug in the profile.xml configuration,jaikiran pai has reported a bug (https://jira.jboss.org/browse/JBAS-6981) in the jira. you can fix the bug by providing the parameter type for the constructor in the MC bean  configuration (note the use of for the constructor  parameter):

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

Reply to this message by going to Community

Start a new discussion in Beginner's Corner at Community