farhanrahman / kyoto

18 stars 7 forks source link

Kyoto UI breaking Presage CLI #129

Closed webbo89 closed 12 years ago

webbo89 commented 12 years ago

Can anyone let me know a simID / name that broke the presage CLI list cmd ?

IT's most likely a type definition that we've missed or got wrong!

I suspect it is field: finishTime, we're saving as a longINT (mongo INT 64) but the presage CLI saves them as Int31 ...

webbo89 commented 12 years ago

Which sim causes this: Caused by: java.lang.ClassCastException: java.lang.Double cannot be cast to java.lang.Long

farhanrahman commented 12 years ago

72

webbo89 commented 12 years ago

Did you try resaving? Ideally users wopuldnt change the I'd of the sim... So delete sim 72 to save the trouble! ------Original Message------ From: Farhan Rahman To: Webbo Subject: Re: [kyoto] Kyoto UI breaking Presage CLI (#129) Sent: 23 Jun 2012 19:29

72


Reply to this email directly or view it on GitHub: https://github.com/farhanrahman/kyoto/issues/129#issuecomment-6527027


webbo89 commented 12 years ago

OK presage CLI now working again.

Changing sim ID is not allowed!