Page 1 of 1

Change blLoginService bean to own

Posted: Thu Oct 24, 2013 2:25 am
by spec8320
Hi I want to change blLoginService to my own I tried the easiest way:

<bean id="blLoginService"
class="org.company.OwnLoginServiceImpl" />

But it don't work. Any ideas ? I want to change loginService to new because i don't allow inactive users to login and in BLC it allows this (don't know why).

Re: Change blLoginService bean to own

Posted: Thu Oct 24, 2013 9:56 am
by phillipuniverse
You got it right; that should be all you have to do.

Where did you add that line? Which applicationContext? If you're not using JRebel, you'll need to do a Maven rebuild