ObjectDB Database Search
51-100 of 120 resultsObjectdb 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   | |
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 | |
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 | |
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 | |
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 | |
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 | |
_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 | |
Connecting to a remote objectdb server - when objectdb on localhost The objectdb.conf server data url configured like: Thoughts?   ... there is no issue on that. Still, no db files were created. Tried this url too, "objectdb | |
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 | |
Remove not working(String[] args) { String url = "objectdb:$objectdb/db/test.tmp;drop"; EntityManagerFactory emf = Persistence.createEntityManagerFactory( url ); EntityManager em = emf.createEntityManager(); em | |
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 | |
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 | |
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 | |
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 | |
Cannot save or update entity on Spring App_NAME_JDBC_ URL , environment.getRequiredProperty("objectdb. url ")); map.put(PROPERTY_NAME_JDBC_USER | |
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 | |
ObjectDB version 2.1 has been released of url arguments ( ";user=admin;password=admin" ). Changed default to NonTransactionalWrite enabled | |
Is 2 level cache in use? on server uses the same amount of CPU and memory. I'm calling the same url in benchmark | |
Using a file extension other than .odb the url starts with objectdb: For example: EntityManagerFactory emf =   | |
Is there a function of "drop table" or "delete from table"? extensions. See this forum thread and the explanation of the ;drop connection url parameter in | |
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 | |
Should derived fields of an EmbeddedId be manually maintained by app code? of the new ;drop url parameter ? To paste code in the forum, first select the Java Code style | |
Explorer in 2.3. Auto-login of last opened (remote) database puts the full URL into the Database Path field | |
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 | |
Drop in Client/server mode not working Hi, can't seem to get drop to work in c/s mode: version : objectdb-2.3.5_04 config : url : 'objectdb://localhost/testStorage1.tmp;drop;user=admin;password=admin' suggestions? David dmoshal David Moshal Just checked using the following simple test and it works (always prints 1 | |
package.jdo validation error (Connection timed out) to remove the following line: otherwise the XML parser may try accessing that url (and it will probably fail if you are behind a firewall). support Support | |
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 | |
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 | |
Change path for urls2.xml file the maximum history list size: The url history is used to enable opening | |
openejb jpa jaas module = Persistence.createEntityManagerFactory((String) options.get(" url ")); entityManager | |
Not able to update records URL . n126961 Sandip As per my knowledge I have already tried all known things. Waiting for reply. I | |
Deadlock problems solved - a suggestion Thanks to the new logging capability, I have managed to solve all the deadlock problems, as they were a result of Objectdb encountering new classes in multi-threaded code. I have a suggestion that might be useful for other users - how about an Ant task that, given a database URL , performs | |
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 | |
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 | |
Configure ObjectDB in spring context.createEntityManagerFactory(environment.getRequiredProperty("objectdb.db. url ")); return emf; } } I've used | |
Spring and packagesToScan.Provider.class); Map jpa = MapBuilder. put("javax.persistence.jdbc. url ", "objectdb://localhost:6136/mydb | |
Can't post on your forum, could you please try adding a dummy parameter (e.g. ?x) to urls on our website? In addition, could you please check | |
connection pooling should be specified. If another port is specified it also has to be specified by clients in the url | |
How to change properties in urls2.xml ? is autogenerated by objectdb. And it describes the locals databases url and their port / user / password ... properties ? Adding ?port=XXXX at the end of the persistence.xml database local url doesn't work | |
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.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.0 exceptions . Added support of url arguments ( ";user=admin;password=admin" ). Changed default | |
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. | |
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.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 2.3.4 url . Fixed performance issue ( fetch optimization ) in range queries. Fixed cached result size | |
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.5.1) to-many relationship in embedded objects (issue #1131 , #13). Fixed a bug in automatic url |