I run the schemaexport task from my build.xml and it creates the schema-export.sql and then says that it creates the table in the db but when I go over to confirm that the table is on my Sybase server, there is not one. I am able to create a table across the network with just a class I wrote with the same user, password and default db. We are using JBoss4 (all my config is in the hibernate.properties file as well as in my MBean), hibernate 2.1 and Sybase ASE 12-5. Any hints? I looked at the sybase server log and there is nothing in there at all. I assume that I am connecting to the db or I would expect a failure?
|