Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aperi-dev] building the SAN Simulator

I’m trying to build the SAN simulator.  I want to demonstrate Aperi here, but don’t want to do so on our production SAN.  By adding the wbemservices jar files to the build path and creating a lib folder with sblimCIMClient.jar in it, I have resolved all but 4 build errors.  I get two errors from the two instances of CIMDataBLOB.java:

 

The type CIMDataBLOB must implement the inherited abstract method Blob.free()

   and

The type CIMDataBLOB must implement the inherited abstract method Blob.getBinaryStream(long, long)

 

Somehow I think that stubbing these out is not the way to go.  Any advice?

 

Thanks,

Ron

cid:image001.jpg@01C81B1A.A3F82F30

 

BEGIN:VCARD
VERSION:2.1
X-MS-SIGNATURE:YES
N;LANGUAGE=en-us:Thielen;Ronald;J.
FN:Ronald J. Thielen
ORG:The University of Chicago
TITLE:Enterprise Architect
TEL;WORK;VOICE:+1 (773) 702-7612
ADR;WORK;PREF;ENCODING=QUOTED-PRINTABLE:;;NSIT=0D=0A=
1155 E. 60th Street;Chicago;IL;60637-2745;United States of America
LABEL;WORK;PREF;ENCODING=QUOTED-PRINTABLE:NSIT=0D=0A=
1155 E. 60th Street=0D=0A=
Chicago, IL  60637-2745
X-MS-OL-DEFAULT-POSTAL-ADDRESS:2
URL;WORK:http://home.uchicago.edu/~rthielen
EMAIL;PREF;INTERNET:rthielen@xxxxxxxxxxxx
X-MS-OL-DESIGN;CHARSET=utf-8:<card xmlns="http://schemas.microsoft.com/office/outlook/12/electronicbusinesscards"; ver="1.0" layout="left" bgcolor="ffffff"><img xmlns="" align="fit" area="16" use="cardpicture"/><fld xmlns="" prop="name" align="left" dir="ltr" style="b" color="000000" size="10"/><fld xmlns="" prop="org" align="left" dir="ltr" color="000000" size="8"/><fld xmlns="" prop="title" align="left" dir="ltr" color="000000" size="8"/><fld xmlns="" prop="blank" size="8"/><fld xmlns="" prop="telwork" align="left" dir="ltr" color="000000" size="8"><label align="right" color="626262">Work</label></fld><fld xmlns="" prop="email" align="left" dir="ltr" color="000000" size="8"/><fld xmlns="" prop="addrwork" align="left" dir="ltr" color="000000" size="8"/><fld xmlns="" prop="webwork" align="left" dir="ltr" color="000000" size="8"/><fld xmlns="" prop="blank" size="8"/><fld xmlns="" prop="blank" size="8"/><fld xmlns="" prop="blank" size="8"/><fld xmlns="" prop="blank" size="8"/><fld xmlns="" prop="blank" size="8"/><fld xmlns="" prop="blank" size="8"/><fld xmlns="" prop="blank" size="8"/><fld xmlns="" prop="blank" size="8"/></card>
REV:20070904T180728Z
END:VCARD

Back to the top