Re: Graphical modelling tool

From: Carlos Correia <carlos(at)m16e(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Graphical modelling tool
Date: 2005-12-06 22:53:23
Message-ID: 43961663.3000709@m16e.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Thomas Kellerer wrote:
| Carlos Correia wrote on 06.12.2005 21:13:
|
|> -----BEGIN PGP SIGNED MESSAGE-----
|> Hash: SHA1
|>
|> Thomas Hallgren wrote:
|> | Hi,
|> | I'm about to start a new project where the first task is to design a
|> | database. I'm looking for some tool that will allow me to model the
|> | tables and relationships graphically, UML or similar, and then let me
|> | generate the SQL with PostgreSQL flavor. What's the best tools out
|> | there? Are there any open source alternatives?
|> |
|> | Kind regards,
|> | Thomas Hallgren
|> |
|> |
|> | ---------------------------(end of
|> broadcast)---------------------------
|> | TIP 9: In versions below 8.0, the planner will ignore your desire to
|> | choose an index scan if your joining column's datatypes do not
|> | match
|> |
|>
|> Hi,
|>
|> Perhaps, you'll like this one:
|> http://www.memoriapersistente.pt/en/opensource/gaudi/index.html
|>
|> Regards,
|>
|
| I tried to run this (under Windows) but after selecting the database I
| always get the following exception:
|
| Exception in thread "main" java.lang.ExceptionInInitializerError
| at
| com.m16e.free.tools.xgui.XGuiFactory.readLayout(XGuiFactory.java:1152)
| at com.m16e.dbed.DbEditor.showFrame(DbEditor.java:254)
| at com.m16e.dbed.DbEditor.main(DbEditor.java:400)
| Caused by: java.util.MissingResourceException: Can't find bundle for
| base name i18n/xgui-locale, locale de_DE
| at
|
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:839)

|
| at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:808)
| at java.util.ResourceBundle.getBundle(ResourceBundle.java:552)
| at
| com.m16e.free.tools.i18n.MpBundle.setBundleFile(MpBundle.java:35)
| at com.m16e.free.tools.xgui.XGuiBundle.<init>(XGuiBundle.java:62)
| at
com.m16e.free.tools.xgui.XGuiBundle.<clinit>(XGuiBundle.java:57)
| ... 3 more
|
|
| I fiddled around with the locale settings in dbeditor.properties but to
| no avail. I even created a file i18n/xgui-locale.properties (and one
| xgui-locale_de.properties) but to no avail.
|
| What am I missing here?
|
| Regards
| Thomas
|
|
| ---------------------------(end of broadcast)---------------------------
| TIP 2: Don't 'kill -9' the postmaster
|

It is really missing that file (i18n/xgui-locale.properties) from the
tarball, my apologies for that.

Just create one with the following 2 lines:

msg-null-file-layout=Unknown layout file: {0}\!
msg-file-not-found=Error opening file: {0}\!

Most probably, next you will get another error, stating that tha program
could not find a layout file, because of CLASSPATH issues.

If that's the case, I suggest you send a post to Gaudí's mailing list
(http://lists.sourceforge.net/lists/listinfo/gaudi-users) and continue
the thread in there.

Just one tip: it seems you have not installed the application in the
default directory, if that's the case you should look in the manual for
configuration setup.

Regards,

Carlos
- --
MEMÓRIA PERSISTENTE, Lda.
Tel.: 219 291 591 - GSM: 967 511 762
e-mail: geral(at)m16e(dot)com - URL: http://www.m16e.com
AIM: m16e - ICQ: 257488263 - Jabber: m16e(at)amessage(dot)de
Skype.com username (VoIP): m16e.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDlhZj90uzwjA1SJURAiHQAJ41IfxNGxi4vtn12C60qjfT+uD1IQCgk1OI
JjkjnA9gND/rJjELq4PL3Qc=
=XYZt
-----END PGP SIGNATURE-----

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jim C. Nasby 2005-12-06 23:01:20 Re: [GENERAL] 8.1, OID's and plpgsql
Previous Message Luca Pireddu 2005-12-06 21:54:21 Re: Graphical modelling tool