Re: [topbraid-users] java.lang.ClassCastException error

2014-07-16 Thread Tim Smith
Hi Holger, That seems to have worked! I found two instances of sp:Insert attached to a class via spin:constructor. I do not know how they came to be as they were sorta "orphaned" in that the star icons were red. There were a total of three triples using spin:constructor with the third one being

Re: [topbraid-users] java.lang.ClassCastException error

2014-07-16 Thread Holger Knublauch
Hello Tim, this looks like a mismatch of (very) old SPIN RDF files and the current SPIN engine implementation in Java. Could you check whether your rules contain any sp:Insert instances? All UPDATE rules should be using sp:Modify. You can convert the by simply re-assigning them from a TBC for

[topbraid-users] java.lang.ClassCastException error

2014-07-16 Thread Tim Smith
Hi, I'm running an SM script that contains an sml:ApplyTopSPIN module. The module executes a number of spin:rules. While executing, I receive this error in the Console window (stack trace below): Error: java.lang.ClassCastException: org.topbraid.spin.model.update.impl.InsertImpl cannot be cast