ObjectDB ObjectDB

Internal Website Search

61-70 of 200 resultsRefresh
33

Connection performace after upgrade to objectdb 2

you very much for you reply. However, do you know why the connection cost in objectdb 2 is higher than objectdb 1
33

ObjectDB Server Connection Permissions

It would be useful if instead of creating a web service layer on top of a database, I could just set up permissions to entities and entity variables for client connections. This would be beneficial when providing specific raw data where additional business logic is not required. I suppose
33

Cannot connect with client

Hello I am unable to connect to my remote DB due to this error. What is the meaning, and how to solve it? Please see attached. Trianglehead Json Error Make sure that the same ObjectDB version is used on both the server side and the client side. support Support I'm pretty sure
33

Number of current connections

Is there any way to find out the number of current connections to the DB server? natmaclin Natalia Levine Currently not. You may subscribe to this feature request and update it according to your needs. support Support
33

Safe to monitor listening port by connect/disconnect?

I wish to monitor our instances of ObjectDB using an automated tool that simply connects and then disconnects from the ObjectDB listening port once per second (frequency is configurable). Will this cause any issue with the normal operation of ObjectDB? CAPdev CAP Dev It should be fine. support Support
6

Server User List

a username and a password that have to be provided when the user connects to the server. The optional ip attribute, if specified, restricts the user to connect to the server only from the specified IP ... .0.0-192.18.194.255,127.0.0.1" allows connecting from any IP address in the range of 192.18.0.0
6

Can not connect to replication node

Hi, I tried to connect the database server using uri.. However the program emits error saying that no such Provider.. The code is below: var uri = "objectdb://10.11.12.3:6136/asli-webmapper/accesslog.odb;user=asli-webmapper;password=admin1"; var emf = Persistence.createEntityManagerFactory(uri
1

Step 4: Add a Servlet Class

response) throws ServletException, IOException { // Obtain a database connection ... , response); } finally { // Close the database connection: if (em ... (representing a database connection) is constructed. If a new guest has registered (using a JSP form
1

Step 4: Add a Servlet Class

, IOException { // Obtain a database connection: EntityManagerFactory emf ... { // Close the database connection: if (em.getTransaction().isActive ... the application scope attribute, and then an EntityManager (representing a database connection
0

getConnectionURL()

Method javax.jdo.PersistenceManagerFactory String getConnectionURL() Get the URL for the data store connection. Returns: the URL for the data store connection. Since: JDO 1.0

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support