Tagged Questions

0
votes
1answer
20 views

Force clear EJB3 cache in Glassfish

I have application written in Java that is using EJB3 + Toplink. I'm using Glassfish as my app. server. Sometimes the data that has been cached is old and I need to clear my cache manually. I know …
1
vote
1answer
39 views

JPA - saving changes without persist() invoked

Hi, we are using Toplink implementation of JPA + Spring + EJB. In one of our EJBs we have something like this: public void updateUser(long userId, String newName){ User u = em.get(User.class, …
0
votes
0answers
18 views

calling stored procedure from toplink using server session

hi All, I am using toplink and i need to call one procedure. I tried but i am getting some problem. can anyone help me. Below is the code piece. public void executeStoredFunction(ServerSession …
0
votes
1answer
48 views

Toplink trying to persist null object

I have an object "Instance" with another object "Course" inside. When trying to persist a new Instance object, I get the following error if Course is null: java.lang.IllegalStateException: During …
0
votes
2answers
46 views

using toplink from hibernate

hi, i am using hibernate but i want to add an application that is using hibernate. the problem that i am facing is when i want to perform global transaction on that combined application. i am using …
0
votes
0answers
24 views

Some limitations about EJB 3.0 and Toplink framework

I have project use EJB 3.0 and implement Toplink framework for model layer. When using EJBQL to process data, I see it seems have some limitation: It cannot process datatime such as find a part of …
0
votes
1answer
32 views

how to solve lock_wait_timeout, subsequent rollback and data disappeareance from mysql 5.1.38

i am using a toplink with struts 2 and toplink for a high usage app, the app always access a single table with multiple read and writes per second. This causes a lock_wait_timeout error and the …
2
votes
4answers
146 views

EJB3 Getting at original JDBC Errors

Hi all, I am using EJB3 on Glassfish using the default TopLink persistance manager. Within a Session Bean, when the persistence manager catches a DB exception, it marks the transaction to be rolled …
1
vote
1answer
74 views

Toplink IN subquery

Hi all, I hava 2 objects associate by oneToMany relationship("One Model can have many events"). I'm trying to make a subquery in ejbql to find models for one event, like this: SELECT model FROM …
0
votes
0answers
21 views

On getting any db error lock wait timeout, com.mysql.jdbc.exceptions.jdbc4.CommunicationsException, the data disappears from the db

i am implementing jpa using toplink, and whenever any sort of error comes in the log file, all db entries after the error DISAPPEAR from the db, all errors are caught in a try, catch statement and …
0
votes
2answers
1k views

No Persistence provider for EntityManager named …

I have my persistence.xml with the same name, using toplink, under META-INF directory. Then I have my code calling it with... EntityManagerFactory emfdb = …
0
votes
1answer
51 views

How to use lazy property loading with glassfish + toplink essentials

I have a query: select p from Product p Which gives me the results I expect, but one of the columns (let's call it massiveDescription) is big, and since I'm querying the full list of products I …
1
vote
1answer
34 views

EJB3/DB2 Transactions not rolling back.

Hello all, I have a situation where I have a tree of Entities, and a Session Bean. The Session Bean simply persists or merges the entities, and the method in question is marked as …
1
vote
3answers
243 views

Java server cpu usage at 100% after two days continous running with about 110 users

I have a tomcat 6.0.20, apr 1.2, jdk 1.6.0_15 with mysql 5.1.38 running on a rhel box with 4 GB ram. There is one simple jsp/servlet application on it with 5 users, one struts 1.2.0.9 with 64 users …
0
votes
2answers
146 views

What does Hibernate/Toplink offer above JPA?

As far as I know, JPA itself offers all the shiny features like ORM, JPQL, entity relations mapping and so on. But I don't really understand, why do people use Hibernate or Toplink on top of JPA. …

1 2 3 next
15 30 50 per page