Weirdest thing is that the pointcut is not picking up one dao class $
%&?. It picks up UserDao but not ProjectDao. Both are in the same
package. Both have same structure etc. I would have thought the xml
below would pick all up. I have even tried explicitly defining
ProjectDao (and ProjectService) with no success. Very strange.

<aop:config>
        <aop:pointcut id="daoMethods" expression="execution(*
com.myapp.dao.*.*(..))"/>
    <aop:advisor advice-ref="txAdvice" pointcut-ref="daoMethods"/>
</aop:config>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to