
| Key: |
GDS-680
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Cannot Reproduce
|
| Priority: |
Major
|
| Assignee: |
Franck Wolff
|
| Reporter: |
PICARD
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Server JBoss 5.
JMS Context with Gravity 1.2.0
Server JBoss 5.
JMS Context with Gravity 1.2.0
|
|
|
When I use JMS Message on Text Mode. The method called to create JMS Message on JMSServiceAdapter ( line 266 ) return "msg = message.getBody();". But, this method don't override "toString" and return a text as "@TJDUdisd[" for exemple ( probably the object reference ).
To use this api, I need use "GDS_BYTEARRAY_BODY" for my message.
Exemple:
"var message:AsyncMessage = new AsyncMessage(messageString, {"GDS_BYTEARRAY_BODY":true});"
|
|
Description
|
When I use JMS Message on Text Mode. The method called to create JMS Message on JMSServiceAdapter ( line 266 ) return "msg = message.getBody();". But, this method don't override "toString" and return a text as "@TJDUdisd[" for exemple ( probably the object reference ).
To use this api, I need use "GDS_BYTEARRAY_BODY" for my message.
Exemple:
"var message:AsyncMessage = new AsyncMessage(messageString, {"GDS_BYTEARRAY_BODY":true});"
|
Show » |
Sort Order:
|
There is maybe a bug when sending empty strings, can you check if this is the case.