[
http://jira.codehaus.org/browse/CONTINUUM-697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Venisse closed CONTINUUM-697.
--------------------------------------
Assignee: Emmanuel Venisse
Resolution: Fixed
Fix Version/s: (was: To Sort)
1.1-beta-3
Thanks Teodoro, I applied your patch.
The mapping property in application.xml must be uncommented to use Continuum
with mssql
> sizes incompatible with mssql (Patch Attached)
> ----------------------------------------------
>
> Key: CONTINUUM-697
> URL: http://jira.codehaus.org/browse/CONTINUUM-697
> Project: Continuum
> Issue Type: Bug
> Components: Database
> Affects Versions: 1.0.3
> Environment: windows/mssql2000
> Reporter: Brian Fox
> Assignee: Emmanuel Venisse
> Fix For: 1.1-beta-3
>
> Attachments: CONTINUUM-697.patch, CONTINUUM-697.patch,
> continuum-697.patch
>
>
> This is my configuration:
> <property>
> <name>javax.jdo.option.ConnectionDriverName</name>
> <value>net.sourceforge.jtds.jdbc.Driver</value>
> </property>
> <property>
> <name>javax.jdo.option.ConnectionURL</name>
>
> <value>jdbc:jtds:sqlserver://cordella.mht.stchome.com:1433/continuum</value>
> </property>
> <property>
> <name>javax.jdo.option.ConnectionUserName</name>
> <value>continuum</value>
> </property>
> <property>
> <name>javax.jdo.option.ConnectionPassword</name>
> <value>continuum</value>
> </property>
> I get this exception:
> 3984 [WrapperSimpleAppMain] ERROR JPOX.RDBMS.SCHEMA - An exception was
> thrown while adding/validating class(es) : The size (8192) given to the
> column 'COMMENT' exceeds the maximum allowed for any data type (8000).
> java.sql.SQLException: The size (8192) given to the column 'COMMENT' exceeds
> the maximum allowed for any data type (8000).
> 4000 [WrapperSimpleAppMain] ERROR JPOX.RDBMS.SCHEMA - java.sql.SQLException:
> The size (8192) given to the column 'COMMENT' exceeds the maximum allowed for
> any data type (8000).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira