Hi, We just installed Archiva for our developers and we have MSSQL for the back-end database. Because some Java exception reported by our developers, we noticed some tables are missing due to the column width exceeds the system limit (8192 vs. 8000). I did some research online and found it is known problem for various database servers (MSSQL, Oracle, etc.). However, it seems there is no easy way to fix it. Since I'm not a Java programmer, I don't know how to modify Archiva code to resolve this problem. I wonder whether there's database schema (or DDL scripts) I can use to manually create those tables.
Thanks in advance. JH