SimonP
Nov 4th, 2010, 03:03 PM
When trying to launch the Spring.RabbitQuickStart.Client in visual studio it throws and exception in MessageListenerAdapter (line 296)
Spring.Expressions.Parser.antlr.MismatchedTokenExc eption occurred
Message="expecting \"LPAREN\", found ')'"
Source="Spring.Core"
StackTrace:
at Spring.Expressions.Parser.antlr.Parser.match(Int32 t) in l:\projects\spring-net\trunk\src\Spring\Spring.Core\Expressions\Parse r\antlr\Parser.cs:line 324
InnerException:
Any clues?
Also when I run the server Spring.RabbitQuickStart.Server I get exactly the same error.
Would love to see it work especially as I cant get the client to run in the Java environment either.
Spring.Expressions.Parser.antlr.MismatchedTokenExc eption occurred
Message="expecting \"LPAREN\", found ')'"
Source="Spring.Core"
StackTrace:
at Spring.Expressions.Parser.antlr.Parser.match(Int32 t) in l:\projects\spring-net\trunk\src\Spring\Spring.Core\Expressions\Parse r\antlr\Parser.cs:line 324
InnerException:
Any clues?
Also when I run the server Spring.RabbitQuickStart.Server I get exactly the same error.
Would love to see it work especially as I cant get the client to run in the Java environment either.