Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] AspectJ and CDI with JBoss Weld

Des anyone knows any working scenarion for CDI injection in an aspect, i.e. 

@Aspect class MyAspect {
  @Inject MyDependency dependency;
}

I was using Weld SE as CDI implementation.

I have tried different scenarios both with CTW and LTW. None of them worked.

Thanks,
Janis

--
LinkedIn Profile: nl.linkedin.com/in/janiskazakovs
Technical Blog: http://janistoolbox.typepad.com/

Opatopa Webshop Europe: http://opatopa.spreadshirt.net
Opatopa Webshop Russia: http://opatopa.ru



Back to the top