Hi,
when i am adding below one in objectDb.conf file
<database>
<extensions drop="temp,tmp" memory="mem,memory"/>
</database>
i could not open explorer. then i erase this line then i could able to run the explorer and server.
EntityManagerFactory emf = Persistence.createEntityManagerFactory("objectdb:test.mem");
After running program it gives Exception:
org.xml.sax.SAXParseException; lineNumber: 22; columnNumber: 52; cvc-complex-type.2.4.a: Invalid content was found starting with element 'extensions'. One of '{activation}' is expected.
.....................................
......................................
com.objectdb.o.UserException: Failed to validate xml file D:\ObjectDB\objectdb-2.7.3_06\objectdb.conf line 22: cvc-complex-type.2.4.a: Invalid content was found starting with element 'extensions'. One of '{activation}' is expected.
....................................................
..................................................
How can i solve this problem.
Thanks