1. Wrong bean being passed to aspect forum.springsource.orgWrong bean being passed to aspect Hello, all. I am developing a web application with text search (compass) capabilities. I have defined a set of DAOs (iBatis) and related service level ... |
2. @aspect @decalred parents for non spring beans forum.springsource.orghere is wehat I did @Aspect public class Helloworld { @DeclareParents(value="lab.my.testing.SimplePOJO") Serializable serializable; and using maven aspectj compiler plugin, but this does not change SimplePOJO.class please tell me what am i ... |
3. Aspect for handling bindable properties, how to get "this" for PropertyChangeSupport forum.springsource.orgAspect for handling bindable properties, how to get "this" for PropertyChangeSupport Javabeans should often fire propertyChange -events when their properties are changed. Most often this is in Swing environment. This can ... |
4. weaving without declaring any bean for aspect forum.springsource.orghi there. i have a very weird case here. my application weaving the aspect without declaring any bean in application context. im not even write aop:auto-proxy. but aspect (i use @Aspect) ... |