Subject | Re: JBoss 4.0.1sp1 EJB3 application deployment problem |
---|---|
Author | george_yaneff |
Post date | 2005-05-28T06:36:44Z |
--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
When I connect to firebird from two instances of IBExpert, thus making
two connections, the same problem arises when I execute the ddl from
one of the instances. The other connection is passive (does not
execute any transactions).
Again there is no problem when the connection is only one. The DDL
executes successfuly.
<rrokytskyy@a...> wrote:
> > If you are interested I can send you the jar file of the ejbyou could
> > application, or you can take it from the jboss tutorial. You have to
> > tune hibernate.properties file for use the Firebird connection.
>
> Sorry, I do not have time to check this, but it would be great if
> discover why JBoss/Hibernate accesses that table from multipleconnections
> when changing metadata.metadata
>
> This error message means that one connection tries to change the
> for the table while another connection has an open statementreferencing
> that table. Usually metadata changes require exclusive database access.It seems the problem is not in JBoss or JayBird.
>
> Roman
When I connect to firebird from two instances of IBExpert, thus making
two connections, the same problem arises when I execute the ddl from
one of the instances. The other connection is passive (does not
execute any transactions).
Again there is no problem when the connection is only one. The DDL
executes successfuly.