[Opensource] Tip: Fix to Mismatched Schemas
Michael Rimov
rimovm at centercomp.com
Thu Sep 5 11:32:00 PDT 2002
Hey All,
Some of you have been butting up against the RequiresVersion() function in
Expresso, but don't have source code to get the fix. So I'm proposing a
fix you CAN perform with your current licenses. Get the expresso source
code and open the file:
com.jcorporate.expresso.core.dbobj.Schema.java
Modify the function requiresVersion() to:
protected void requiresVersion(String versionString,
String schemaClassName)
throws DBException {
return;
} /* requiresVersion */
Recompile and start things up. This should take care of the problem for
the time being. I will be posting updates to Expresso at the beginning of
the week that should take care of that problem on a permanent basis, but
until then, this is a modification you can do yourselves since the Expresso
code IS freely available.
HTH!
-Mike
More information about the Opensource
mailing list