Dear all,
New build (Build 20030920) of BioUML workbench have bee released.
http://www.biouml.org/download.shtml?0.7.1/download
This is support release that fixes some problems revealed in version
0.7.1 (beta):
MATLAB engine DLL loading error (fixed)
When user tries to start MATLAB engine from BioUML workbench it can
not find JMatLink.dll and prints following error message:
Error: Could not load the JMatLink library
SBW 1D array type (new)
New version allows to use 1D arrays as parameters of SBW service
methods. For this purpose JavaScript arrays (both JavaScript native
array and wrapped Java array) are converted into usual Java 1D
arrays. However this version does not supports 2D arrays and lists as
SBW service method parameters.
SBW host object help (corrected)
Some typos in help (description) of SBW host object functions are
corrected.
Load SBML model from file (new)
Possibility to load SBML model from file is added.
Here is an example:
model = sbw.loadModel("file", // should be "file"
"c:/my_model.xml"); // model file name˙
With best regards,
Fedor.