Edited to correct spelling of AOP in subject. Proofreading the subject, at least, is a good idea.
this is my Audiance.java class
this is my AudianceAdvice.java class
this is main.xml class
code]
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
Because the regex "*.perform" appears nowhere but in your regex?
Samanthi perera
Ranch Hand
Joined: Jan 08, 2010
Posts: 510
posted
0
I don't understand what are you saying.Can you explaing little bit more?
Actually i am new to Spring AOP .I am try to run this example.
can you please tell me the error ?
I think you're focusing too narrowly here: take a step back. What's the difference between what you're doing and what the configuration you're using is doing? Can you think of a way to make it work without adding a method matching ".*perform"? Or, if you're dead-set on using that regex, where do *you* think you'd need to add a method ending with "perform"?
Samanthi perera
Ranch Hand
Joined: Jan 08, 2010
Posts: 510
posted
0
I change the classes as above.Still No good results.