Normally you would report issues in the JBAS jira:
https://jira.jboss.org/jira/browse/JBAS
but I have corrected this as you are obviously correct.
Thanks
Richard Krutisch wrote:
Hello,
sorry I'm completely new to JBoss, so I don't know where to post a
possible bug.
In the code I discovered the following:
ProfileServiceBootstrap.start(Server)
if(profileService == null)
throw new IllegalStateException("The ProfileService has not
been injected");
log.debug("Using ProfileService: " + profileService);
if(profileService == null) <<<<< I think this should be the
mainDeployer
throw new IllegalStateException("The MainDeployer has not been
injected");
Where can I post this (or is this here the right place)?
Cheers
Richard
PS: Is there a list for beginning JBoss AS developers (developing the
JBoss) this here seems quite for pros only.
_______________________________________________
jboss-development mailing list
jboss-development(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-development