thanks for your fast answer, but I get following error:

org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'UserManager' is defined


Ate Douma schrieb:
Frank Otto wrote:
Hi,

I have an servlet in my jetspeed2 app and I can get the jetspeed engine.

Engine engine = Jetspeed.getEngine();

Is it possible to get the UserManager from the engine?
UserManager userManager = (UserManager)engine.getComponentManager().getComponent("UserManager");


In other words, how can I get the UserManager in my servlet, because I have access to jetspeed environment.


kind regards,

Frank

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to