Used with the Java Persistence API, specifies names and database properties.
0
votes
0answers
12 views
Unable to retrieve EntityManagerFactory (JPA)
I tried to write a simple application using the YPA, but when retrieving data from a database error occurs:
java.lang.IllegalStateException: Unable to retrieve EntityManagerFactory for unitName null
...
0
votes
1answer
10 views
Centos JBOSS deploy war file fail, cannot load the persistence.xml. Working on Windows 7 but not centos
i have spent two days still can't solve the problem.
My problem is that I have a war file using JPA and Hibernate. When i deploy on windows JBOSS AS 7.1.1 it works prefect. However, when i deployed ...
0
votes
1answer
23 views
javax.persistence.PersistenceException: No Persistence provider for EntityManager named
I'm trying to set up a simple jpa 2.0 project by following the information provided by my teacher's documentation . I've been on this for hours now, but no matter what I do I always get this exception ...
0
votes
0answers
43 views
Play framework 2 + JPA with multiple persistenceUnit
I'm struggling with Play and JPA in order to be able to use two different javax.persistence.Entity model associated to two different persistence units (needed to be able to connect to different DB - ...
1
vote
0answers
53 views
When is persistence.xml necessary for Play 2.1.1 Java? Entities don't persist in a many-to-one relationship
In my program, I have a Task model with a allDates field, which is a collection of all the Dates that task occurs on. My goal is to make a calendar manager that allows users to input tasks that repeat ...
0
votes
1answer
108 views
Jboss Services failed to start: service jboss.persistenceunit
For some reason I'm not able to deploy my project anymore.
I get the following error message:
23:03:58,847 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA
23:03:59,219 INFO ...
0
votes
1answer
23 views
How to work with javax.persistence.sql-load-script-source?
I want to automatically insert data into my MySQL tables. Therefore I try to use the JPA property "javax.persistence.sql-load-script-source" in my persistence.xml:
<?xml version="1.0" ...
0
votes
0answers
30 views
No datasource connection: Unknown service requested: ConnectionProvider(Hibernate)
I have a project EJB/JPA with Hibernate on Glassfish and I can not establish a connection to the datasource that I have properly configured(ping succeeded!) on glassfish.
When my application tries to ...
0
votes
0answers
28 views
OpenJPA using identical property bean class for multiple sql tables
(edit: read to end of this post, I've found one solution. Im still open to see how you solved this problem)
I have this SQL schema and *primary keys, simplified example.
server(*id, name, enabled, ...
0
votes
1answer
115 views
Glassfish 3.1.2 “Could not resolve a persistence unit corresponding to the persistence-context-ref-name”
My project has the following structure:
EAR (derp.ear)
|
|____ derp-ui.war
|
|____ busctrl.jar
|
|____META-INF
|
|
_______ ...
0
votes
1answer
74 views
Using Connection Pool in JPA
I hava a standalone JPA (Hibernate) - MySQL Application.
My persistence.xml looks like:
<persistence-unit name="JPAProj" transaction-type="RESOURCE_LOCAL">
<!-- Persistence ...
1
vote
1answer
40 views
Duplicate ClassLoaders generated per persistence-unit on Websphere
We're running an EAR on WAS 8.5, and every one of our DAOs are duplicated 31 times. Noticing our persistence.xml has 30 JNDI datasources, I tested reducing the number, and indeed the duplicate count ...
0
votes
0answers
33 views
DataNucleus + Maven: No classes specified?
I'm trying to generate a table using DataNucleus through SchemaTool from eclipse. However, I get the following error:
SEVERE: No classes specified !
No classes specified !
An exception was thrown ...
0
votes
1answer
96 views
Android: EclipseLink: No Persistence provider for EntityManager named PU
i have a jpa programm which i wanted to tansform on android. this is the src-file-structure from my android project:
+---org
| \---manager
| +---android
| | ...
0
votes
0answers
18 views
ANT task for JPA model
Integrated eclipse with JPA (using eclipse link) and the model was generated using JPA Tools-->Generate Entities from DB. Is it possible to do the same using a ANT Task
0
votes
0answers
61 views
Deployment Error : Due to duplicate persistent units of one service
I am getting deployment error on weblogic server . I have two services with different ear having their own ejbs, 1) attachmentservice 2) assessmentservice.
Now i am trying to call a method of ejb of ...
0
votes
0answers
49 views
Persistence Provider for EntityManager not found
I'm trying to persist elements using JPA and EclipseLink. So I've created a class to persist
@Entity
public class Couple implements Serializable{
private static final long serialVersionUID = 1L;
...
1
vote
2answers
130 views
EclipseLink - No [EntityType] was found for the key class [CurriculumTree] in the metamodel
I get the following in my axis2 web service after deploying into tomcat.
java.lang.IllegalArgumentException: No [EntityType] was found for the key class [VOs.CurriculumTree] in the Metamodel - ...
0
votes
0answers
24 views
Adding additional Entities to Java EE EclipseLink based app via osgi plugin
I have an application based on Glassfish 2.1 (moving to GF 3 later this year). We are EclipseLink based. We also use Felix for osgi support in our application.
I would like to be able to load a ...
0
votes
1answer
53 views
Adding Java persistence API 2 to my javaee6 web app a night mare
I decided to run my java web project on glassfish server using the application console and after deploying it, I got an error and at the end of this question is a link to the error log but from the ...
0
votes
3answers
239 views
InvocationTargetException: javax/persistence/Persistence
Im trying to follow the example in chapter 2 of the book Beginning Java EE 6 Platform with GlassFish 3. I am using EclipseLink, Derby and Maven from cmd in Windows. I really can't figure this out and ...
1
vote
0answers
50 views
entity class from database wizard hangs
I'm developing a web app using Netbeans 7.3, Glassfish server and SQL Server 2008 (Schema named dbo and is 65 gigabytes). I've connected to the database (in the "Services" tab) and now I am trying to ...
0
votes
2answers
218 views
EJB with standalone client ignores persistence.xml (?)
Please help, this is driving me crazy. I've been researching this for hours, and couldn't find an example that matches my situation.
I'm writing a very simple Java EE App which authenticates users ...
1
vote
2answers
344 views
Hibernate 4.1.9 c3p0 settings, and way too many connections to database
I'm using Hibernate 4.1.9 in a Java web application (that uses a Oracle 11g database) and seem to be getting some run-away connections even though i'm using c3p0 pooling.
it seems this should be ...
1
vote
0answers
149 views
OpenJPA SynchronizeMappings in persistence.xml only to the managed tables
I have read many tutorials about the SynchronizeMappings options in persistence.xml.
The configuration I have concluded is this one:
<property name="openjpa.jdbc.SynchronizeMappings" ...
0
votes
2answers
210 views
Difference between EntityManagerFactory and SessionFactory? [duplicate]
I am new to Hibernate and JPA .Right now I am using EntityManagerFactory Instance to create EntityManager then I have UnWrap this EntityManager into Session using
entityManager = ...
1
vote
0answers
94 views
JPA create-or-extend tables
DDL generation "create-or-extend-tables" works with EclipseLink2.4. An extra column is created when i do JPA Tools-> Generate tables from entity. But why doesn't this alteration of table not happen ...
0
votes
1answer
268 views
Maven unable to locate persistence.xml
I copied the persistence.xml in every folder, but still maven showing unable to locate the file persistence.xml. Please help.
Error:
[INFO] using jpaconfiguration task.
...
0
votes
3answers
569 views
java.lang.NoSuchMethodError: org.hibernate.cfg.Configuration.addAnnotatedClass
I am new to JPA & hibernate, when I try this tutorial .
I added the following provider in my persistence.xml,
<provider>org.hibernate.ejb.HibernatePersistence</provider>
and I am ...
1
vote
1answer
207 views
TomEE + OpenJPA - can't inject EntityManagerFactory PersistenceUnit
I have a stateless EJB that injects
@PersistenceUnit
private EntityManagerFactory factory
My persistence.xml:
<?xml version="1.0" encoding="UTF-8"?>
<persistence version="2.0" ...
0
votes
1answer
132 views
no persistence provider for entitymanager named - tried everything
I'm new to JPA, and i got this infamous error "no persistence provider for entitymanager named". I search far and wide on google, and tried every single solution available, to no extent i'm afraid.
...
0
votes
1answer
102 views
persistence.xml and postgresql set 0 == false
We migrate our application from oracle to postgresql. And we have got problem because many question using 0 as false. And now we have got many errors that :
operator does not exist: integer = boolean
...
0
votes
1answer
43 views
Using criteria-api to dynamic tables
I use criteria-api to made sql query to the database and it work very fine.
But now I need to use dynamic tables , where some tables can be create or destroyed and some column can be add or removed.
...
1
vote
0answers
93 views
hibernate using jpa and glassfish 3.0.1
hello all i am using hibernate using jpa in my project and accessing dao's like new (dao name).(methdoname)...
eg. new OrdersDao().createOrder()
so i would like to ask you is it a good practice to use ...
2
votes
1answer
957 views
EntityManager JNDI - name not found
Hi I created a JNDI resource on Tomcat 7 server and I'm trying to use it through persistence.xml, but I got an error that the resource name is not found in the context. I tried other solution found on ...
0
votes
2answers
76 views
Web app on EC2 instance doesn't seem to load persistence.xml
I have an instance of EC2 on which I've deployed a web application. The EC2 instance is Linux with Tomcat. The web app works just fine locally on my box, and it connects to an AWS RDS instance of ...
2
votes
3answers
287 views
Is it possible to have persistence.xml in a location other than META-INF?
I want to have my persistence.xml in conf folder of my app. How can I tell Persistence.createEntityManagerFactory that it should read it from there?
1
vote
1answer
158 views
add EJB into maven project with hibernate
I created my project as "maven project" and I use JSF with beans (defined in faces-config.xml). Right now I'm using my beans to access my DAO object which communicate with DB. I want to add EJBs in my ...
2
votes
0answers
224 views
Java persistence.xml multiple persistence-unit “cannot find symbol … import”
i got a Problem with my NetBeans-Maven-Project.
If i add another Persistence-Unit into the same persistence.xml with the same Entities, i get some Exceptions i dont understand.
<?xml version="1.0" ...
0
votes
1answer
306 views
tomee persistence.xml in EJB JAR META-INF crashes my application deployment
I am using TomEE to deploy an EAR file, that contains one EJB JAR and one WAR.
I want to add entities using the default provider. I have created a resource in tomee.xml to use MySQL DB.
Then I would ...
2
votes
1answer
204 views
Generate the JPA 2.0 metamodel via maven without persistence.xml?
Is there any way to generate the JPA 2.0 metamodel via maven without having a persistence.xml file. I'm using eclipselink.
In my Java EE-projects I'm doing something like the following wich works ...
0
votes
1answer
556 views
error in persistence.xml
I am trying to deploy a simple EJB project onto Jboss 7.1.1. I have a separate installation of H2 database.
So I changed the standalone.xml as follows:
<subsystem ...
1
vote
3answers
241 views
How to override WebSphere Community Edition (WCE) 2.1's default persistance provider- OpenJPA
In a Spring 3 MVC project running on WebSphere Community Edition 2.1, I'm trying to configure my entityManagerFactory. However it seems that I can't override the PersistanceProvider. It defaults to ...
1
vote
0answers
139 views
Issue on injecting EntityManagerFactory in Websphere with @PersistenceUnit
I'm having trouble porting a webapp from Glassfish 3.1 to Websphere 8.5.
The problem is the use of JPA2:
the following configuration running in Glassfish does not work in Websphere:
...
0
votes
1answer
202 views
configuring infinispan in jboss 7 programmatically
is there a way i can take away the configuration of infinispan completely from the standalone.xml and have the configuration like the following in my persistence.xml :
<property ...
0
votes
1answer
169 views
DataNucleus persistence.xml filtering: No “persistence.xml” files were found in the CLASSPATH
Whenever I enable (Maven) filtering of the persistence.xml file I get the following error:
SEVERE: DataNucleus Enhancer completed with an error. Please review the enhancer log for full details. Some ...
0
votes
0answers
216 views
Portable JPA application without specifying database username and password inside persistence.xml
I am developing a JPA application for my project. I am using eclipselink. I found this tutorial but it doesn't fit with the complexity of my application
link here
I want to create an external file ...
0
votes
2answers
641 views
How to Improve Performance when Persisting Large Collections using Spring EntityManager Hibernate
I am using Spring/Hibernate done the JPA way using org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean and configured using spring xml, persistence.xml and JPA 2 annotations.
...
1
vote
3answers
742 views
How to store persistence.xml with other configuration files
I'm using EclipseLink as my JPA implementation. Our project has a directory where we keep all of our config files, and I would like to store my persistence.xml file in the config directory, but cannot ...
0
votes
0answers
369 views
JPA2 Extract info from a persistence.xml
I work with JPA2 and I use a multiple persistence unit configuration that is represented in my persistence.xml, like this:
<?xml version="1.0" encoding="UTF-8"?>
<persistence ...
