Hi, I build my projects using maven. Maven executes automatically junit tests. I've 
got more than one test. Both of those tests use the services offered by a class, which 
I've implemented as a Singleton. The class is created after each test class has 
completed, thus my singleton is like as it doesn't exist.

Is there a solution to this problem?

Marco

Reply via email to