@Jan you're totally right. Just after posting to this thread I've found out, the problem was in my processor code. I tried to inject PURConfig, which was not available yet. So, I had to change: [code] @Inject private PublicUserRegistrationConfig purConfig;[/code] to [code] @Inject private Provider<PublicUserRegistrationConfig> purConfigProvider;[/code] And now it's ok! Thnaks anyway for your help!
-- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=21a92a59-d487-438d-b3be-0271af17644f ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
