Questions tagged [persistence-provider]
10 questions
3
votes
1 answer
No Persistence provider for EntityManager named- when try to deploy from weblogic console
I'm struggling for a few days about this error.
When I try to deploy from ide(IntelliJ-eclipse), it works correct.
But when I try to deploy from WebLogic console, I got these errors;
Error Unable to access the selected application.
Error Unable…

Hakan Inanc
- 31
- 3
1
vote
3 answers
How to configure WildFly version 27 to use EclipseLink?
I am trying to deploy applications currently running on WildFly 26.1.2.Final to WildFly 27.0.0.Final. The deployment fails with the following error:
ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service…

Jorge Campins
- 413
- 1
- 4
- 11
1
vote
0 answers
How can I implement the PersitenceProvider into the runtime environment for a tapestry project?
Basically, I'm a newbie in Tapestry and I have to work on a project with this framework. In order to do this, I started the Tutorial Point and DoubleNegative jumpstart tutorials.
So far, I managed to complete the hibernate part of Tutorial point,…

ElieCTP
- 11
- 2
1
vote
3 answers
javax.persistence.PersistenceException: No Persistence provider for EntityManager named hibernate.cfg.xml
I am trying to connect database using Hibernate on Intellij Idea.
Bean file is auto-generated based on Hibernate entity class.
public class SirketEntityManagedBean {
private EntityManagerFactory myEntityManagerFactory;
public…

Erdel
- 370
- 3
- 16
0
votes
1 answer
EntityManagerFactory is null with hibernate osgi and eclipse-bundle using equinox
I m trying to implement hibernate-osgi with Equinox.
I've created a plugin "my.app.hibernate.osgi" from the following jars:
jars of…

Zibus69
- 1
- 2
0
votes
1 answer
java.lang.NoClassDefFoundError: javax/persistence/spi/PersistenceProvider
Four days ago, I started getting this error message every time I tried to connect to my DB:
java.lang.NoClassDefFoundError: javax/persistence/spi/PersistenceProvider
I got it after some time that I was working on other parts of my app, not…

Ma'or
- 95
- 1
- 2
- 11
0
votes
1 answer
javax.persistence.PersistenceException: No Persistence provider for EntityManager named avaliacaoneomind
I have a EJB project example that uses @PersistenceContext to conect to my database.
This works fine, but since my new project isn't a EJB, I have to think of another way to to this.
So I came up with something like this:
EntityManagerFactory…

Bruno Camargo
- 19
- 7
0
votes
2 answers
javax.persistence.PersistenceException: No Persistence provider for EntityManager named WebApplication1PU
I am deploying a simple web application to WildFly 10 from NetBeans to try and teach myself Java EE. However, I get the following error when trying to run a jpql query from NetBeans:
javax.persistence.PersistenceException: No Persistence provider…

Ben
- 843
- 2
- 9
- 20
0
votes
0 answers
No Persistence provider for EntityManager named miageTP13
I have a problem with my data persistance. I do not see where is the problem. Can you help me ?
The error in Tomcat:
javax.persistence.PersistenceException: No Persistence provider for EntityManager named miageTP13
…

Nikolas LEFEBVRE
- 21
- 5
0
votes
3 answers
No Persistence provider for EntityManager named test
I'm trying to develop a Java EE web application using JPA to manage the DB.
When I try to retrieve the rows from my database I've an error :
"No Persistence provider for EntityManager named test"
The code of my function using JPA is :…

Soji
- 177
- 1
- 5
- 17