Hi all,

i just tried to deploy the 3.1 release on a postgresql 8 database.

When my software tries to create the database schema it fails with
org.hibernate.MappingException: Could not determine type for: string_max, for 
columns: [org.hibernate.mapping.Column(OLDSTRINGVALUE_)]
        at org.hibernate.mapping.SimpleValue.getType(SimpleValue.java:265)
        at org.hibernate.mapping.Column.getSqlTypeCode(Column.java:127)
        at org.hibernate.mapping.Column.getSqlType(Column.java:171)
        at org.hibernate.mapping.Table.sqlCreateString(Table.java:257)
        at 
org.hibernate.cfg.Configuration.generateSchemaCreationScript(Configuration.java:658)
        at org.jbpm.db.JbpmSchema.getCreateSql(JbpmSchema.java:93)
        at org.jbpm.db.JbpmSchema.createSchema(JbpmSchema.java:187)

I'm no hibernate expert but when i remove the string_max from the hbm files it 
works fine.

Is there anything wrong in my configuration?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923745#3923745

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923745


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to