As fas as I know T5 method build() in AppModule is static, so you need
make RequestGlobals static variable:

@Inject
private static RequestGlobals requestGlobals;

to pass it to constructor of mentioned service. When you try to get
something (eg HTTPServletRequesst ) from it after calling service you
will get NullPointerException, so I think it's not the right way.

Regards
-- 
Tomasz Dziurko

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to