About secure
SSL Configuration
Explains how to set Secure Socket Layer (SSL) in the ObjectDB fast Java object database for JPA/JDO. The <ssl> configuration element specifies Secure Sockets Layer (SSL) settings for secure communication in client-server mode, for both the client side and the ...
[ODB1] Chapter 8 - ObjectDB Server
An ObjectDB server can manage one or more databases. Databases that are managed by a server can be accessed by multiple processes simultaneously. In addition, the server supports accessing these databases from remote machines by TCP/IP. More details about client server mode vs. embedded database mode are discussed in Section 1.2.... User Server Configuration 8.4 Using Secure Socket Layer (SSL) 8.1 Running an ObjectDB Server ... is disabled in this version. --> 8.4 Using Secure Socket Layer (SSL) ObjectDB supports encryption of client server ...
JBoss 7 startup fails
Hi, I was having a go with entity beans 3.x jboss 7, objectdb and the guestbook web application but cannot come out of the swamp. I use eclipse indigo as IDE The "src" folder contains the pachake guest and within the classes: Guest.java, GuestListener.java and GuestServlet.java The WebContent/META-INF dir contains: context.xml #1 2011-09-21 11:50 Hi, I was having a go with entity beans 3.x jboss 7, objectdb and the guestbook web application but cannot come o ...
Criteria Query results in a NoResultException instead of returning object
When I run the following code #1 2011-05-16 01:42 When I run the following code CriteriaBuilder builder = em. getCriteriaBuilder & ...
CriteriaQuery using isNotNull with other conditions results in InternalException
When I try to execute the following criteria query #1 2011-05-20 05:10 When I try to execute the following criteria query CriteriaBuilder builder = em. getC ...
Field level privileges
Hello , we are currently making new instant messenger but we were planing to use some security addons and privileges on access some of the fields on java side. Can we give privileges to users , for example some users can only read some fields and some just can write java fields. Some users only allowed insert ability. Anonymous access only accesses some of the fields. #1 2012-03-17 23:05 Hello , we are currently making new instant messenger but we were planing to use some security addons and privile ...
replacingStateManager(pc, sm)
Replace the current value of jdoStateManager.(Method of javax.jdo.spi.StateManager)
jdoReplaceStateManager(sm)
This method sets the StateManager instance that manages the state of this instance.(Method of javax.jdo.spi.PersistenceCapable)
GWT RPC is throwing serialization exception when I have object db date value
Caused by: com.google.gwt.user.client.rpc.SerializationException: Type 'objectdb.java.util.Date' was not included in the set of types which can be serialized by this SerializationPolicy or its Class object could not be loaded. For security purposes, this type will not be serialized.: instance = Sat Jan 29 00:00:00 PST 2011 at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serialize(ServerSerializationStreamWriter.java:614) #1 2011-02-07 15:14 Caused by: com.google.gwt.user.client.rpc.SerializationException: Type 'objectdb.java.util.Date' was not included i ...