<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Attempt at JBSEAM-1705</title>
<style type="text/css">
table.csetheader { color: inherit; background: #ebebeb; border-style: solid; border-color: #8d8d8d; border-width: 0px 1px 1px 0px; }
table.history { border: solid black 1px; }
table.diff { border: solid black 1px; }
body { color: black; background: white; }
p.footer { border-top: solid black 1px; }
em.user { font-style: normal; color: #000080; background: inherit; }
em.branch { font-style: normal; color: #800000; background: inherit; }
b.diffA { font-weight: normal; color: inherit; background: #e0f4e0; }
b.diffR { font-weight: normal; color: inherit; background: #f4e0e0; }
tr.history { color: inherit; background-color: #c0c0c0; }
th.history { padding-right: 3em; text-align: left; }
th.haction { padding-right: 1em; text-align: left; }
td.item { padding-right: 3em; font-family: monospace; }
td.itemact { padding: 0em 0.5em; font-family: monospace; text-align: center; }
td.itemrev { padding-right: 1em; font-family: monospace; }
tr.itemA0 { color: inherit; background: #e0f4e0; margin: 15px; }
tr.itemA1 { color: inherit; background: #f0fff0; margin: 15px; }
tr.itemM0 { color: inherit; background: #eaeaea; margin: 15px; }
tr.itemM1 { color: inherit; background: #f4f4f4; margin: 15px; }
tr.itemR0 { color: inherit; background: #f4e0e0; margin: 15px; }
tr.itemR1 { color: inherit; background: #fff0f0; margin: 15px; }
tr.diffhd { color: inherit; background: #c0c0c0; }
th.diffhd { padding-left: 2em; text-align: left; font-family: monospace; }
tr.diffblk { color: inherit; background: #ffffff; }
td.diffblk { font-weight: bold; padding-top: 0.5em; padding-left: 1.5em; border-bottom: solid black 1px; }
td.diffA { color: inherit; background: #f0fff0; font-family: monospace; }
td.diffM { color: inherit; background: #f4f4f4; font-family: monospace; }
td.diffR { color: inherit; background: #fff0f0; font-family: monospace; }
</style>
</head>
<body>
<table width="100%" class="csetheader">
<tr>
<td align="left"><b>Commit from <em class="user">pmuir</em></b></td>
<td align="right">2007-08-07 11:18 EDT</td>
</tr>
</table>
<pre>Attempt at JBSEAM-1705</pre>
<table cellspacing="0" cellpadding="3" class="history">
<tr class="history">
<th class="haction"></th>
<th class="history">Module</th>
<th class="history">File name</th>
<th class="history" colspan="3">Revision</th>
</tr>
<tr class="itemM0">
<td class="itemact"></td>
<td class="item"><b>jboss-seam</b></td>
<td class="item">doc/reference/en/modules/components.xml</td>
<td class="itemrev">1.64</td>
<td class="itemrev">>>></td>
<td class="itemrev">1.65</td>
</tr>
<tr class="itemM1">
<td class="itemact"></td>
<td class="item"><b>jboss-seam</b></td>
<td class="item">doc/reference/en/modules/i18n.xml</td>
<td class="itemrev">1.21</td>
<td class="itemrev">>>></td>
<td class="itemrev">1.22</td>
</tr>
</table>
<p><br /></p>
<table width="100%" class="csetheader">
<tr>
<td align="left"><b>Commit from <em class="user">chiba</em></b></td>
<td align="right">2007-08-07 12:20 EDT</td>
</tr>
</table>
<pre>updated pom.xml by the request of Manik and Paul</pre>
<table cellspacing="0" cellpadding="3" class="history">
<tr class="history">
<th class="haction"></th>
<th class="history">Module</th>
<th class="history">File name</th>
<th class="history" colspan="3">Revision</th>
</tr>
<tr class="itemM0">
<td class="itemact"></td>
<td class="item"><b>javassist</b></td>
<td class="item">pom.xml</td>
<td class="itemrev">1.3</td>
<td class="itemrev">>>></td>
<td class="itemrev">1.4</td>
</tr>
</table>
<p><br /></p>
<table width="100%" class="csetheader">
<tr>
<td align="left"><b>Commit from <em class="user">rsigal</em> on branch <em class="branch">remoting_2_2_0_GA</em></b></td>
<td align="right">2007-08-07 14:00 EDT</td>
</tr>
</table>
<pre>JBREM-783: (1) Reorganized establishLease() to avoid network i/o in LeasePinger.addClient(), and (2) reorganized terminateLease() to call stopPing() before LeasePinger.removeCliient().</pre>
<table cellspacing="0" cellpadding="3" class="history">
<tr class="history">
<th class="haction"></th>
<th class="history">Module</th>
<th class="history">File name</th>
<th class="history" colspan="3">Revision</th>
</tr>
<tr class="itemM1">
<td class="itemact"></td>
<td class="item"><b>JBossRemoting</b></td>
<td class="item">src/main/org/jboss/remoting/MicroRemoteClientInvoker.java</td>
<td class="itemrev">1.7.2.14.4.1</td>
<td class="itemrev">>>></td>
<td class="itemrev">1.7.2.14.4.2</td>
</tr>
</table>
<p><br /></p>
<table width="100%" class="csetheader">
<tr>
<td align="left"><b>Commit from <em class="user">rsigal</em> on branch <em class="branch">remoting_2_2_0_GA</em></b></td>
<td align="right">2007-08-07 14:03 EDT</td>
</tr>
</table>
<pre>JBREM-783: (1) Added flag to addClient() to determine if network i/o should be done, and (2) synchronized access to closingClients.</pre>
<table cellspacing="0" cellpadding="3" class="history">
<tr class="history">
<th class="haction"></th>
<th class="history">Module</th>
<th class="history">File name</th>
<th class="history" colspan="3">Revision</th>
</tr>
<tr class="itemM0">
<td class="itemact"></td>
<td class="item"><b>JBossRemoting</b></td>
<td class="item">src/main/org/jboss/remoting/LeasePinger.java</td>
<td class="itemrev">1.8.2.12.2.4</td>
<td class="itemrev">>>></td>
<td class="itemrev">1.8.2.12.2.5</td>
</tr>
</table>
<p><br /></p>
<table width="100%" class="csetheader">
<tr>
<td align="left"><b>Commit from <em class="user">jgreene</em></b></td>
<td align="right">2007-08-07 14:33 EDT</td>
</tr>
</table>
<pre>Fix JBCACHE-1161</pre>
<table cellspacing="0" cellpadding="3" class="history">
<tr class="history">
<th class="haction"></th>
<th class="history">Module</th>
<th class="history">File name</th>
<th class="history" colspan="3">Revision</th>
</tr>
<tr class="itemM1">
<td class="itemact"></td>
<td class="item"><b>JBossCache</b></td>
<td class="item">examples/PojoCache/loadtime/build.xml</td>
<td class="itemrev">1.7</td>
<td class="itemrev">>>></td>
<td class="itemrev">1.8</td>
</tr>
<tr class="itemM0">
<td class="itemact"></td>
<td class="item"><b>JBossCache</b></td>
<td class="item">examples/PojoCache/loadtime/src/user-aop.xml</td>
<td class="itemrev">1.1</td>
<td class="itemrev">>>></td>
<td class="itemrev">1.2</td>
</tr>
</table>
<p><br /></p>
<table width="100%" class="csetheader">
<tr>
<td align="left"><b>Commit from <em class="user">rsigal</em> on branch <em class="branch">remoting_2_2_0_GA</em></b></td>
<td align="right">2007-08-07 20:07 EDT</td>
</tr>
</table>
<pre>JBREM-783: Added two log statements.</pre>
<table cellspacing="0" cellpadding="3" class="history">
<tr class="history">
<th class="haction"></th>
<th class="history">Module</th>
<th class="history">File name</th>
<th class="history" colspan="3">Revision</th>
</tr>
<tr class="itemM1">
<td class="itemact"></td>
<td class="item"><b>JBossRemoting</b></td>
<td class="item">src/main/org/jboss/remoting/Lease.java</td>
<td class="itemrev">1.11.2.1.4.0</td>
<td class="itemrev">>>></td>
<td class="itemrev">1.11.2.1.4.1</td>
</tr>
</table>
<p><br /></p>
<table width="100%" class="csetheader">
<tr>
<td align="left"><b>Commit from <em class="user">rsigal</em> on branch <em class="branch">remoting_2_2_0_GA</em></b></td>
<td align="right">2007-08-07 20:10 EDT</td>
</tr>
</table>
<pre>JBREM-783: Moved network i/o from addClient() to new method connectClient().</pre>
<table cellspacing="0" cellpadding="3" class="history">
<tr class="history">
<th class="haction"></th>
<th class="history">Module</th>
<th class="history">File name</th>
<th class="history" colspan="3">Revision</th>
</tr>
<tr class="itemM0">
<td class="itemact"></td>
<td class="item"><b>JBossRemoting</b></td>
<td class="item">src/main/org/jboss/remoting/LeasePinger.java</td>
<td class="itemrev">1.8.2.12.2.5</td>
<td class="itemrev">>>></td>
<td class="itemrev">1.8.2.12.2.6</td>
</tr>
</table>
<p><br /></p>
<table width="100%" class="csetheader">
<tr>
<td align="left"><b>Commit from <em class="user">rsigal</em> on branch <em class="branch">remoting_2_2_0_GA</em></b></td>
<td align="right">2007-08-07 20:13 EDT</td>
</tr>
</table>
<pre>JBREM-783: (1) Uses new LeasePinger.connectClient() method; (2) gives each LeasePinger a unique invoker sessionID.</pre>
<table cellspacing="0" cellpadding="3" class="history">
<tr class="history">
<th class="haction"></th>
<th class="history">Module</th>
<th class="history">File name</th>
<th class="history" colspan="3">Revision</th>
</tr>
<tr class="itemM1">
<td class="itemact"></td>
<td class="item"><b>JBossRemoting</b></td>
<td class="item">src/main/org/jboss/remoting/MicroRemoteClientInvoker.java</td>
<td class="itemrev">1.7.2.14.4.2</td>
<td class="itemrev">>>></td>
<td class="itemrev">1.7.2.14.4.3</td>
</tr>
</table>
<p><br /></p>
<table width="100%" class="csetheader">
<tr>
<td align="left"><b>Commit from <em class="user">rsigal</em> on branch <em class="branch">remoting_2_2_0_GA</em></b></td>
<td align="right">2007-08-07 20:18 EDT</td>
</tr>
</table>
<pre>JBREM-783: Added some logging to terminateLease().</pre>
<table cellspacing="0" cellpadding="3" class="history">
<tr class="history">
<th class="haction"></th>
<th class="history">Module</th>
<th class="history">File name</th>
<th class="history" colspan="3">Revision</th>
</tr>
<tr class="itemM0">
<td class="itemact"></td>
<td class="item"><b>JBossRemoting</b></td>
<td class="item">src/main/org/jboss/remoting/ServerInvoker.java</td>
<td class="itemrev">1.52.2.28.4.1</td>
<td class="itemrev">>>></td>
<td class="itemrev">1.52.2.28.4.2</td>
</tr>
</table>
<p><br /></p>
<table width="100%" class="csetheader">
<tr>
<td align="left"><b>Commit from <em class="user">jgreene</em></b></td>
<td align="right">2007-08-07 20:38 EDT</td>
</tr>
</table>
<pre>Fix JBCACHE-1162 (Node.clearData() does not rollback correctly)</pre>
<table cellspacing="0" cellpadding="3" class="history">
<tr class="history">
<th class="haction"></th>
<th class="history">Module</th>
<th class="history">File name</th>
<th class="history" colspan="3">Revision</th>
</tr>
<tr class="itemM1">
<td class="itemact"></td>
<td class="item"><b>JBossCache</b></td>
<td class="item">src/org/jboss/cache/CacheImpl.java</td>
<td class="itemrev">1.110</td>
<td class="itemrev">>>></td>
<td class="itemrev">1.111</td>
</tr>
</table>
<p><br /></p>
<p class="footer">Generated by <a href="http://www.nongnu.org/cvsreport/">cvsreport 0.3.5</a></p>
</body>
</html>