Uw opmerkingen

Is there any way we can modify the xml such that when we inport, the model is already grouped in subject areas?

Ok, so I imported the postgreSQL database into Vertabelo. But I get errors for datatypes such as 'Geometry datatype is not supported by database engine'. But I know that PostgreSQL has Geometry datatype. How to resolve this error?

Thank you for your quick responses Daniel! Is it ok to use the beta version though? Will I face any issues later because I am  importing a live database model in Vertabelo.

Thank you Daniel! It worked, my database objects are now in Vertabelo, but I do not see that it created a diagram. I just see in the left pane that all the objects are loaded. There are some problems(errors and warnings) though. Do I need to manually fix the problems? And how will I see a diagram in the right pane? Do I need to create it by dragging the objects manuall?

My java version is :  openjdk version "11.0.2" 2019-01-15

and when I run the command 

java --add-modules java.xml.bind -cp .;reverse-engineering.jar;ojdbc6.jar com.vertabelo.reverse.Main -url "jdbc:oracle:thin:@//localhost:1521/xe" -user USERNAME -password 
password1234 -o localhost_file

I get error : Error occurred during initialization of boot layer
java.lang.module.FindException: Module java.xml.bind not found

Is my java version not comaptible?