Re: HL7 component release connection problem

2011-02-11 Thread hoopzhou
m/HL7-component-release-connection-problem-tp3378827p3382359.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: HL7 component release connection problem

2011-02-11 Thread Martin Krasser
Looks like you're using the wrong charset. Your example message says that it is encoded with ISO-IR-87 but the Camel's HL7 codec by default the system's default charset. Configure the HL7 codec again with the ISO-IR-87 charset and try again. Does that help? Am 11.02.11 10

Re: HL7 component release connection problem

2011-02-11 Thread Martin Krasser
Ok thanks, I'll take a look as soon as I can. Please let me know how it works with another client. Cheers, Martin Am 11.02.11 10:01, schrieb hoopzhou: Hi Thanks for your quick reply. I use b) . Sorry. I am not a user of Jira. I just attached the message for quick. http://camel.465427.n5.nabb

Re: HL7 component release connection problem

2011-02-11 Thread hoopzhou
before. So I did not doubt this tool:) I will try to write new client to verify this again. Thank you and best wishes zhou nan -- View this message in context: http://camel.465427.n5.nabble.com/HL7-component-release-connection-problem-tp3378827p3380820.html Sent from the Camel - Users mailing list

Re: HL7 component release connection problem

2011-02-10 Thread Martin Krasser
Hi, sorry for jumping in so late on this issue. To investigate this problem further, please - attach the HL7 messages (files) you use for testing to the JIRA issue (maybe there's a problem with the line endings) - describe how the message is sent (what client is used, provide some code if po

Re: HL7 component release connection problem

2011-02-10 Thread Claus Ibsen
 out.write(body); >            // Avoid redelivery of scanned message >            state.reset(); >        } catch (CharacterCodingException e) { >            throw new RuntimeException(e); >        } >    }" > > It seems to write all bytebuffer to body. Is it the

Re: HL7 component release connection problem

2011-02-10 Thread hoopzhou
// Avoid redelivery of scanned message state.reset(); } catch (CharacterCodingException e) { throw new RuntimeException(e); } }" It seems to write all bytebuffer to body. Is it the cause? Sorry for that I am not very familiar with Java NIO. -- View this m

Re: HL7 component release connection problem

2011-02-10 Thread Claus Ibsen
his message in context: > http://camel.465427.n5.nabble.com/HL7-component-release-connection-problem-tp3378827p3379201.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesou

Re: HL7 component release connection problem

2011-02-10 Thread hoopzhou
Ok. Thanks for you help. I will post the question to IPF google groups. -- View this message in context: http://camel.465427.n5.nabble.com/HL7-component-release-connection-problem-tp3378827p3379201.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: HL7 component release connection problem

2011-02-10 Thread Claus Ibsen
quot;message A + message B" not "message B" > as I described above without release connection. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/HL7-component-release-connection-problem-tp3378827p3379166.html > Sent from the

Re: HL7 component release connection problem

2011-02-10 Thread hoopzhou
e connection. -- View this message in context: http://camel.465427.n5.nabble.com/HL7-component-release-connection-problem-tp3378827p3379166.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: HL7 component release connection problem

2011-02-10 Thread Claus Ibsen
sage A+ message B not message B. > > Is there any options to configure it or I should split the message by > myself? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/HL7-component-release-connection-problem-tp3378827p3378827.h

HL7 component release connection problem

2011-02-09 Thread hoopzhou
sage in context: http://camel.465427.n5.nabble.com/HL7-component-release-connection-problem-tp3378827p3378827.html Sent from the Camel - Users mailing list archive at Nabble.com.