Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ajdt-dev] How to handle this with AJDT & RAD

Hello all,
  i am currently using AJDT together with RAD for writing some Aspects.
I have an EJB project in which i am applying those aspects.....
 
i have also a JUnitEE project that i use to run tests.., and some of those
tests call EJBs in the EJB project.
 
the problem is that one of my aspects is doing caching internally, and
when i will run tests that caching will compromise my tests........
 
anyone could suggest how to avoid that?
 
is it possible?
 
thanks and regards
 marco

Back to the top