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

forge-admin at jboss.com forge-admin at jboss.com
Fri Dec 22 01:00:27 EST 2006


Commit from sbryzak2 (2006-12-21 03:16 EST)
--------------------

renamed ImageAction to ContentAction

  jboss-seam  examples/seamspace/src/org/jboss/seam/example/seamspace/ContentServlet.java  1.2
+ jboss-seam  examples/seamspace/src/org/jboss/seam/example/seamspace/ContentAction.java   1.1
+ jboss-seam  examples/seamspace/src/org/jboss/seam/example/seamspace/ContentLocal.java    1.1
- jboss-seam  examples/seamspace/src/org/jboss/seam/example/seamspace/ImageAction.java     1.2
- jboss-seam  examples/seamspace/src/org/jboss/seam/example/seamspace/ImageLocal.java      1.2


Commit from tokada on branch JBossProfiler_Expansion (2006-12-21 06:18 EST)
----------------------------------------------------

Modified an implementation concerned the sorting.

  jboss-profiler  java/src/expansion/org/jboss/profiler/exp/agent/collector/model/ThreadMetric.java  1.1.2.3


Commit from tokada on branch JBossProfiler_Expansion (2006-12-21 06:21 EST)
----------------------------------------------------

Corrected some bugs.

  jboss-profiler  java/webapp/lzx/borderedpane.lzx           1.1.2.2
  jboss-profiler  java/webapp/lzx/stacktracediagram.lzx      1.1.2.6
  jboss-profiler  java/webapp/lzx/httprequeststatistics.lzx  1.1.2.4
  jboss-profiler  java/webapp/lzx/dataaccessstatistics.lzx   1.1.2.5


Commit from tokada on branch JBossProfiler_Expansion (2006-12-21 06:22 EST)
----------------------------------------------------

Added some functions.

+ jboss-profiler  java/webapp/lzx/popupmessage.lzx    1.1.2.1
  jboss-profiler  java/webapp/lzx/settingdialog.lzx   1.1.2.6
+ jboss-profiler  java/webapp/lzx/hintededittext.lzx  1.1.2.1
  jboss-profiler  java/webapp/lzx/loadingsplash.lzx   1.1.2.2


Commit from tokada on branch JBossProfiler_Expansion (2006-12-21 07:27 EST)
----------------------------------------------------

Corrected some bugs.

  jboss-profiler  java/src/expansion/org/jboss/profiler/exp/view/servlet/ConcurrencyMetrics.java  1.1.2.3
  jboss-profiler  java/src/expansion/org/jboss/profiler/exp/view/servlet/ExecutionMetrics.java    1.1.2.3
  jboss-profiler  java/src/expansion/org/jboss/profiler/exp/view/servlet/MemoryMetrics.java       1.1.2.3


Commit from sbryzak2 (2006-12-21 08:05 EST)
--------------------

display member's picture on profile page using content servlet

  jboss-seam  examples/seamspace/resources/import.sql                                      1.5
  jboss-seam  examples/seamspace/src/org/jboss/seam/example/seamspace/ContentAction.java   1.2
  jboss-seam  examples/seamspace/src/org/jboss/seam/example/seamspace/ContentServlet.java  1.3
  jboss-seam  examples/seamspace/src/org/jboss/seam/example/seamspace/Member.java          1.9
  jboss-seam  examples/seamspace/src/org/jboss/seam/example/seamspace/MemberImage.java     1.3
  jboss-seam  examples/seamspace/src/org/jboss/seam/example/seamspace/ProfileAction.java   1.3
  jboss-seam  examples/seamspace/view/profile.xhtml                                        1.2


Commit from msurtani (2006-12-21 08:11 EST)
--------------------

updated tostring

  JBossCache  src/org/jboss/cache/NodeImpl.java  1.29


Commit from vblagojevic (2006-12-21 10:14 EST)
-----------------------

fixed state transfer

  JBossCache  src/org/jboss/cache/buddyreplication/BuddyManager.java  1.51


Commit from msurtani on branch Branch_JBossCache_1_4_0 (2006-12-21 10:42 EST)
------------------------------------------------------

refactored

  JBossCache  src/org/jboss/cache/buddyreplication/BuddyManager.java  1.33.2.9


Commit from msurtani (2006-12-21 11:19 EST)
--------------------

refactored

  JBossCache  src/org/jboss/cache/buddyreplication/BuddyLocator.java                            1.5
  JBossCache  src/org/jboss/cache/buddyreplication/BuddyManager.java                            1.52
  JBossCache  src/org/jboss/cache/buddyreplication/BuddyGroup.java                              1.9
  JBossCache  src/org/jboss/cache/buddyreplication/NextMemberBuddyLocator.java                  1.8
  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationTestsBase.java  1.33
  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyGroupAssignmentTest.java   1.13


Commit from telrod on branch remoting_2_x (2006-12-21 11:40 EST)
-----------------------------------------

JBREM-655 - make sure server thread name gets updated with new client address when woken up with new client socket connection.

  JBossRemoting  src/main/org/jboss/remoting/transport/socket/ServerThread.java  1.29.2.4


Commit from telrod (2006-12-21 11:43 EST)
------------------

JBREM-655 - updated server thread to update its thread name with client address when woken up with new client socket connection.

  JBossRemoting  src/main/org/jboss/remoting/transport/socket/ServerThread.java  1.31


Commit from msurtani (2006-12-21 12:59 EST)
--------------------

Increased robustness

  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyPoolBroadcastTest.java  1.16
  JBossCache  src/org/jboss/cache/buddyreplication/BuddyManager.java                         1.53


Commit from msurtani (2006-12-21 13:10 EST)
--------------------

Increased robustness

  JBossCache  src/org/jboss/cache/buddyreplication/BuddyManager.java  1.54


Commit from msurtani on branch Branch_JBossCache_1_4_0 (2006-12-21 13:16 EST)
------------------------------------------------------

improved robustness

  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyPoolBroadcastTest.java  1.12.2.2
  JBossCache  src/org/jboss/cache/buddyreplication/BuddyManager.java                         1.33.2.10


Commit from msurtani (2006-12-21 13:17 EST)
--------------------

versioning info

  JBossCache  src/org/jboss/cache/Version.java  1.25
  JBossCache  build.xml                         1.155


Commit from sshah (2006-12-21 14:26 EST)
-----------------

adding

+ repository.jboss.com  jbpm/3.1.2/lib/jbpm-3.1.2.jar           1.1
+ repository.jboss.com  jbpm/3.1.2/lib/jbpm-identity-3.1.2.jar  1.1


Commit from sshah (2006-12-21 14:28 EST)
-----------------

adding_jars

  repository.jboss.com  jbpm/3.1.2/component-info.xml  1.2


Commit from vralev (2006-12-21 14:58 EST)
------------------

http://jira.jboss.com/jira/browse/JBINSTALL-166

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


Commit from nrichards (2006-12-21 15:19 EST)
---------------------

JBSEAM-623: support locales for selectDate display

  jboss-seam  src/ui/org/jboss/seam/ui/SelectDate.java  1.4
  jboss-seam  src/ui/org/jboss/seam/ui/selectDate.js    1.3


Commit from bstansberry on branch Branch_JBossCache_1_4_0 (2006-12-21 16:19 EST)
---------------------------------------------------------

[JBCACHE-913] Add a test that eviction actually occurs.

  JBossCache  tests/functional/org/jboss/cache/eviction/StateTransferIntegrationTest.java  1.1.2.2


Commit from bstansberry on branch Branch_JBossCache_1_4_0 (2006-12-21 16:21 EST)
---------------------------------------------------------

[JBCACHE-913] Do the TreeCacheListener and eviction region notifications as part of the basic state transfer node creation

  JBossCache  src/org/jboss/cache/statetransfer/StateTransferIntegrator_140.java  1.6.2.1
  JBossCache  src/org/jboss/cache/TreeCache.java                                  1.195.2.39


Commit from smcgowan (2006-12-21 16:41 EST)
--------------------


created

+ repository.jboss.com  jboss/cache/1.4.1.CR1/README.txt                 1.1
+ repository.jboss.com  jboss/cache/1.4.1.CR1/component-info.xml         1.1
+ repository.jboss.com  jboss/cache/1.4.1.CR1/lib/jboss-cache-jdk50.jar  1.1
+ repository.jboss.com  jboss/cache/1.4.1.CR1/lib/jboss-cache.jar        1.1


Commit from vblagojevic (2006-12-21 16:41 EST)
-----------------------

final state transfer polishing (all tests pass now)

  JBossCache  src/org/jboss/cache/statetransfer/DefaultStateTransferGenerator.java   1.7
  JBossCache  src/org/jboss/cache/statetransfer/DefaultStateTransferIntegrator.java  1.9
  JBossCache  src/org/jboss/cache/statetransfer/StateTransferManager.java            1.19
  JBossCache  src/org/jboss/cache/buddyreplication/BuddyManager.java                 1.55
  JBossCache  src/org/jboss/cache/TreeCache.java                                     1.300


Commit from vblagojevic (2006-12-21 16:41 EST)
-----------------------

test update

  JBossCache  tests/functional/org/jboss/cache/statetransfer/FailedStateTransferTest.java  1.7
  JBossCache  tests/functional/org/jboss/cache/statetransfer/VersionedTestBase.java        1.20
  JBossCache  tests/functional/org/jboss/cache/statetransfer/StateTransferTestBase.java    1.25
  JBossCache  tests/functional/org/jboss/cache/statetransfer/StateTransfer200Test.java     1.11


Commit from bstansberry (2006-12-21 18:11 EST)
-----------------------

[JBCACHE-913] Add test of notifying eviction policies of nodes added via state transfer

- JBossCache  tests/functional/org/jboss/cache/eviction/StateTransferIntegrationTest.java  1.2


Commit from bstansberry on branch Branch_JBossCache_1_4_0 (2006-12-21 18:11 EST)
---------------------------------------------------------

Move the JBCACHE-913 tests to the versioned state transfer tests

  JBossCache  tests/functional/org/jboss/cache/statetransfer/VersionedTestBase.java  1.6.2.3


Commit from bstansberry on branch Branch_JBossCache_1_4_0 (2006-12-21 18:14 EST)
---------------------------------------------------------

[JBCACHE-913] Handle TreeCacheListener notifications as before to reduce chance of introducing subtle regressions

  JBossCache  src/org/jboss/cache/TreeCache.java  1.195.2.40


Commit from bstansberry on branch Branch_JBossCache_1_4_0 (2006-12-21 18:14 EST)
---------------------------------------------------------

Make the DEFAULT_REGION Fqn public

  JBossCache  src/org/jboss/cache/eviction/RegionManager.java  1.16.2.2


Commit from bstansberry on branch Branch_JBossCache_1_4_0 (2006-12-21 18:16 EST)
---------------------------------------------------------

[JBCACHE-913] Handle TreeCacheListener notifications as before to reduce chance of introducing subtle regressions
Don't fail if there is no region defined
Add the logic to all the STI impls

  JBossCache  src/org/jboss/cache/statetransfer/StateTransferIntegrator_123.java   1.2.4.1
  JBossCache  src/org/jboss/cache/statetransfer/StateTransferIntegrator_124.java   1.6.2.1
  JBossCache  src/org/jboss/cache/statetransfer/StateTransferIntegrator_140.java   1.6.2.2
  JBossCache  src/org/jboss/cache/statetransfer/StateTransferIntegrator_1241.java  1.4.2.1


Commit from rawb (2006-12-21 20:08 EST)
----------------

The Extension Manager had several errors. It used the incorrect method of instantiating a provided class (Class.forName led to class not found errors. configElement.createExecutable("attribute") is the proper method)

It also assumed all provided classes would be of type AbstractPackageType, instead of IPackageType. It then made use of methods not present in IPackageType (setId, setLabel). I've removed all references to AbstractPackageType, the JARPackageType now directly returns its information (jar, JAR), and the extension point data is essentially ignored.

Suck It.

  jbosside  core/plugins/org.jboss.ide.eclipse.packages.core/src/main/org/jboss/ide/eclipse/packages/core/model/types/JARPackageType.java       1.7
- jbosside  core/plugins/org.jboss.ide.eclipse.packages.core/src/main/org/jboss/ide/eclipse/packages/core/model/types/AbstractPackageType.java  1.2
  jbosside  core/plugins/org.jboss.ide.eclipse.packages.core/src/main/org/jboss/ide/eclipse/packages/core/ExtensionManager.java                 1.3


Commit from sbryzak2 (2006-12-21 21:03 EST)
--------------------

fixed Identity working memory test

  jboss-seam  src/main/org/jboss/seam/security/SeamSecurityManager.java  1.31


Commit from sbryzak2 (2006-12-21 21:04 EST)
--------------------

added security rules

  jboss-seam  examples/seamspace/resources/META-INF/application.xml                       1.6
+ jboss-seam  examples/seamspace/resources/META-INF/security-rules.drl                    1.1
  jboss-seam  examples/seamspace/resources/WEB-INF/pages.xml                              1.2
  jboss-seam  examples/seamspace/src/org/jboss/seam/example/seamspace/ContentAction.java  1.3
  jboss-seam  examples/seamspace/src/org/jboss/seam/example/seamspace/LoginAction.java    1.5
  jboss-seam  examples/seamspace/src/org/jboss/seam/example/seamspace/LoginLocal.java     1.3
  jboss-seam  examples/seamspace/src/org/jboss/seam/example/seamspace/ProfileAction.java  1.4
  jboss-seam  examples/seamspace/view/template.xhtml                                      1.5


Commit from tokada on branch JBossProfiler_Expansion (2006-12-21 21:25 EST)
----------------------------------------------------

Corrected some bugs.

  jboss-profiler  java/src/expansion/org/jboss/profiler/exp/agent/collector/model/ThreadMetric.java  1.1.2.4


Commit from sbryzak2 (2006-12-21 21:50 EST)
--------------------

support image rescaling

  jboss-seam  examples/seamspace/src/org/jboss/seam/example/seamspace/ContentServlet.java  1.4
  jboss-seam  examples/seamspace/view/profile.xhtml                                        1.3


Commit from msurtani (2006-12-21 22:16 EST)
--------------------

properly sets file cache loader location

  JBossCache  tests/functional/org/jboss/cache/passivation/LocalPassivationIntegrationTest.java  1.12


Commit from msurtani (2006-12-21 22:17 EST)
--------------------

genericised

  JBossCache  src/org/jboss/cache/config/CacheLoaderConfig.java  1.18


Commit from msurtani (2006-12-21 22:23 EST)
--------------------

genericised

  JBossCache  src/org/jboss/cache/config/CacheLoaderConfig.java  1.19


Commit from msurtani (2006-12-21 22:28 EST)
--------------------

updated known issues

  JBossCache  build.xml  1.156


Commit from msurtani (2006-12-21 22:29 EST)
--------------------

patched test to work with broken/incomplete config files

  JBossCache  tests/functional/org/jboss/cache/passivation/ConcurrentPassivationTest.java  1.7


Commit from msurtani (2006-12-21 22:53 EST)
--------------------

fixed breakages

  JBossCache  tests/functional/org/jboss/cache/api/NodeMoveAPITest.java  1.14
  JBossCache  tests/functional/org/jboss/cache/api/NodeAPITest.java      1.6
  JBossCache  src/org/jboss/cache/NodeImpl.java                          1.30


Commit from sbryzak2 (2006-12-21 23:06 EST)
--------------------

check if Identity is set during un-authentication

  jboss-seam  src/main/org/jboss/seam/security/authenticator/Authenticator.java  1.17
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-cvs-commits/attachments/20061222/2f883329/attachment.html 


More information about the jboss-cvs-commits mailing list