[jboss-cvs] cvs.forge.jboss.com Activity

forge-admin at jboss.com forge-admin at jboss.com
Sun Jan 21 01:00:28 EST 2007


Commit from ovidiu on branch remoting_2_x (2007-01-20 01:35 EST)
-----------------------------------------

Extra logging, minor reformatting.

  JBossRemoting  src/main/org/jboss/remoting/ServerInvoker.java                1.52.2.19
  JBossRemoting  src/main/org/jboss/remoting/invocation/OnewayInvocation.java  1.3.10.1
  JBossRemoting  src/main/org/jboss/remoting/transport/Connector.java          1.27.2.1


Commit from nrichards (2007-01-20 02:41 EST)
---------------------

SEAM-677: preliminary support for proper file extensions

  jboss-seam  src/pdf/org/jboss/seam/pdf/DocumentStore.java               1.3
  jboss-seam  src/pdf/org/jboss/seam/pdf/DocumentStorePhaseListener.java  1.2
+ jboss-seam  src/pdf/org/jboss/seam/pdf/DocumentStoreServlet.java        1.1
+ jboss-seam  src/pdf/org/jboss/seam/pdf/package-info.java                1.1
  jboss-seam  src/pdf/org/jboss/seam/pdf/ui/UIDocument.java               1.8


Commit from ovidiu on branch remoting_2_x (2007-01-20 03:48 EST)
-----------------------------------------

Added more TRACE logging.

  JBossRemoting  src/main/org/jboss/remoting/MicroRemoteClientInvoker.java               1.7.2.4
  JBossRemoting  src/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.java  1.15.2.7
  JBossRemoting  src/main/org/jboss/remoting/invocation/InternalInvocation.java          1.4.2.1


Commit from gavin (2007-01-20 12:18 EST)
-----------------

fix a syntax error

  jboss-seam  examples/blog/resources/import.sql  1.6


Commit from gavin (2007-01-20 12:19 EST)
-----------------

dont force a newline before eof

  jboss-seam  seam-text.g  1.22


Commit from pmuir (2007-01-20 14:58 EST)
-----------------

Support starttls by default

  jboss-seam  src/main/org/jboss/seam/mail/MailSession.java  1.3


Commit from nrichards (2007-01-20 15:04 EST)
---------------------

improve page size options

  jboss-seam  src/pdf/org/jboss/seam/pdf/ITextUtils.java     1.8
  jboss-seam  src/pdf/org/jboss/seam/pdf/ui/UIDocument.java  1.9


Commit from nrichards (2007-01-20 15:10 EST)
---------------------

you didn't see those printlns

  jboss-seam  src/pdf/org/jboss/seam/pdf/ui/UIDocument.java  1.10


Commit from ovidiu on branch remoting_2_x (2007-01-20 18:46 EST)
-----------------------------------------

minor reformatting

  JBossRemoting  src/main/org/jboss/remoting/Client.java  1.53.2.14


Commit from ovidiu on branch remoting_2_x (2007-01-20 19:35 EST)
-----------------------------------------

more Client.java reformatting. Preparing http://jira.jboss.org/jira/browse/JBREM-679

  JBossRemoting  src/main/org/jboss/remoting/Client.java  1.53.2.15


Commit from rsigal on branch remoting_2_x (2007-01-20 20:13 EST)
-----------------------------------------

JBREM-657: Added disconnectLocal() and removeListenerLocal().

  JBossRemoting  src/main/org/jboss/remoting/Client.java  1.53.2.16


Commit from rsigal on branch remoting_2_x (2007-01-20 20:14 EST)
-----------------------------------------

JBREM-657: Added parameter "local" to stopPing() and removeClient() so that, optionally, they can execute without trying to contact server.

  JBossRemoting  src/main/org/jboss/remoting/LeasePinger.java  1.8.2.5


Commit from rsigal on branch remoting_2_x (2007-01-20 20:14 EST)
-----------------------------------------

JBREM-657: Added parameter "local" to terminateLease() so that, optionally, it can execute without trying to contact server.

  JBossRemoting  src/main/org/jboss/remoting/MicroRemoteClientInvoker.java  1.7.2.5


Commit from rsigal on branch remoting_2_x (2007-01-20 20:16 EST)
-----------------------------------------

JBREM-657: Added parameter "local" to stop() so that, optionally, it can execute without attempting to contact the server.

  JBossRemoting  src/main/org/jboss/remoting/callback/CallbackPoller.java  1.5.2.5


Commit from rsigal on branch remoting_2_x (2007-01-20 20:16 EST)
-----------------------------------------

JBREM-657: Added parameter "local" to terminateLease().

  JBossRemoting  src/main/org/jboss/remoting/transport/ClientInvoker.java             1.7.2.4
  JBossRemoting  src/main/org/jboss/remoting/transport/local/LocalClientInvoker.java  1.15.2.2


Commit from rsigal on branch remoting_2_x (2007-01-20 20:19 EST)
-----------------------------------------

JBREM-657:  Unit tests for Client.disconnectLocal() and Client.removeListenerLocal().

+ JBossRemoting  src/tests/org/jboss/test/remoting/shutdown/local/LocalShutdownTestCase.java  1.1.2.1


Commit from ovidiu on branch remoting_2_x (2007-01-20 20:24 EST)
-----------------------------------------

http://jira.jboss.org/jira/browse/JBREM-679

  JBossRemoting  src/bin/runtest                                                                               1.4.16.3
  JBossRemoting  src/main/org/jboss/remoting/Client.java                                                       1.53.2.17
  JBossRemoting  src/main/org/jboss/remoting/ConnectionValidator.java                                          1.13.2.7
+ JBossRemoting  src/tests/org/jboss/test/remoting/configuration/client/remote/ClientPingCountTestCase.java    1.1.2.1
+ JBossRemoting  src/tests/org/jboss/test/remoting/configuration/client/remote/ClientPingCountTestClient.java  1.1.2.1
+ JBossRemoting  src/tests/org/jboss/test/remoting/configuration/client/remote/ClientPingCountTestServer.java  1.1.2.1


Commit from ovidiu on branch remoting_2_x (2007-01-20 22:02 EST)
-----------------------------------------

reformatting

  JBossRemoting  src/main/org/jboss/remoting/MicroRemoteClientInvoker.java  1.7.2.6
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-cvs-commits/attachments/20070121/bd0ca20b/attachment.html 


More information about the jboss-cvs-commits mailing list