Posts by zyc • 130 points
2 posts
-
0
votes1
answer566
viewsA: Demoiselle 2.4.0: Error running test with Junit
Apparently the problem is in the environment setting so that Alunorepository.itemPorId can work. If you remove this call it works? It may be that the persistence.xml that your test is using is…
-
1
votes2
answers659
viewsA: How to use Quartz Scheduler with Demoiselle?
This is a general CDI "problem". For Inject, Interceptor, Scopes, etc to work a running CDI environment is required. These environments are available in Java EE 6+ containers or SE implementations…