[jboss-dev] Bug in ProfileServiceBootstrap

Scott Stark sstark at redhat.com
Tue Nov 18 19:24:35 EST 2008


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 at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-development




More information about the jboss-development mailing list