Hi Levente,
The connection works fine when installed and coded on a pristine 6.0 alpha.
It is on my 6.0 alpha image where I am importing my Parser work that I get the following error:
'Missing transition'
(MyConnection default executeQuery: 'select 1 + 6 ')
then callstack...
PG3ConnectionPool>>getConnection
PG3ConnectionPool>>createNewConnection
PG3Connection>>startup
PG3Connection >>processStates
PG3ServerState >> recieve:from
Error is thrown in:
| action |
action := transitions at: aPG3TypedMessage class ifAbsent: nil.
action ifNil: [ self error: 'Missing transition' ].
(action at: 2) ifNotNil: [ :actionSelector |
connection
perform: actionSelector
with: aPG3TypedMessage ].
I have both images open side-by-side, same connection args,etc.\
trying to debug now....