Subject | Re: [Firebird-Java] JBoss 4.0.1sp1 EJB3 application deployment problem |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-05-27T20:29:05Z |
> If you are interested I can send you the jar file of the ejbSorry, I do not have time to check this, but it would be great if you could
> application, or you can take it from the jboss tutorial. You have to
> tune hibernate.properties file for use the Firebird connection.
discover why JBoss/Hibernate accesses that table from multiple connections
when changing metadata.
This error message means that one connection tries to change the metadata
for the table while another connection has an open statement referencing
that table. Usually metadata changes require exclusive database access.
Roman