Hi,

Sorry, I think you just have to read the documentation and try the
things discussed there first. After that works, try more complex
configurations. If you don't understand the documentation, then read
it again.

> jdbc:h2:file:${jboss.server.data.dir}/databases/jms/JMS;AUTO_SERVER=TRUE;MVCC=TRUE
> Unfortunately every time JBoss is started the H2 Server listens on a
> different port (this info is in the JMS.lock.db) but the remote
> application doen't know it.

Obviously, because that is what is supposed to happen. Just read the docs.

> The error message is always the same:
> Falscher Benutzer Name oder Passwort Wrong user name or password
> [28000-160]

Well then the database already exists with a different user /
password. I think the message is pretty clear.

> In H2 GUI you can choose between Generic(Server) or Generic(Embedded) when 
> you create the DB.
> Whichone to use in mixed mode?

There is no separate item in the dropdown list for every feature.

> I have tried all versions of url:s    but H2 all the time wants to create a 
> new DB in second machine.

> please give an easy example.

I suggest to read the docs.

Regards,
Thomas

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to