Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Not A Problem
-
1.9.0
-
None
-
None
Description
Hi Guys
I'm trying to use the repository implementation in a Java SE environment. I start the Weld container using deltaspike cdi control module. When I try to persist an entity using the repository class, it doesn't report any error, but nothing get persisted in the DB.
Is there any limitation/configuration in using repositories in Java SE? It works fine when I try to persist it directly via JPA.
I've already described it in more details in this stackoverflow issue but got no answer.