Alberto Gori
Alberto Gori
The conversion from docbook to PDF fails in my computer with the following message: . Initializing application... FAILURE: Build failed with an exception. * What went wrong: Could not resolve...
SolrDocument.addChildren was never used. Now if the document contains a _childDocuments_ key, then the vector will be added as a list of children to the current document. It works also...
PersistenceContext is not injected in EJB interceptors, and throws NullPointerException when I try to access the EntityManager. This issue forces me to rewrite all the interceptors. ``` Java public class...
EJB interceptors of a transactional EJB bean should be executed inside the same transaction of the intercepted bean. In BeanTest this doesn't happen because it seems that the TransactionalInterceptor is...