Subject Re: JBoss 3.0.0 CVS Build
Author rrokytskyy
> 08:04:48,101 ERROR [EJBDeployer] Could not deploy
> file:/opt/jboss-3.0.0DR1/deploy/CaSS-Security.jar
> org.jboss.deployment.DeploymentException: Error while creating
table, Cause:
> java.sql.SQLException: GDSException: unsuccessful metadata updat
> e
> key size too big for index RDB$PRIMARY13
> ...skipped

I would say that the size of the column that is supposed to be the
primary key is greater than allowed in Firebird (correct me if I am
wrong, but that's 128 bytes). Check the deployment descriptors and
type mapping, probably you will have to define the custom field size
in jaws.xml (is it still jaws.xml? my last jboss was 2.2.1).

Roman Rokytskyy