문제

I have a couple of @After and @Before aspects, and debug is working just fine. But when I try with @Around, it just wont stop at the break point. I have logs, and I'm sure that aspect code is executed.

Is this normal, or is it just me? Thanks in advance.

도움이 되었습니까?

해결책

Fixed, it was me! :)

I have several Around aspects and of course, on the top of every one, I need to define order. I put correct order on top of my new aspect, but missed to add new one to old aspects. Now I did it, and debug is alive! :)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top