<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/jpos-users</id>
  <title type="text">jPOS Users Google Group</title>
  <subtitle type="text">
  jPOS Users list
  </subtitle>
  <link href="http://groups.google.com/group/jpos-users/feed/atom_v1_0_msgs.xml" rel="self" title="jPOS Users feed"/>
  <updated>2008-05-16T12:37:14Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
	 <name>Mark Salter</name>
	 <email>marksal...@dsl.pipex.com</email>
  </author>
  <updated>2008-05-16T12:37:14Z</updated>
  <id>http://groups.google.com/group/jpos-users/msg/b0f3d032fb38e879</id>
  <link href="http://groups.google.com/group/jpos-users/msg/b0f3d032fb38e879"/>
  <title type="text">Re: problem unpaking field 2</title>
  <summary type="html" xml:space="preserve">
  Prem wrote: &lt;br&gt; This seems unlikely, are you certain all of you classes match across the &lt;br&gt; environments? &lt;br&gt; Is this a hexdump of the binary raw data data, or is it ASCII character? &lt;br&gt; As &#39;FINAL_PACKET&#39; and &#39;RAW_PACKET&#39; seem to match perhaps it is an &lt;br&gt; ASCII message. &lt;br&gt; The length of your field 2 is being extracted as a negative value.
  </summary>
  </entry>
  <entry>
  <author>
	 <name>Prem</name>
	 <email>prem.h...@gmail.com</email>
  </author>
  <updated>2008-05-16T10:01:52Z</updated>
  <id>http://groups.google.com/group/jpos-users/msg/3e67817340a9581b</id>
  <link href="http://groups.google.com/group/jpos-users/msg/3e67817340a9581b"/>
  <title type="text">problem unpaking field 2</title>
  <summary type="html" xml:space="preserve">
  Hi , &lt;br&gt; Any one can help me,&#39; &lt;br&gt; &lt;p&gt;My same pakager and listener is working fine with jpos &lt;br&gt; but when I am using with JPOSEE, I am getting the below error. &lt;br&gt; &lt;p&gt;[java] &amp;lt;log realm=&amp;quot;simulator_10000.server. channel/127.0.0.1:1824&amp;quot; &lt;br&gt; at=&amp;quot;Fri M &lt;br&gt; 16 15:23:06 PDT 2008.656&amp;quot;&amp;gt; &lt;br&gt; [java] &amp;lt;receive&amp;gt; &lt;br&gt; [java] &amp;lt;HEADER&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
	 <name>Joanne</name>
	 <email>qhy...@gmail.com</email>
  </author>
  <updated>2008-05-15T15:26:48Z</updated>
  <id>http://groups.google.com/group/jpos-users/msg/db41aff20bd5c13d</id>
  <link href="http://groups.google.com/group/jpos-users/msg/db41aff20bd5c13d"/>
  <title type="text">Re: Unpacking error on special character</title>
  <summary type="html" xml:space="preserve">
  Thanks for all suggestions. It works now. We implement the &lt;br&gt; getMessageLength() and getMessageTrailler() methods in our channel &lt;br&gt; class (which extends the Basechannel class). This works for the &lt;br&gt; session handshake message and we&#39;ll check to see if it also works for &lt;br&gt; key exchange messages. &lt;br&gt; &lt;p&gt;Thanks a lot,
  </summary>
  </entry>
  <entry>
  <author>
	 <name>Emeka Onwuka</name>
	 <email>seonw...@gmail.com</email>
  </author>
  <updated>2008-05-15T10:50:12Z</updated>
  <id>http://groups.google.com/group/jpos-users/msg/4b4a4982706791c0</id>
  <link href="http://groups.google.com/group/jpos-users/msg/4b4a4982706791c0"/>
  <title type="text">Re: Cascading transaction managers</title>
  <summary type="html" xml:space="preserve">
  thanks Alejandro, &lt;br&gt; still have a problem though with : call resume on the context &lt;br&gt; i am using the Context implementation from the jpos guide and i do not think &lt;br&gt; it implements a resume method, &lt;br&gt; is there an implementation somewhere. &lt;br&gt; secondly if the second TM aborts in one of the participants, does this &lt;br&gt; bubble all the way?
  </summary>
  </entry>
  <entry>
  <author>
	 <name>Alejandro Revilla</name>
	 <email>a...@jpos.org</email>
  </author>
  <updated>2008-05-15T10:20:19Z</updated>
  <id>http://groups.google.com/group/jpos-users/msg/af8cce7881ce8877</id>
  <link href="http://groups.google.com/group/jpos-users/msg/af8cce7881ce8877"/>
  <title type="text">Re: Cascading transaction managers</title>
  <summary type="html" xml:space="preserve">
  Forwarding to a second transaction manager is as simple as calling its &lt;br&gt; queue method and passing it a Context (can be the same context as the &lt;br&gt; original one). &lt;br&gt; After doing so, you can return PAUSE. Once done on your second &lt;br&gt; transaction manager, you can call resume() on the context. &lt;br&gt; I don&#39;t think a recover could work on such a setup, you may want to set
  </summary>
  </entry>
  <entry>
  <author>
	 <name>Mark Salter</name>
	 <email>marksal...@dsl.pipex.com</email>
  </author>
  <updated>2008-05-15T08:21:03Z</updated>
  <id>http://groups.google.com/group/jpos-users/msg/82169304abb9d56d</id>
  <link href="http://groups.google.com/group/jpos-users/msg/82169304abb9d56d"/>
  <title type="text">Re: Unpacking error on special character</title>
  <summary type="html" xml:space="preserve">
  I think this unpacking exception is down to a mismatch between message &lt;br&gt; and packager. The end sentinel will not cause this exception on it&#39;s own. &lt;br&gt; Can you share a hexdump of the raw message received? As your message is &lt;br&gt; so small it won&#39;t take long to match everything up and hopefully see the &lt;br&gt; issue. &lt;br&gt; As you have no variable length fields defined, I suspect the bitmap
  </summary>
  </entry>
  <entry>
  <author>
	 <name>bugzee</name>
	 <email>seonw...@gmail.com</email>
  </author>
  <updated>2008-05-15T08:03:47Z</updated>
  <id>http://groups.google.com/group/jpos-users/msg/2542a48836ca2784</id>
  <link href="http://groups.google.com/group/jpos-users/msg/2542a48836ca2784"/>
  <title type="text">Cascading transaction managers</title>
  <summary type="html" xml:space="preserve">
  is there a sample anywhere where one transaction manager hands over to &lt;br&gt; another transactionmanager and continues after the second &lt;br&gt; transactionmanager has finshed processing
  </summary>
  </entry>
  <entry>
  <author>
	 <name>David Bergert</name>
	 <email>dbergert...@gmail.com</email>
  </author>
  <updated>2008-05-14T21:42:01Z</updated>
  <id>http://groups.google.com/group/jpos-users/msg/09ab74320037cd23</id>
  <link href="http://groups.google.com/group/jpos-users/msg/09ab74320037cd23"/>
  <title type="text">RE: Unpacking error on special character</title>
  <summary type="html" xml:space="preserve">
  Do you need to override getMessageLength() - since you are including the &lt;br&gt; last byte as a part of your ISOMSG() ? &lt;br&gt; --DAve &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.paymentsystemsblog.com&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; the &lt;br&gt; org.jpos.iso.ISOBasePackager.u npack(ISOBasePackager.java:235 ) &lt;br&gt; org.jpos.iso.ISOBasePackager.u npack(ISOBasePackager.java:235 )
  </summary>
  </entry>
  <entry>
  <author>
	 <name>Joanne</name>
	 <email>qhy...@gmail.com</email>
  </author>
  <updated>2008-05-14T21:36:30Z</updated>
  <id>http://groups.google.com/group/jpos-users/msg/70300e48769717a2</id>
  <link href="http://groups.google.com/group/jpos-users/msg/70300e48769717a2"/>
  <title type="text">Re: Unpacking error on special character</title>
  <summary type="html" xml:space="preserve">
  Nope. It prints out &amp;quot;31&amp;quot; in hex - which is the one byte before the &lt;br&gt; trailer.
  </summary>
  </entry>
  <entry>
  <author>
	 <name>Alejandro Revilla</name>
	 <email>a...@jpos.org</email>
  </author>
  <updated>2008-05-14T21:02:51Z</updated>
  <id>http://groups.google.com/group/jpos-users/msg/0f7d21d4856cd4d2</id>
  <link href="http://groups.google.com/group/jpos-users/msg/0f7d21d4856cd4d2"/>
  <title type="text">Re: Unpacking error on special character</title>
  <summary type="html" xml:space="preserve">
  Do you get to see a &amp;quot;The trailer is: 03&amp;quot; in that println?
  </summary>
  </entry>
  <entry>
  <author>
	 <name>Joanne</name>
	 <email>qhy...@gmail.com</email>
  </author>
  <updated>2008-05-14T21:02:42Z</updated>
  <id>http://groups.google.com/group/jpos-users/msg/60621ad1a96123ac</id>
  <link href="http://groups.google.com/group/jpos-users/msg/60621ad1a96123ac"/>
  <title type="text">Re: Unpacking error on special character</title>
  <summary type="html" xml:space="preserve">
  Thanks for your suggestion. I have an IMNChannel class which extends &lt;br&gt; the BaseChannel class. So I implement the following code into the &lt;br&gt; IMNChannel class. But I still get the same error. Can you please &lt;br&gt; help? &lt;br&gt; &lt;p&gt; protected void getMessageTrailler() throws IOException { &lt;br&gt; byte[] b = new byte[1];
  </summary>
  </entry>
  <entry>
  <author>
	 <name>Alejandro Revilla</name>
	 <email>a...@jpos.org</email>
  </author>
  <updated>2008-05-14T20:19:22Z</updated>
  <id>http://groups.google.com/group/jpos-users/msg/b25bde26f4b38ea4</id>
  <link href="http://groups.google.com/group/jpos-users/msg/b25bde26f4b38ea4"/>
  <title type="text">Re: Unpacking error on special character</title>
  <summary type="html" xml:space="preserve">
  That&#39;s not part of the ISO-8583 and must be handled as a trailer y your &lt;br&gt; ISOChannel interface (see BaseChannel&#39;s sendMessageTrailler() and &lt;br&gt; getMessageTrailler())
  </summary>
  </entry>
  <entry>
  <author>
	 <name>Joanne</name>
	 <email>qhy...@gmail.com</email>
  </author>
  <updated>2008-05-14T19:59:36Z</updated>
  <id>http://groups.google.com/group/jpos-users/msg/49506aa7b541a148</id>
  <link href="http://groups.google.com/group/jpos-users/msg/49506aa7b541a148"/>
  <title type="text">Unpacking error on special character</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;We have an incoming message from the Host which ends up with a special &lt;br&gt; character ? which has a value of 03 in hex network log (we took the &lt;br&gt; log using Ethereal). We try to unpack the message using the &lt;br&gt; ISOFiedldPackager and getting an exception. &lt;br&gt; &lt;p&gt;This is the exception: &lt;br&gt; error unpacking field 70
  </summary>
  </entry>
  <entry>
  <author>
	 <name>vijayp</name>
	 <email>meetpravi...@gmail.com</email>
  </author>
  <updated>2008-05-13T06:06:37Z</updated>
  <id>http://groups.google.com/group/jpos-users/msg/61430db3f152f57b</id>
  <link href="http://groups.google.com/group/jpos-users/msg/61430db3f152f57b"/>
  <title type="text">Re: problem starting Transaction Manager</title>
  <summary type="html" xml:space="preserve">
  Thanks, &lt;br&gt; It worked afeter changing Package name to &lt;br&gt; org.jpos.transaction.Transacti onManager &lt;br&gt; &lt;p&gt;-- vijayp
  </summary>
  </entry>
  <entry>
  <author>
	 <name>Alejandro Revilla</name>
	 <email>a...@jpos.org</email>
  </author>
  <updated>2008-05-12T20:05:06Z</updated>
  <id>http://groups.google.com/group/jpos-users/msg/522b6d6a8ac18829</id>
  <link href="http://groups.google.com/group/jpos-users/msg/522b6d6a8ac18829"/>
  <title type="text">Re: watching for connection events</title>
  <summary type="html" xml:space="preserve">
  I believe you need to hook to the server first, then hook to the channel &lt;br&gt; once each connection gets accepted. &lt;br&gt; The good news is that the ISOServer is an Observable too and it notifies &lt;br&gt; its observers once a new channel is created. The parameter is actually &lt;br&gt; the newly created channel.
  </summary>
  </entry>
</feed>
