1. Integrating Logging with Main EJB Application stackoverflow.comI am using Spring AOP 3.1, AspectJ and log4j for logging (I am using annotations). So I created an Advice class, a Business Logic class and a Test class that has ... |
2. Dependency Injection Failing stackoverflow.comI am trying to inject instance of class "SaveCardInfoDAO" into ejb method "insertCardInfo". Following are the code snippets. Controller (Stateless session bean) in Project 1
|
3. sharing spring aspect class between two webapplications stackoverflow.comI have application consisting two web apps and EAR level jar files. One web app (Lets say SPApp) is built using Spring and another using Struts (STApp). I want to share the Aspect ... |
4. Implemeting AOP/AspectJ in ejb 2.0 forum.springsource.orgImplemeting AOP/AspectJ in ejb 2.0 It has been one week now. I have tried to implement aop (spring aop and aspectj both) but with no success. I am able to get ... |
5. Will this work? EJB and AOP forum.springsource.orgWill this work? EJB and AOP Code: |
10. AOP Logging on Ejb class forum.springsource.orgAOP Logging on Ejb class Hi Folks, I am able to get AOP working for my business layer but I need to get it working for my Ejbs. I have an ... |
11. AOP not injection not working in Ear File. forum.springsource.orgHi, I am having a aop.xml which has the following configuration Code: |