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

forge-admin at jboss.com forge-admin at jboss.com
Tue Jan 23 01:00:29 EST 2007


Commit from rsigal on branch remoting_2_x (2007-01-22 01:41 EST)
-----------------------------------------

JBREM-674:  Adding unit tests (one per transport) to verify that a Remoting application will shut down properly without any threads hanging it up.

  JBossRemoting  src/tests/org/jboss/test/remoting/shutdown/AbstractClient.java      1.1.2.2
+ JBossRemoting  src/tests/org/jboss/test/remoting/shutdown/log4j.xml                1.1.2.1
  JBossRemoting  src/tests/org/jboss/test/remoting/shutdown/ShutdownTestServer.java  1.1.2.2


Commit from rsigal (2007-01-22 01:41 EST)
------------------

JBREM-674:  Unit test to verify all Remoting threads shut down.

- JBossRemoting  src/tests/org/jboss/test/remoting/shutdown/ShutdownTestCase.java  1.2


Commit from rsigal on branch remoting_2_x (2007-01-22 01:41 EST)
-----------------------------------------

JBREM-674:  Adding unit tests (one per transport) to verify that a Remoting application will shut down properly without any threads hanging it up.

  JBossRemoting  src/tests/org/jboss/test/remoting/shutdown/HangingClient.java                                         1.1.2.2
+ JBossRemoting  src/tests/org/jboss/test/remoting/shutdown/ShutdownTestParent.java                                    1.1.2.1
  JBossRemoting  src/tests/org/jboss/test/remoting/shutdown/ClosingClient.java                                         1.1.2.2
+ JBossRemoting  src/tests/org/jboss/test/remoting/transport/bisocket/shutdown/BisocketShutdownTestCase.java           1.1.2.1
+ JBossRemoting  src/tests/org/jboss/test/remoting/transport/socket/ssl/shutdown/SSLSocketShutdownTestCase.java        1.1.2.1
+ JBossRemoting  src/tests/org/jboss/test/remoting/transport/socket/shutdown/SocketShutdownTestCase.java               1.1.2.1
+ JBossRemoting  src/tests/org/jboss/test/remoting/transport/multiplex/ssl/shutdown/SSLMultiplexShutdownTestCase.java  1.1.2.1
+ JBossRemoting  src/tests/org/jboss/test/remoting/transport/http/shutdown/HTTPShutdownTestCase.java                   1.1.2.1
+ JBossRemoting  src/tests/org/jboss/test/remoting/transport/rmi/shutdown/RMIShutdownTestCase.java                     1.1.2.1
+ JBossRemoting  src/tests/org/jboss/test/remoting/transport/multiplex/shutdown/MultiplexShutdownTestCase.java         1.1.2.1
+ JBossRemoting  src/tests/org/jboss/test/remoting/transport/rmi/ssl/shutdown/SSLRMIShutdownTestCase.java              1.1.2.1
+ JBossRemoting  src/tests/org/jboss/test/remoting/transport/http/ssl/shutdown/HTTPSShutdownTestCase.java              1.1.2.1
+ JBossRemoting  src/tests/org/jboss/test/remoting/transport/bisocket/ssl/shutdown/SSLBisocketShutdownTestCase.java    1.1.2.1


Commit from jhalliday (2007-01-22 05:18 EST)
---------------------

Updates with new build, svn rev 8959

  repository.jboss.com  jboss/jbossts14/snapshot/component-info.xml      1.2
  repository.jboss.com  jboss/jbossts14/snapshot/lib/jbossts-common.jar  1.2


Commit from jhalliday (2007-01-22 05:22 EST)
---------------------

updated to svn rev 8959

  repository.jboss.com  jboss/jbossts14/snapshot/lib/jbossjta-integration.jar  1.2
  repository.jboss.com  jboss/jbossts14/snapshot/lib/jbossjta.jar              1.2
  repository.jboss.com  jboss/jbossts14/snapshot/lib/jbossts-common.jar        1.3


Commit from tdiesler (2007-01-22 05:28 EST)
--------------------

Support service-ref/handler-chain

  repository.jboss.com  jboss/jbossws/snapshot/lib/jboss-jaxrpc.jar        1.38
  repository.jboss.com  jboss/jbossws/snapshot/lib/jboss-jaxws.jar         1.37
  repository.jboss.com  jboss/jbossws/snapshot/lib/jboss-saaj.jar          1.38
  repository.jboss.com  jboss/jbossws/snapshot/lib/jbossws-client.jar      1.49
  repository.jboss.com  jboss/jbossws/snapshot/lib/jbossws50-deployer.zip  1.5
  repository.jboss.com  jboss/jbossws/snapshot/lib/jbossws50.sar           1.5


Commit from tdiesler (2007-01-22 05:58 EST)
--------------------

Fix compatibility

  repository.jboss.com  jboss/jbossws/snapshot/component-info.xml  1.40


Commit from gzamarreno (2007-01-22 07:10 EST)
----------------------

[JBCACHE-802] Added comment on default c3p0 property values.

  JBossCache  docs/JBossCache-UserGuide/en/modules/cache_loaders.xml  1.3


Commit from sbryzak2 (2007-01-22 11:19 EST)
--------------------

file upload tag, with _very_ basic support for multipart forms

  jboss-seam  src/ui/META-INF/faces-config.xml                          1.29
  jboss-seam  src/ui/META-INF/seam.taglib.xml                           1.26
  jboss-seam  src/ui/META-INF/taglib.tld                                1.26
  jboss-seam  src/ui/org/jboss/seam/ui/HTML.java                        1.3
+ jboss-seam  src/ui/org/jboss/seam/ui/FileUpload.java                  1.1
+ jboss-seam  src/ui/org/jboss/seam/ui/tag/FileUploadTag.java           1.1
+ jboss-seam  src/main/org/jboss/seam/servlet/MultipartRequest.java     1.1
+ jboss-seam  src/main/org/jboss/seam/servlet/SeamMultipartFilter.java  1.1
+ jboss-seam  src/main/org/jboss/seam/util/UploadedFile.java            1.1


Commit from msurtani (2007-01-22 11:20 EST)
--------------------

Refactoring docs dir

+ JBossCache  docs/JBossCache-UserGuide/en/modules/preface.xml  1.1
  JBossCache  docs/JBossCache-UserGuide/build.xml               1.2
  JBossCache  docs/JBossCache-UserGuide/en/master.xml           1.2


Commit from sbryzak2 (2007-01-22 11:20 EST)
--------------------

added file upload tag

  jboss-seam  examples/seamspace/resources/WEB-INF/web.xml                                 1.6
  jboss-seam  examples/seamspace/src/org/jboss/seam/example/seamspace/Register.java        1.2
  jboss-seam  examples/seamspace/src/org/jboss/seam/example/seamspace/RegisterAction.java  1.2
  jboss-seam  examples/seamspace/view/register.xhtml                                       1.3
  jboss-seam  examples/seamspace/view/register2.xhtml                                      1.2


Commit from telrod on branch remoting_2_x (2007-01-22 11:37 EST)
-----------------------------------------

JBREM-683 - fixed broken test.

  JBossRemoting  src/tests/org/jboss/test/remoting/byvalue/ByValueInvocationTestCase.java  1.5.4.1


Commit from telrod (2007-01-22 11:41 EST)
------------------

JBREM-683 - fixed broken test.

  JBossRemoting  src/tests/org/jboss/test/remoting/byvalue/ByValueInvocationTestCase.java  1.6


Commit from telrod on branch remoting_2_x (2007-01-22 13:27 EST)
-----------------------------------------

Adding toString() method to interface so that if used within debugging statements (i.e. to print reference for handler) and the handler reference is actually a mbean proxy, will not error.

  JBossRemoting  src/main/org/jboss/remoting/ServerInvocationHandler.java  1.4.10.1


Commit from telrod (2007-01-22 13:40 EST)
------------------

Adding toString() method to interface in case of mbean proxy calls for this if used during logging.

  JBossRemoting  src/main/org/jboss/remoting/ServerInvocationHandler.java  1.5


Commit from rawb (2007-01-22 15:19 EST)
----------------

Changes to use correct API. See eclipse bug 171282

  jbosside  ejb3/plugins/org.jboss.ide.eclipse.ejb3.wizards.core/src/main/org/jboss/ide/eclipse/ejb3/core/facet/Ejb30FacetPostInstallDelegate.java  1.2


Commit from rawb (2007-01-22 15:19 EST)
----------------

Added image for mbean stubs

  jbosside  as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/src/org/jboss/ide/eclipse/as/ui/mbeans/editors/ServiceXMLOutlineConfiguration.java  1.3
+ jbosside  as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/icons/mbean16.gif                                                                   1.1
+ jbosside  as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/src/org/jboss/ide/eclipse/as/ui/mbeans/SharedImages.java                            1.1
  jbosside  as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/plugin.xml                                                                          1.4


Commit from rawb (2007-01-22 15:20 EST)
----------------

Changed small ui functionality of the grid layout

  jbosside  as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/views/server/providers/FilesetViewProvider.java  1.5


Commit from rawb (2007-01-22 15:21 EST)
----------------

Abstracted out deployable functionality

  jbosside  as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/ServerAttributeHelper.java         1.16
  jbosside  as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/stripped/DeployableServer.java     1.3
  jbosside  as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/attributes/IDeployableServer.java  1.2


Commit from vralev (2007-01-22 15:40 EST)
------------------

Support for XDG shortcuts (http://jira.jboss.com/jira/browse/JBINSTALL-207)

    repository.jboss.com/izpack/3.9.0.jboss.patch4/lib/standalone-compiler.jar  1.2
    repository.jboss.com/izpack/3.9.0.jboss.patch4/lib/uninstaller.jar          1.2
    repository.jboss.com/izpack/3.9.0.jboss.patch4/lib/installer.jar            1.2
    repository.jboss.com/izpack/3.9.0.jboss.patch4/lib/uninstaller-ext.jar      1.2


Commit from remm (2007-01-22 16:11 EST)
----------------

- Small JSP patch.

  repository.jboss.com  jboss/web/2.0.0.snapshot/component-info.xml       1.13
  repository.jboss.com  jboss/web/2.0.0.snapshot/lib/annotations-api.jar  1.3
  repository.jboss.com  jboss/web/2.0.0.snapshot/lib/el-api.jar           1.14
  repository.jboss.com  jboss/web/2.0.0.snapshot/lib/jbossweb-extras.jar  1.11
  repository.jboss.com  jboss/web/2.0.0.snapshot/lib/jbossweb-src.zip     1.5
  repository.jboss.com  jboss/web/2.0.0.snapshot/lib/jbossweb.jar         1.29
  repository.jboss.com  jboss/web/2.0.0.snapshot/lib/jsp-api.jar          1.12
  repository.jboss.com  jboss/web/2.0.0.snapshot/lib/servlet-api.jar      1.11


Commit from msurtani (2007-01-22 17:50 EST)
--------------------

Refactoring docs dir

  JBossCache  docs/JBossCache-UserGuide/en/modules/configuration.xml            1.2
+ JBossCache  docs/JBossCache-UserGuide/en/modules/deployment.xml               1.1
  JBossCache  docs/JBossCache-UserGuide/en/modules/transactions.xml             1.2
+ JBossCache  docs/JBossCache-UserGuide/en/modules/configuration_reference.xml  1.1
  JBossCache  docs/JBossCache-UserGuide/en/modules/preface.xml                  1.2
  JBossCache  docs/JBossCache-UserGuide/en/modules/eviction_policies.xml        1.2
  JBossCache  docs/JBossCache-UserGuide/en/modules/treecache_marshaller.xml     1.2
  JBossCache  docs/JBossCache-UserGuide/en/modules/cache_loaders.xml            1.4
+ JBossCache  docs/JBossCache-UserGuide/en/modules/jmx_reference.xml            1.1
- JBossCache  docs/JBossCache-UserGuide/en/modules/mgmt_information.xml         1.2
- JBossCache  docs/JBossCache-UserGuide/en/modules/jboss_integration.xml        1.2
  JBossCache  docs/PojoCache/build.xml                                          1.3
  JBossCache  docs/JBossCache-UserGuide/build.xml                               1.3
  JBossCache  docs/JBossCache-UserGuide/en/master.xml                           1.3
+ JBossCache  docs/styles/en/html.css                                           1.1
+ JBossCache  docs/styles/en/fopdf.xsl                                          1.1
+ JBossCache  docs/styles/en/html_chunk.xsl                                     1.1
+ JBossCache  docs/styles/en/html.xsl                                           1.1
  JBossCache  docs/faq/build.xml                                                1.2
  JBossCache  docs/tutorial/build.xml                                           1.3
  JBossCache  docs/build.xml                                                    1.6
  JBossCache  docs/tutorial-pojo/build.xml                                      1.2
  JBossCache  docs/faq-pojo/build.xml                                           1.2


Commit from ovidiu (2007-01-22 18:15 EST)
------------------

added 2.2.0.Alpha6 after running remoting and messaging 1.0.1.SP3 (functional and stress) tests

+ repository.jboss.com  jboss/remoting/2.2.0.Alpha6/component-info.xml      1.1
+ repository.jboss.com  jboss/remoting/2.2.0.Alpha6/lib/jboss-remoting.jar  1.1


Commit from ovidiu (2007-01-22 18:29 EST)
------------------

fixed version

  repository.jboss.com  jboss/remoting/2.2.0.Alpha6/component-info.xml  1.2


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

JBREM-684:  In transport() oneway invocations return socket to pool.

  JBossRemoting  src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java  1.16.2.9


Commit from rsigal (2007-01-22 20:02 EST)
------------------

JBREM-684:  In transport() oneway invocations return socket to pool.
JBREM-662:  Added Ovidiu's bailout flag from remoting_2_x branch.
Also, brought in Ovidiu's logging changes from remoting_2_x branch.

  JBossRemoting  src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java  1.20


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

JBREM-684:  New unit test to confirm that MicroSocketClientInvoker.transport() returns socket to pool in the case of oneway invocations.

+ JBossRemoting  src/tests/org/jboss/test/remoting/transport/socket/oneway/OnewayInvocationTestCase.java  1.1.2.1


Commit from rsigal (2007-01-22 20:04 EST)
------------------

JBREM-684:  New unit test to confirm that MicroSocketClientInvoker.transport() returns socket to pool in the case of oneway invocations.

+ JBossRemoting  src/tests/org/jboss/test/remoting/transport/socket/oneway/OnewayInvocationTestCase.java  1.2


Commit from msurtani (2007-01-22 20:12 EST)
--------------------

Checked in master and intro docs, plus UML diags

  JBossCache  docs/JBossCache-UserGuide/en/modules/preface.xml           1.3
  JBossCache  docs/JBossCache-UserGuide/en/modules/introduction.xml      1.2
+ JBossCache  docs/JBossCache-UserGuide/en/images/Listeners.png          1.1
+ JBossCache  docs/JBossCache-UserGuide/en/images/Interceptor.png        1.1
+ JBossCache  docs/JBossCache-UserGuide/en/images/BuddyReplication.png   1.1
+ JBossCache  docs/JBossCache-UserGuide/en/images/Marshaller.png         1.1
+ JBossCache  docs/JBossCache-UserGuide/en/images/CacheLoader.png        1.1
+ JBossCache  docs/JBossCache-UserGuide/en/images/DataVersions.png       1.1
+ JBossCache  docs/JBossCache-UserGuide/en/images/PublicAPI.png          1.1
+ JBossCache  docs/JBossCache-UserGuide/en/images/SPI.png                1.1
+ JBossCache  docs/JBossCache-UserGuide/en/images/TransactionLookup.png  1.1
  JBossCache  docs/JBossCache-UserGuide/en/master.xml                    1.4


Commit from gavin (2007-01-22 20:34 EST)
-----------------

oops

  jboss-seam  doc/reference/en/modules/framework.xml  1.14


Commit from sbryzak2 (2007-01-22 21:48 EST)
--------------------

more user registration stuff

  jboss-seam  examples/seamspace/resources/WEB-INF/pages.xml                               1.8
  jboss-seam  examples/seamspace/src/org/jboss/seam/example/seamspace/Member.java          1.13
  jboss-seam  examples/seamspace/src/org/jboss/seam/example/seamspace/MemberImage.java     1.4
  jboss-seam  examples/seamspace/src/org/jboss/seam/example/seamspace/ProfileAction.java   1.11
  jboss-seam  examples/seamspace/src/org/jboss/seam/example/seamspace/RegisterAction.java  1.3
  jboss-seam  examples/seamspace/view/register.xhtml                                       1.4


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

minor logging change

  JBossRemoting  run-tests.sh                                                                1.1.2.3
  JBossRemoting  src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java  1.16.2.10


Commit from msurtani (2007-01-22 22:04 EST)
--------------------

finished API docs up to chapter 3.

  JBossCache  docs/JBossCache-UserGuide/en/modules/configuration.xml            1.3
  JBossCache  docs/JBossCache-UserGuide/en/modules/configuration_reference.xml  1.2
  JBossCache  docs/JBossCache-UserGuide/en/modules/introduction.xml             1.3
  JBossCache  docs/JBossCache-UserGuide/en/modules/basic_api.xml                1.2
  JBossCache  docs/styles/en/html.css                                           1.2


Commit from msurtani (2007-01-22 22:11 EST)
--------------------

finished API docs up to chapter 3.

  JBossCache  docs/JBossCache-UserGuide/en/modules/configuration.xml  1.4
  JBossCache  docs/JBossCache-UserGuide/en/modules/introduction.xml   1.4
  JBossCache  docs/JBossCache-UserGuide/en/modules/basic_api.xml      1.3


Commit from telrod (2007-01-22 22:25 EST)
------------------

Adding source for remoting 2.2.0.Alpha6

+ repository.jboss.com  jboss/remoting/2.2.0.Alpha6/lib/jboss-remoting-src.zip  1.1
  repository.jboss.com  jboss/remoting/2.2.0.Alpha6/component-info.xml          1.3


Commit from bstansberry on branch Branch_JBossCache_1_4_0 (2007-01-22 22:27 EST)
---------------------------------------------------------

Add a test of the usage patterns that EJB3 SFSBs use.

+ JBossCache  tests/functional/org/jboss/cache/passivation/PassivationActivationCallbacksTestCase.java  1.1.2.1


Commit from bstansberry on branch Branch_JBossCache_1_4_0 (2007-01-22 22:59 EST)
---------------------------------------------------------

Shorten the test

  JBossCache  tests/functional/org/jboss/cache/passivation/PassivationActivationCallbacksTestCase.java  1.1.2.2


Commit from ovidiu on branch remoting_2_x (2007-01-23 00:08 EST)
-----------------------------------------

more reformatting and minor refactoring

  JBossRemoting  src/main/org/jboss/remoting/MicroRemoteClientInvoker.java  1.7.2.8
  JBossRemoting  src/main/org/jboss/remoting/ServerInvoker.java             1.52.2.21


Commit from sbryzak2 (2007-01-23 00:19 EST)
--------------------

separate value bindings for data, content type and filename

  jboss-seam  src/main/org/jboss/seam/servlet/MultipartRequest.java  1.2
  jboss-seam  src/ui/META-INF/faces-config.xml                       1.30
  jboss-seam  src/ui/META-INF/taglib.tld                             1.27
  jboss-seam  src/ui/org/jboss/seam/ui/FileUpload.java               1.2
  jboss-seam  src/ui/org/jboss/seam/ui/tag/FileUploadTag.java        1.2


Commit from sbryzak2 (2007-01-23 00:20 EST)
--------------------

redundant

- jboss-seam  src/main/org/jboss/seam/util/UploadedFile.java  1.2


Commit from sbryzak2 (2007-01-23 00:25 EST)
--------------------

finished user registration screen

  jboss-seam  examples/seamspace/resources/WEB-INF/pages.xml                               1.9
  jboss-seam  examples/seamspace/src/org/jboss/seam/example/seamspace/LoginAction.java     1.12
  jboss-seam  examples/seamspace/src/org/jboss/seam/example/seamspace/Register.java        1.3
  jboss-seam  examples/seamspace/src/org/jboss/seam/example/seamspace/RegisterAction.java  1.4
  jboss-seam  examples/seamspace/view/register2.xhtml                                      1.3


Commit from bstansberry (2007-01-23 00:37 EST)
-----------------------

[JBCACHE-945] Send post-activation notification after the node is in the tree

  JBossCache  src/org/jboss/cache/interceptors/CacheLoaderInterceptor.java  1.75


Commit from bstansberry (2007-01-23 00:38 EST)
-----------------------

Add a test of the usage pattern used by EJB3 SFSBs.

+ JBossCache  tests/functional/org/jboss/cache/passivation/PassivationActivationCallbacksTestCase.java  1.2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-cvs-commits/attachments/20070123/bf233e66/attachment.html 


More information about the jboss-cvs-commits mailing list