Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

persistence

0
votes
0 answers
58 views

Persistence transaction-type value?

I have a question about persistence.xml config parameter "transaction-type". If I set this parameter to value "RESOURCE_LOCAL", than application run…
asked June 24, 2011 4:10 pm CDT
pierre tautou
0
votes
1 answers
30 views

Java: serverside Persistent storage solution for TableModel and TreeModel?

Scenario: client would logon, create their own TableModel and TreeModels and be able to access it at a later time. TableModel and TreeModel which…
asked June 20, 2011 8:36 pm CDT
Kim Jong Woo
0
votes
1 answers
47 views

Is MongoDB-backed persistence still in Akka?

I found some docs for mongodb persistence in Akka 1.0, but can't seem to find any mention of it in the 1.2 docs. Was it removed? I also can't find…
asked June 20, 2011 11:33 am CDT
Alex
0
votes
1 answers
50 views

CouchDB for chat history persistence and user statistics

Is CouchDB or CouchBase suitable as a persistence NoSQL-based solution for storing users chat history and statistics? Since chat history would…
asked June 14, 2011 2:34 pm CDT
yojimbo87
0
votes
2 answers
32 views

Getting the ID (PK) of a newly persisted entity

I'm developing a J2EE 6 Web Application, using a MySql 5.02 DataBase. I'm trying to generate a hash digest of the ID, every time I create a new…
asked June 10, 2011 3:06 am CDT
mdelolmo
1
vote
2 answers
34 views

Problem with HTTP Connections

I've a big problem (sorry for my poor english). I attach directly my code: public bool isServerOnline() { Boolean ret = false; try { HttpWebRequest…
asked June 7, 2011 4:41 am CDT
Cecco
0
votes
1 answers
35 views

How are Websphere MQ messages stored to allow persistence?

Are Websphere MQ messages stored in a database or filesystem? Can I configure it to use MySQL?
asked June 3, 2011 2:46 am CDT
Godot
0
votes
0 answers
33 views

Persistent connection to MYSQL without mysqli_pconnect

I have a database on a local machine that is queried repeatedly as fast as possible. Currently I am executing mysql_real_connect() before each query…
asked May 28, 2011 7:48 pm CDT
Mike Furlender
0
votes
2 answers
38 views

How do I prevent EclipseLink (JPA 2.0) from clearing my database/table?

I'm using EclipseLink (JPA 2.0) on Netbeans 7.0 with a MySQL database - which I configured according to this screencast . But sometimes when I…
asked May 18, 2011 11:34 am CDT
pedrosanta
0
votes
1 answers
36 views

EclipseLink JPA: How can I specify zeroDateTimeBehavior=converToNull

I need to set the zeroDateTimeBehavior property to convertToNull in my EclipseLink configuration. I am using a properties file where I am using…
asked May 17, 2011 2:48 pm CDT
Statue
0
votes
1 answers
58 views

Using PostgreSQL ltree type with a Java ORM layer

I like to use ltree from PostgreSQL contrib in one of my projects, and i like to use some kind of ORM layer (Hibernate, EclipseLink) on top of the…
asked May 17, 2011 7:05 am CDT
NagyI
0
votes
0 answers
29 views

How to populate zend_from_element_select from a DB field of type enum( in doctrine )

I am using doctrine as for persisting objects in my Zend-framework project now I want my drop down box populated with some the enum field in the DB…
asked May 17, 2011 5:35 am CDT
jspeshu
0
votes
2 answers
58 views

How to have a lock on a mysql database and dequeue the waiting jobs

hi, i was wondering if anyone knew how to lock a database, and then dequeue the waiting jobs. so i have a hashtable in a database, and im storing…
asked May 16, 2011 5:13 pm CDT
Crystal
0
votes
1 answers
59 views

Persistence solution for mobile Phonegap / HTML5 App

Hi, I am developing a mobile app for Android and iOS using jQuery Mobile. The app will be deployed to Android and iOS devices utilizing Phonegap. My…
asked May 4, 2011 4:45 pm CDT
Johe Green
1
vote
1 answers
62 views

In Mongoid, can you atomically destroy an embedded document and update its parent?

class Cart include Mongoid::Document embeds_many :cart_items def calculate_prices # Set some fields end def remove_item(item) # what goes here?…
asked April 30, 2011 1:07 pm CDT
Ben
0
votes
3 answers
61 views

Fluent NHibernate - PersistenceSpecification of HiLo scheme

Not sure if I'm asking the right question so please bear with me! Bit of an NHibernate noob. We're using Fluent NH and have the following id…
asked April 12, 2011 3:05 am CDT
Mark Pim
0
votes
1 answers
70 views

Load Balancer to Apache instances. Should I use Persistence connections to minimize timed out apache instances??

I was trying to figure out if using persistence on my load balancer would allow for better utilization of apache spawned processes if paired with…
asked April 7, 2011 4:15 pm CDT
John Lewis
0
votes
1 answer
64 views

JPA passing parameter as Set

hi guys i want to pass a parameter in the jpql as set in an update statement. here is the statement: Query query = entityManager.createQuery("UPDATE…
asked March 30, 2011 2:26 pm CDT
Ikthiander
0
votes
1 answer
31 views

Fastest possible key->value disc store with mutiple values

I'm looking for a efficient way to store many key->value pairs on disc for persistence, preferably with some caching. The features needed are to…
asked March 29, 2011 2:16 pm CDT
Bjorn J
0
votes
0 answers
43 views

Javax.persistence with @Entity bean saving int[] as bytea problem (postgres)

Hello everyone. In my current project i have an @Entity bean, with, among others, an int[] field, which should match an integer[] field in my…
asked March 9, 2011 5:42 pm CST
aciobanu
Pages : 1 | 2 >
25

persistence

Tagged: persistence
Related Tags
mysql × 11
java × 8
mongodb × 3
jpa-2.0 × 3
postgresql × 2
mongoid × 2
couchdb × 2
sqlite × 2
nosql × 2
jpa × 2
openjpa × 1
servlets × 1
apache × 1
onetomany × 1
deque × 1
websphere × 1
hbase × 1
database × 1
hibernate × 1
scala × 1
c# × 1
tomcat × 1
java-ee × 1
glassfish × 1
akka × 1
ruby × 1