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

forge-admin at jboss.com forge-admin at jboss.com
Thu Sep 14 01:00:29 EDT 2006


Commit from abhayani (2006-09-13 02:59 EDT)
--------------------

component-info.xml for 3.9.0.jboss

+ repository.jboss.com  izpack/3.9.0.jboss/component-info.xml  1.1


Commit from abhayani (2006-09-13 03:09 EDT)
--------------------

Adding jar and bin.zip to 3.9.0.jboss\lib. Merging Izpack release 3.9.0

+ repository.jboss.com  izpack/3.9.0.jboss/lib/ant.jar                  1.1
+ repository.jboss.com  izpack/3.9.0.jboss/lib/bin.zip                  1.1
+ repository.jboss.com  izpack/3.9.0.jboss/lib/compiler.jar             1.1
+ repository.jboss.com  izpack/3.9.0.jboss/lib/installer.jar            1.1
+ repository.jboss.com  izpack/3.9.0.jboss/lib/izevent.jar              1.1
+ repository.jboss.com  izpack/3.9.0.jboss/lib/jakarta-regexp-1.3.jar   1.1
+ repository.jboss.com  izpack/3.9.0.jboss/lib/kunststoff.jar           1.1
+ repository.jboss.com  izpack/3.9.0.jboss/lib/liquidlnf.jar            1.1
+ repository.jboss.com  izpack/3.9.0.jboss/lib/looks.jar                1.1
+ repository.jboss.com  izpack/3.9.0.jboss/lib/metouia.jar              1.1
+ repository.jboss.com  izpack/3.9.0.jboss/lib/standalone-compiler.jar  1.1
+ repository.jboss.com  izpack/3.9.0.jboss/lib/uninstaller-ext.jar      1.1
+ repository.jboss.com  izpack/3.9.0.jboss/lib/uninstaller.jar          1.1


Commit from abhayani (2006-09-13 03:16 EDT)
--------------------

referencing to 3.9.0.jboss

  repository.jboss.com  jboss/izpack-listeners/1.0.0.GA/component-info.xml  1.2


Commit from msurtani (2006-09-13 06:34 EDT)
--------------------

JBCACHE-767

  JBossCache  src/org/jboss/cache/interceptors/OptimisticNodeInterceptor.java  1.27


Commit from msurtani on branch Branch_JBossCache_1_4_0 (2006-09-13 06:38 EDT)
------------------------------------------------------

JBCACHE-767

  JBossCache  src/org/jboss/cache/interceptors/OptimisticNodeInterceptor.java  1.21.2.2


Commit from msurtani on branch Branch_JBossCache_1_4_0 (2006-09-13 06:56 EDT)
------------------------------------------------------

JBCACHE-766

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


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

cleanup

  JBossCache  tests/functional/org/jboss/cache/marshall/RegionBasedMarshallingTestBase.java  1.2
  JBossCache  tests/functional/org/jboss/cache/marshall/SyncReplTest.java                    1.11


Commit from msurtani (2006-09-13 07:47 EDT)
--------------------

Test enhanced to cover opt and pess locking cases

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


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

added code + unit tests for manipulating interceptor chain via CacheSPI

  JBossCache  src/org/jboss/cache/factories/InterceptorChainFactory.java                   1.30
  JBossCache  src/org/jboss/cache/interceptors/Interceptor.java                            1.25
  JBossCache  src/org/jboss/cache/CacheSPI.java                                            1.15
  JBossCache  src/org/jboss/cache/TreeCacheProxyImpl.java                                  1.31
+ JBossCache  tests/functional/org/jboss/cache/factories/CustomInterceptorChainTest.java   1.1
+ JBossCache  tests/functional/org/jboss/cache/factories/InterceptorChainFactoryTest.java  1.1
+ JBossCache  tests/functional/org/jboss/cache/factories/InterceptorChainTestBase.java     1.1
- JBossCache  tests/functional/org/jboss/cache/InterceptorConfigurationTest.java           1.19


Commit from remm (2006-09-13 09:41 EDT)
----------------

- Fix an EL API bug.

  repository.jboss.com  jboss/web/2.0.0.snapshot/lib/el-api.jar  1.3


Commit from adrian (2006-09-13 10:02 EDT)
------------------

Fix infinite loop in MainDeployer shutdown

  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-deployers.jar  1.2


Commit from tbaeyens (2006-09-13 10:06 EDT)
--------------------

added jbpm-licenced clover to jbpm repository

+ repository.jboss.com  jbpm/clover/clover.jar      1.1
+ repository.jboss.com  jbpm/clover/clover.license  1.1


Commit from vblagojevic (2006-09-13 11:42 EDT)
-----------------------

more robust error handling for loadstate/storestate

+ JBossCache  src/org/jboss/cache/loader/NodeDataExceptionMarker.java                1.1
  JBossCache  src/org/jboss/cache/loader/AbstractCacheLoader.java                    1.3
  JBossCache  src/org/jboss/cache/loader/NodeData.java                               1.4
  JBossCache  src/org/jboss/cache/statetransfer/DefaultStateTransferGenerator.java   1.2
  JBossCache  src/org/jboss/cache/statetransfer/DefaultStateTransferIntegrator.java  1.2


Commit from msurtani (2006-09-13 11:53 EDT)
--------------------

- Added unit test for cache API
- Added facility for making certain config elements immutable

  JBossCache  src/org/jboss/cache/config/Configuration.java           1.18
+ JBossCache  src/org/jboss/cache/config/Dynamic.java                 1.1
  JBossCache  src/org/jboss/cache/TreeCache.java                      1.245
  JBossCache  src/org/jboss/cache/TreeCacheProxyImpl.java             1.32
+ JBossCache  tests/functional/org/jboss/cache/api/CacheAPITest.java  1.1


Commit from vblagojevic (2006-09-13 11:56 EDT)
-----------------------

test cacheloader compatibility thoroughly

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


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

Made Cloneable and Serializable

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


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

JBCACHE-762

  JBossCache  src/org/jboss/cache/factories/CacheFactory.java         1.3
  JBossCache  src/org/jboss/cache/factories/DefaultCacheFactory.java  1.9


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

- Added equals and hashcode for TCPI
- Started unit tests for Node api

  JBossCache  src/org/jboss/cache/TreeCacheProxyImpl.java            1.33
+ JBossCache  tests/functional/org/jboss/cache/api/NodeAPITest.java  1.1


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

Addition of classloading support

  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-deployers.jar  1.3


Commit from jmazzitelli (2006-09-13 13:14 EDT)
-----------------------

adding additional jars

+ repository.jboss.com  maven2/concurrent/concurrent/1.3.4/concurrent-1.3.4.jar  1.1


Commit from jmazzitelli (2006-09-13 13:14 EDT)
-----------------------



+ repository.jboss.com  maven2/concurrent/concurrent/1.3.4/concurrent-1.3.4.jar.md5  1.1


Commit from jmazzitelli (2006-09-13 13:14 EDT)
-----------------------

adding additional jars

+ repository.jboss.com  maven2/concurrent/concurrent/1.3.4/concurrent-1.3.4.pom               1.1
+ repository.jboss.com  maven2/concurrent/concurrent/1.3.4/concurrent-1.3.4.pom.md5           1.1
+ repository.jboss.com  maven2/i18nlog/i18nlog/1.0.4/i18nlog-1.0.4.jar                        1.1
+ repository.jboss.com  maven2/i18nlog/i18nlog/1.0.4/i18nlog-1.0.4.jar.md5                    1.1
+ repository.jboss.com  maven2/i18nlog/i18nlog/1.0.4/i18nlog-1.0.4.pom                        1.1
+ repository.jboss.com  maven2/i18nlog/i18nlog/1.0.4/i18nlog-1.0.4.pom.md5                    1.1
+ repository.jboss.com  maven2/jboss/jboss-remoting/2.0.0.GA/jboss-remoting-2.0.0.GA.jar      1.1
+ repository.jboss.com  maven2/jboss/jboss-remoting/2.0.0.GA/jboss-remoting-2.0.0.GA.jar.md5  1.1
+ repository.jboss.com  maven2/jboss/jboss-remoting/2.0.0.GA/jboss-remoting-2.0.0.GA.pom      1.1
+ repository.jboss.com  maven2/jboss/jboss-remoting/2.0.0.GA/jboss-remoting-2.0.0.GA.pom.md5  1.1
+ repository.jboss.com  maven2/log4j/log4j/1.2.13/log4j-1.2.13.jar                            1.1
+ repository.jboss.com  maven2/log4j/log4j/1.2.13/log4j-1.2.13.jar.md5                        1.1
+ repository.jboss.com  maven2/log4j/log4j/1.2.13/log4j-1.2.13.pom                            1.1
+ repository.jboss.com  maven2/log4j/log4j/1.2.13/log4j-1.2.13.pom.md5                        1.1
+ repository.jboss.com  maven2/org/testng/testng/5.1/testng-5.1-jdk15.jar                     1.1
+ repository.jboss.com  maven2/org/testng/testng/5.1/testng-5.1-jdk15.jar.md5                 1.1
+ repository.jboss.com  maven2/org/testng/testng/5.1/testng-5.1.pom                           1.1
+ repository.jboss.com  maven2/org/testng/testng/5.1/testng-5.1.pom.md5                       1.1


Commit from gavin (2006-09-13 13:25 EDT)
-----------------

oops

  jboss-seam  src/main/org/jboss/seam/core/FacesMessages.java  1.19


Commit from gavin (2006-09-13 13:25 EDT)
-----------------

ws

  jboss-seam  src/main/org/jboss/seam/contexts/Contexts.java  1.40


Commit from jmazzitelli (2006-09-13 13:57 EDT)
-----------------------

jboss-jmx jar from 4.0.2 release

+ repository.jboss.com  maven2/jboss/jboss-jmx/4.0.2/jboss-jmx-4.0.2.jar      1.1
+ repository.jboss.com  maven2/jboss/jboss-jmx/4.0.2/jboss-jmx-4.0.2.jar.md5  1.1
+ repository.jboss.com  maven2/jboss/jboss-jmx/4.0.2/jboss-jmx-4.0.2.pom      1.1
+ repository.jboss.com  maven2/jboss/jboss-jmx/4.0.2/jboss-jmx-4.0.2.pom.md5  1.1


Commit from rawb (2006-09-13 13:59 EDT)
----------------

Changed API to require performFinish to make use of a Progress Monitor.

  jbosside  core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun/wizard/pages/FirstRunInfoPage.java               1.4
  jbosside  core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun/wizard/pages/FirstRunXDocletProjectsPage.java    1.4
  jbosside  core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun/wizard/pages/FirstRunPackagingProjectsPage.java  1.4
  jbosside  core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun/wizard/pages/FirstRunFinalPage.java              1.4
  jbosside  core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun/wizard/pages/AbstractFirstRunPage.java           1.2
  jbosside  core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun/wizard/pages/upgrade20/FirstRunInfoPage20.java   1.2
  jbosside  core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun/wizard/pages/upgrade20/FirstRunFinalPage20.java  1.2
  jbosside  core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun/FirstRunMessages.properties                      1.5
  jbosside  core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun/FirstRunStartup.java                             1.5
  jbosside  core/plugins/org.jboss.ide.eclipse.firstrun/src/main/org/jboss/ide/eclipse/firstrun/wizard/FirstRunWizard.java                       1.4


Commit from gavin (2006-09-13 14:41 EDT)
-----------------

better exception msg

  jboss-seam  src/main/org/jboss/seam/core/Pageflow.java  1.29


Commit from jmazzitelli (2006-09-13 15:43 EDT)
-----------------------

opps... didn't realize concurrent artifacts are already up here in the oswego-concurrent group

- repository.jboss.com  maven2/concurrent/concurrent/1.3.4/concurrent-1.3.4.jar      1.2
- repository.jboss.com  maven2/concurrent/concurrent/1.3.4/concurrent-1.3.4.jar.md5  1.2
- repository.jboss.com  maven2/concurrent/concurrent/1.3.4/concurrent-1.3.4.pom      1.2
- repository.jboss.com  maven2/concurrent/concurrent/1.3.4/concurrent-1.3.4.pom.md5  1.2


Commit from jmazzitelli (2006-09-13 16:37 EDT)
-----------------------

the JBoss Remoting servlet invoker war used to support the servlet: transport

+ repository.jboss.com  maven2/jboss/jboss-remoting-servlet-invoker/2.0.0.GA/servlet-invoker-2.0.0.GA.war      1.1
+ repository.jboss.com  maven2/jboss/jboss-remoting-servlet-invoker/2.0.0.GA/servlet-invoker-2.0.0.GA.war.md5  1.1


Commit from jmazzitelli (2006-09-13 16:46 EDT)
-----------------------

name the artifacts properly as per maven conventions

+ repository.jboss.com  maven2/jboss/jboss-remoting-servlet-invoker/2.0.0.GA/jboss-remoting-servlet-invoker-2.0.0.GA.war      1.1
+ repository.jboss.com  maven2/jboss/jboss-remoting-servlet-invoker/2.0.0.GA/jboss-remoting-servlet-invoker-2.0.0.GA.war.md5  1.1
- repository.jboss.com  maven2/jboss/jboss-remoting-servlet-invoker/2.0.0.GA/servlet-invoker-2.0.0.GA.war                     1.2
- repository.jboss.com  maven2/jboss/jboss-remoting-servlet-invoker/2.0.0.GA/servlet-invoker-2.0.0.GA.war.md5                 1.2


Commit from asaldhana (2006-09-13 22:12 EDT)
---------------------

Sleepycat BerkeleyDB v3.0.12

+ repository.jboss.com  sleepycat/3.0.12/component-info.xml  1.1
+ repository.jboss.com  sleepycat/3.0.12/lib/je.jar          1.1
+ repository.jboss.com  licenses/sleepycat.txt               1.1


Commit from asaldhana (2006-09-13 22:31 EDT)
---------------------

Fix the version number

  repository.jboss.com  sleepycat/3.0.12/component-info.xml  1.2


Commit from asaldhana (2006-09-13 22:45 EDT)
---------------------

Sun's OSS DS under snapshot (0.1.build007)

+ repository.jboss.com  sun-opends/snapshot/component-info.xml  1.1
+ repository.jboss.com  sun-opends/snapshot/lib/OpenDS.jar      1.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-cvs-commits/attachments/20060914/3c2c7ec3/attachment.html 


More information about the jboss-cvs-commits mailing list