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

forge-admin at jboss.com forge-admin at jboss.com
Wed Sep 13 01:00:31 EDT 2006


Commit from abhayani (2006-09-12 04:35 EDT)
--------------------

*** empty log message ***

  repository.jboss.com  izpack/3.8.0.jboss/lib/standalone-compiler.jar  1.5


Commit from adrian (2006-09-12 05:50 EDT)
------------------

Update the microcontainer snapshot to include deployers

  repository.jboss.com  jboss/microcontainer/snapshot/component-info.xml            1.3
  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-aop-mc-int.jar      1.2
  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-container.jar       1.15
  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-dependency.jar      1.7
+ repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-deployers.jar       1.1
  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-microcontainer.jar  1.7


Commit from msurtani (2006-09-12 06:36 EDT)
--------------------

Added more logging to help debug concurrency errors

  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyGroupAssignmentTest.java     1.11
  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyPoolBroadcastTest.java       1.14
  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationContentTest.java  1.11


Commit from msurtani (2006-09-12 07:49 EDT)
--------------------

Added more logging to help debug concurrency errors

  JBossCache  tests/functional/org/jboss/cache/transaction/ReplicatedTransactionDeadlockTest.java  1.5


Commit from msurtani (2006-09-12 07:57 EDT)
--------------------

Upgraded to CR2

  JBossCache  lib/jgroups.jar  1.6


Commit from msurtani (2006-09-12 08:52 EDT)
--------------------

Added trace logging

  JBossCache  src/org/jboss/cache/interceptors/ReplicationInterceptor.java  1.40


Commit from msurtani (2006-09-12 09:12 EDT)
--------------------

Fixed locking issue when adding child nodes

  JBossCache  src/org/jboss/cache/NodeImpl.java            1.13
  JBossCache  src/org/jboss/cache/TreeCacheProxyImpl.java  1.30


Commit from vblagojevic (2006-09-12 12:20 EDT)
-----------------------

update eclipse classpath for commons-logging and log4j

  JBossCache  .classpath  1.10


Commit from vblagojevic (2006-09-12 12:32 EDT)
-----------------------

introduced ExtendedMessageListener thus enabling streaming state transfer

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


Commit from msurtani (2006-09-12 13:12 EDT)
--------------------

Updated test so it fails during state transfer

  JBossCache  tests/functional/org/jboss/cache/misc/TestingUtil.java                          1.9
  JBossCache  tests/functional/org/jboss/cache/statetransfer/StateTransferUnderLoadTest.java  1.3


Commit from msurtani (2006-09-12 13:42 EDT)
--------------------

*** empty log message ***

  JBossCache  tests/functional/org/jboss/cache/statetransfer/StateTransferUnderLoadTest.java  1.4


Commit from vblagojevic (2006-09-12 16:16 EDT)
-----------------------

store/load moved to AbstractCacheLoader

  JBossCache  src/org/jboss/cache/loader/CacheLoader.java                            1.9
  JBossCache  src/org/jboss/cache/loader/JDBCCacheLoader.java                        1.14
  JBossCache  src/org/jboss/cache/loader/FileCacheLoader.java                        1.18
  JBossCache  src/org/jboss/cache/loader/AbstractCacheLoader.java                    1.2
  JBossCache  src/org/jboss/cache/loader/bdbje/BdbjeCacheLoader.java                 1.14
  JBossCache  tests/functional/org/jboss/cache/statetransfer/VersionedTestBase.java  1.14
  JBossCache  tests/functional/org/jboss/cache/loader/BdbjeTest.java                 1.9
  JBossCache  src/org/jboss/cache/loader/jdbm/JdbmCacheLoader.java                   1.13


Commit from vblagojevic (2006-09-12 17:12 EDT)
-----------------------

renamed AbstractStateTransfer(Generator|Integrator) to DefaultStateTransfer(Generator|Integrator)

  JBossCache  src/org/jboss/cache/aop/statetransfer/PojoStateTransferIntegrator_200.java  1.5
  JBossCache  src/org/jboss/cache/aop/statetransfer/PojoStateTransferGenerator_200.java   1.5
- JBossCache  src/org/jboss/cache/statetransfer/AbstractStateTransferGenerator.java       1.4
- JBossCache  src/org/jboss/cache/statetransfer/AbstractStateTransferIntegrator.java      1.6
+ JBossCache  src/org/jboss/cache/statetransfer/DefaultStateTransferGenerator.java        1.1
+ JBossCache  src/org/jboss/cache/statetransfer/DefaultStateTransferIntegrator.java       1.1
  JBossCache  src/org/jboss/cache/statetransfer/StateTransferFactory.java                 1.12


Commit from rawb (2006-09-12 17:25 EDT)
----------------

Substantial changes, including an extension point, to allow conversion and updates between JBoss IDE versions. Plugins requiring conversions between versions should use this extension point in their own plug-in rather than adding upgrade wizard pages to the firstrun plugin.

Text for upgrade to 2.0 will need to be decided upon. (Pages created, text is fluff)

  jbosside  core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun/wizard/pages/FirstRunInfoPage.java               1.3
  jbosside  core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun/wizard/pages/FirstRunPackagingProjectsPage.java  1.3
+ jbosside  core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun/wizard/pages/AbstractFirstRunPage.java           1.1
  jbosside  core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun/wizard/pages/FirstRunXDocletProjectsPage.java    1.3
  jbosside  core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun/wizard/pages/FirstRunFinalPage.java              1.3
  jbosside  core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun/FirstRunPlugin.java                              1.3
  jbosside  core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun/FirstRunMessages.properties                      1.4
  jbosside  core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun/FirstRunStartup.java                             1.3
  jbosside  core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun/wizard/FirstRunWizard.java                       1.3
+ jbosside  core/plugins/org.jboss.ide.eclipse.firstrun/schema/org.jboss.ide.eclipse.firstrun.exsd                                               1.1
+ jbosside  core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun/wizard/pages/upgrade20/FirstRunInfoPage20.java   1.1
+ jbosside  core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun/wizard/pages/upgrade20/FirstRunFinalPage20.java  1.1
  jbosside  core/plugins/org.jboss.ide.eclipse.firstrun/plugin.xml                                                                               1.2


Commit from rawb (2006-09-12 17:30 EDT)
----------------

Moved from server to runtime some details.

  jbosside  as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/ServerAttributeHelper.java       1.10
  jbosside  as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/runtime/JBossServerRuntime.java  1.4


Commit from rawb (2006-09-12 17:31 EDT)
----------------

Added JBoss IDE version ID to the core plugin. This will need to be changed for each release. Also utility method to compare versions.

  jbosside  core/plugins/org.jboss.ide.eclipse.core/src/main/org/jboss/ide/eclipse/core/CorePlugin.java  1.3


Commit from rawb (2006-09-12 17:35 EDT)
----------------

Uncommented code that ensures wizard does not show every time.

  jbosside  core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun/FirstRunStartup.java  1.4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-cvs-commits/attachments/20060913/d415483d/attachment.html 


More information about the jboss-cvs-commits mailing list