Issue Details (XML | Word | Printable)

Key: GDS-680
Type: Bug Bug
Status: Closed Closed
Resolution: Cannot Reproduce
Priority: Major Major
Assignee: Franck Wolff
Reporter: PICARD
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
GraniteDS

Probleme with JMSServiceAdapter

Created: 13/Apr/10 03:08 PM   Updated: 23/Nov/10 12:59 PM   Resolved: 23/Nov/10 12:59 PM
Component/s: Gravity
Affects Version/s: None
Fix Version/s: None

Environment:
Server JBoss 5.
JMS Context with Gravity 1.2.0


 Description  « Hide
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});"



William Draï added a comment - 14/Jun/10 06:22 PM
This is very strange. How do you send your message ?
There is maybe a bug when sending empty strings, can you check if this is the case.