jboss q [http://community.jboss.org/people/jbossq] replied to the discussion

"Problem starting jboss-5.1.0.GA from Eclipse"

To view the discussion, visit: http://community.jboss.org/message/546374#546374

--------------------------------------------------------------
it's a bug in the profile.xml configuration,jaikiran pai has reported a bug ( 
https://jira.jboss.org/browse/JBAS-6981 
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
[http://community.jboss.org/message/546374#546374]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to