[Glass] Trying to load NeJSON

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[Glass] Trying to load NeJSON

marten
I tried to load the latest code in gemstone 3.1, but get the following
error:

a UserDefinedError occurred (error 2318), reason:halt, Compile error in
Class: #'NeoJSONCustomMapping' method:    printOn: stream
           super printOn: stream..
 *                               ^1                                  
*******
           stream nextPut: $(; print: schemaName; nextPut: $)

1: [1019] expected start of a statement


Any idea how to fix that ?


Marten
_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass
Reply | Threaded
Open this post in threaded view
|

Re: [Glass] Trying to load NeJSON

Dale Henrichs-3
GemStone is unhappy with the doubled `..` ... where are you loading NeoJSON from?

I think Sebastian has a working version of NeoJSON[1] and I see that I haven't handled Sebastian's pull request yet...there are apparently some commit conflicts that need to be addressed ... until I get to those (this week I hopw) you should perhaps fork Sebastian's repo...

Dale

[1] https://github.com/HeSe/NeoJSON/network

----- Original Message -----
| From: [hidden email]
| To: [hidden email]
| Sent: Tuesday, November 12, 2013 1:30:32 PM
| Subject: [Glass] Trying to load NeJSON
|
| I tried to load the latest code in gemstone 3.1, but get the
| following
| error:
|
| a UserDefinedError occurred (error 2318), reason:halt, Compile error
| in
| Class: #'NeoJSONCustomMapping' method:    printOn: stream
|            super printOn: stream..
|  *                               ^1
| *******
|            stream nextPut: $(; print: schemaName; nextPut: $)
|
| 1: [1019] expected start of a statement
|
|
| Any idea how to fix that ?
|
|
| Marten
| _______________________________________________
| Glass mailing list
| [hidden email]
| http://lists.gemtalksystems.com/mailman/listinfo/glass
|
_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass