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.