You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been following the steps shown in articles-java-jee to create EntityManagerFactory. I have made the necessary changes in persistence.xml,server.xmland also put beans.xml inside WEB-INFfolder. In spite of that when I create EntityManagerFactory, it becomes null.
I have been following the steps shown in
articles-java-jee
to createEntityManagerFactory
. I have made the necessary changes inpersistence.xml
,server.xml
and also putbeans.xml
insideWEB-INF
folder. In spite of that when I createEntityManagerFactory
, it becomes null.Persistence.xml
Server.xml
beans.xml
pom.xml
What am I missing?
The text was updated successfully, but these errors were encountered: