Internal Website Search

51-100 of 120 results

ObjectDB Clustering VS Hadoop Hbase

using composite urls the order of the urls defines the connection priority. No need to restart

_PersistenceException: Failed to open file

is : What could be the problem?   my best regards hussamcs Ibrahim Hussam The url that you were trying to use ... ObjectDB home directory. Your url should be: "objectdb://localhost:8080/db/guests.odb" and not "$objectdb://localhost:8080/db/guests.odb" support Support

Does "error 522" (connect timed out) have something to do with restrictions despite license activation?

Lotti Solved, it was really because of the activation code I wasn't able to fetch from URL . Ieodaq Daniele Lotti  Solved, it was really because of the activation code I wasn't able to fetch from URL

Gradle-Kotlin Code Contributions

") } repositories { mavenCentral() // Custom Maven repository maven { url = uri("https://m2.objectdb.com ... () // Custom Maven repository maven { url = uri("https://m2.objectdb.com") } } dependencies { implementation

Cannot save or update entity on Spring App

_NAME_JDBC_ URL , environment.getRequiredProperty("objectdb. url ")); map.put(PROPERTY_NAME_JDBC_USER

BIRT plugin: Trouble with Client/Server connection

file.  The connection using the server url fails the ping test.  I get (Failed to connect ... Server 2.5.6_04 Configurations:     connection URL : objectdb://localhost:6136/points.odb

JPA 2.1 and AttributeConverter

own adapter for storing property, which is File and URL class. Bot01 Frantisek Novak You can use a transient field for the File or URL and convert it from/to byte[] or String in JPA lifecycle events methods

Objectdb Server Mode set up with glassfish

. The only difference is the database connection url . If specified in the persistence.xml a client-server url could be specified as follows:         My Persistence Unit  

Glassfish 4 JTA Data Source Support

urls can be specified either as a virtual persistence unit name, or using the "javax.persistence.jdbc. url " property in a real persistence unit. Note that JTA is supported by ObjectDB but JDBC is not

lockfiles in client/server mode

is defined in src/main/webapp/META-INF/persistence.xml with a jdbc URL that looks to me as ... creating the EMF with the explicit URL . when running `mvn test`, the exception is: java.lang

Login Error (bad username 'admin' or password)

addition, you should remove blanks from the connection url . support Support Thank you for qiuck response ... .conf on client as one on server. Also, i tried with removing blanks from the connection url

Eclipse/JPA database tutorial

This URL is not expected to be valid. Could you please upload the project? What version of Eclipse ... . Then the application should work on url : http://localhost:8080/Guestbook/GuestServlet A fixed

Get activation code for a server with no Internet connection

require an Internet connection. The output of the activation console application is a url ... . Add the activation code that is received on that url to the ObjectDB configuration file of the server. support Support

How to use ObjectDB properly in spring boot application?

message when I run after mentioned modifications: Failed to configure a DataSource: ' url ' attribute ... driver in the classpath. Therefore to solve this error: Failed to configure a DataSource: ' url ' attribute

Modifier operations

. So for example we have class: public class WebVisit { public String url ; // key public int visitsCount; } As for now I have to pull this class from database: WebVisit visit = em.find(WebVisit.class, url

Netbeans-Friendly Javadocs

Is there a .jar or URL that I can use to get javadocs that work within Netbeans code prediction popup boxes? I tried attaching the URL : https://www.objectdb.com/api/java/jpa/EntityManager to the EntityManager object in Netbeans but it gives me the error: Javadoc not found. Either Javadoc

Changing from client server to embedded mode

to move between the two modes. Your last connection url ( "$objectdb/db/myDB.odb" ) is valid in embedded mode ... an absolute path to that file as a connection url . support Support

Explorer in 2.3

. Auto-login of last opened (remote) database puts the full URL into the Database Path field

SSL cannot connect from client StackOverflow error

uses a connection url that starts with  objectdbs:// instead of  objectdb

Is 2 level cache in use?

on server uses the same amount of CPU and memory. I'm calling the same url in benchmark

Does ObjectDB support @Parent for @Embeddable reference to parent?

{ User user; public void setUser(User user) {..} setURL(String url ) { if (user.active

connection pooling

should be specified. If another port is specified it also has to be specified by clients in the url

Configure ObjectDB in spring context

.createEntityManagerFactory(environment.getRequiredProperty("objectdb.db. url ")); return emf; } } I've used

ODBC - How to create a DSN connection in Window

Hi, is there a way to set DSN of ObjectDB in windows for excel data analysis? 搜索 复制 gzdillon Lai Yang You can use the connection URL , including protocol, host, port, path, username and password (when applicable) as DSN of ObjectDB databases. However, ObjectDB does not support ODBC or JDBC

OneToMany and cascade delete problem

contains URL of product that I can parse for price. But this is not important here :) The main

ObjectDB version 2.3 has been released

support of ";drop" database url parameter. Adjusted the Enhancer to the new Java 7 class file format

Replication failed

Dear support members, I am trying to set up a replication url in objectdb.conf and have the the following error in the log files: [ObjectDB 2.3.4] javax.persistence.PersistenceException Failed to connect to server 127.0.0.1:6136 (Connection refused) (error 522) at com.objectdb.jpa.EMF

Embedded Database Replication

the server url for replication as with an ordinary server. support Support

Spring and packagesToScan

.Provider.class); Map jpa = MapBuilder. put("javax.persistence.jdbc. url ", "objectdb://localhost:6136/mydb

Starting Explorer programmatically

? Here are the relevant parts of my Gradle file:     repositories { jcenter () maven { url 'http

ObjectDB version 2.1 has been released

of url arguments ( ";user=admin;password=admin" ). Changed default to NonTransactionalWrite enabled

Compare old and new schema

hierarchy to compare with. To do so, I create a new URLClassLoader with a URL pointing to the folder

openejb jpa jaas module

= Persistence.createEntityManagerFactory((String) options.get(" url ")); entityManager

Bulk Delete and Update - best practice?

, would be more efficient. drop in the connection url should work also in server mode if the database is not in use by

Connect to objectdb database

= "objectdb-unit" com.objectdb.jpa.Provider name = "jakarta.persistence.jdbc. url " value = "objectdb://11.13

Is persistence version 2.1 supported?

for persistence.xml  was added in build 2.5.7_05. The url to java.sun.com doesn't exist, so the correct

How to define Default Entity Listeners without persistence.xml and orm.xml

I am using JPA programaticaly..ie without xml file, and i would like to define Default Entity Listeners. How to do ? Here my init code: Properties config = new Properties(); config.put("javax.persistence.provider", "com.objectdb.jpa.Provider"); config.put("javax.persistence.jdbc. url ", "objectdb

Using explorer with a live embedded db

is correctly and the problem is elsewhere. Do you specify port 10306 in the url of the embedded database

Error 990... and then new version?

I was about to post (here, since the provided url is restricted), I noticed there was a new release

Is there an update on running ObjectDB purely in-memory?

;               Any database url or path

Glassfish 4 AbstractMethodError: com.objectdb.jpa.EMF.createEntityManager

. support Support How does one obtain this build?  Is there a SVN/CVS/GIT URL somewhere? rumblesnort

Problem connecting to the replicated server

user permission to the same path as the master user. Trianglehead Json Error In the connection url

ObjectDB can't be activated

. support Support As i wrote in the last reply i did that. Opening the generated url shows the same ... , not the one you sent us via email.   Here is the generated URL for activation, maybe

ObjectDB 2.5.1

) to-many relationship in embedded objects (issue #1131 , #13). Fixed a bug in automatic url

File lock exception on odb$

an error due to an invalid url specified. Your question was moved to this forum thread and answered there. support Support

ObjectDB 2.3.0

Added the ability to edit databases in the Explorer ( issue #2 ). Added the ability to execute queries in the Explorer (issue #3 ). Other small Explorer improvements. Added support of IN operator in JPQL queries. Added support of ";drop" database url parameter. Adjusted the Enhancer to the new

ObjectDB 2.3.2

Fixed a bug in "p.id IN :ids" queries. Fixed a bug in handling NOT =  queries ( issue #536 ). Fixed ClassCastException and NullPointerException in using a composite index in queries ( issue #531 ). Fixed Explorer bugs: editing embedded objects and using connection urls . Fixed

objectdb.home for client/server

machines so all we do really need to supply should be the server connection url and no objectdb.home

ObjectDB 2.0.2

Fixed a bug in queries on embedded objects in C/S mode. Fixed a bug in setting log directory path (missing URL decoding). Fixed a bug in automatic byte code enhancement in Java EE server. Fixed a bug in multi variable queries.

ObjectDB 2.1.1

Fixed an  Explorer bug in handling listeners and callbacks. Fixed a bug in using user/password url arguments multiple times. Fixed several bugs in query processing and running.