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

forge-admin at jboss.com forge-admin at jboss.com
Thu Aug 31 01:00:29 EDT 2006


Commit from starksm (2006-08-30 02:26 EDT)
-------------------


Rename getPackagName to getPackageName in DomainClassLoader

  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-container.jar  1.14


Commit from rsigal (2006-08-30 03:33 EDT)
------------------

JBREM-592:  Renamed SpringRMICallbackServerService.xml to SpringRMICallbackServerService.xml.save.

- JBossRemoting  src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMICallbackServerService.xml  1.2


Commit from msurtani (2006-08-30 04:41 EDT)
--------------------

Removed static logger

  JBossCache  src/org/jboss/cache/marshall/TreeCacheMarshaller200.java  1.2


Commit from remm (2006-08-30 05:10 EDT)
----------------

- Fix EL related bug.

  repository.jboss.com  jboss/web/2.0.0.snapshot/lib/jbossweb.jar  1.2


Commit from remm (2006-08-30 05:23 EDT)
----------------

- Tomcat snapshot update.

  repository.jboss.com  apache-tomcat/6.0-snapshot/apache-tomcat-6.0.0-dev-src.tar.gz  1.5
  repository.jboss.com  apache-tomcat/6.0-snapshot/lib/catalina.jar                    1.6
  repository.jboss.com  apache-tomcat/6.0-snapshot/lib/jasper.jar                      1.6
  repository.jboss.com  apache-tomcat/6.0-snapshot/lib/tomcat-coyote.jar               1.6


Commit from msurtani (2006-08-30 06:51 EDT)
--------------------

Removed misleading equals() method and corresponding hashCode() method

  JBossCache  src/org/jboss/cache/marshall/MethodCall.java  1.2


Commit from tdiesler (2006-08-30 07:15 EDT)
--------------------

fix version compatibility in component-info.xml

  repository.jboss.com  jboss/jbossws/1.0.3.GA/component-info.xml          1.2
  repository.jboss.com  jboss/jbossws/1.0.3.GA/lib/jboss-jaxrpc.jar        1.2
  repository.jboss.com  jboss/jbossws/1.0.3.GA/lib/jboss-jaxws.jar         1.2
  repository.jboss.com  jboss/jbossws/1.0.3.GA/lib/jboss-saaj.jar          1.2
  repository.jboss.com  jboss/jbossws/1.0.3.GA/lib/jbossws-client.jar      1.2
  repository.jboss.com  jboss/jbossws/1.0.3.GA/lib/jbossws.sar             1.2
  repository.jboss.com  jboss/jbossws14/1.0.3.GA/component-info.xml        1.5
  repository.jboss.com  jboss/jbossws14/1.0.3.GA/lib/jboss-jaxrpc.jar      1.2
  repository.jboss.com  jboss/jbossws14/1.0.3.GA/lib/jboss-jaxws14.jar     1.2
  repository.jboss.com  jboss/jbossws14/1.0.3.GA/lib/jboss-saaj.jar        1.2
  repository.jboss.com  jboss/jbossws14/1.0.3.GA/lib/jbossws14-client.jar  1.2
  repository.jboss.com  jboss/jbossws14/1.0.3.GA/lib/jbossws14.sar         1.2


Commit from msurtani (2006-08-30 07:23 EDT)
--------------------

Added tests

+ JBossCache  tests/functional/org/jboss/cache/marshall/BaseTreeCacheMarshallerTest.java  1.1
+ JBossCache  tests/functional/org/jboss/cache/marshall/TreeCacheMarshaller140Test.java   1.1
+ JBossCache  tests/functional/org/jboss/cache/marshall/TreeCacheMarshaller200Test.java   1.1
  JBossCache  tests/functional/org/jboss/cache/marshall/VersionAwareMarshallerTest.java   1.5


Commit from msurtani on branch Branch_JBossCache_1_4_0 (2006-08-30 07:30 EDT)
------------------------------------------------------

Added unit tests for JBCACHE-755 and JBCACHE-756

+ JBossCache  tests/functional/org/jboss/cache/marshall/BaseTreeCacheMarshallerTest.java  1.1.2.2
+ JBossCache  tests/functional/org/jboss/cache/marshall/TreeCacheMarshaller140Test.java   1.1.2.2
  JBossCache  tests/functional/org/jboss/cache/marshall/VersionAwareMarshallerTest.java   1.3.2.1


Commit from theute (2006-08-30 07:46 EDT)
------------------

New wizard page to configure the webapp

  jboss-seam-ide  src/org/jboss/seam/ide/wizard/NewSeamProjectWizardPage.java  1.3
  jboss-seam-ide  src/org/jboss/seam/ide/wizard/NewSeamProjectWizard.java      1.3
+ jboss-seam-ide  src/org/jboss/seam/ide/wizard/WebProjectWizardPage.java      1.1


Commit from msurtani on branch Branch_JBossCache_1_4_0 (2006-08-30 08:00 EDT)
------------------------------------------------------

Fixed JBCACHE-755 - Using replication queue with region based marshalling breaks TreeCacheMarshaller

  JBossCache  src/org/jboss/cache/marshall/Marshaller.java                                1.1.2.2
  JBossCache  tests/functional/org/jboss/cache/marshall/BaseTreeCacheMarshallerTest.java  1.1.2.3
  JBossCache  tests/functional/org/jboss/cache/marshall/TreeCacheMarshaller140Test.java   1.1.2.3


Commit from msurtani (2006-08-30 09:40 EDT)
--------------------

JBCACHE-755

  JBossCache  .cvsignore                                                                  1.6
  JBossCache  src/org/jboss/cache/marshall/Marshaller.java                                1.4
  JBossCache  tests/functional/org/jboss/cache/marshall/BaseTreeCacheMarshallerTest.java  1.2


Commit from msurtani (2006-08-30 11:03 EDT)
--------------------

Fixed failing tests, enhanced large string tests

  JBossCache  tests/functional/org/jboss/cache/marshall/AsyncReplTest.java                   1.9
  JBossCache  tests/functional/org/jboss/cache/marshall/BaseTreeCacheMarshallerTest.java     1.3
  JBossCache  tests/functional/org/jboss/cache/marshall/LocalTest.java                       1.8
+ JBossCache  tests/functional/org/jboss/cache/marshall/RegionBasedMarshallingBaseTest.java  1.1
  JBossCache  tests/functional/org/jboss/cache/marshall/SyncReplTest.java                    1.8


Commit from msurtani (2006-08-30 11:14 EDT)
--------------------

Fixed a bunch of passivation test failures, removed unnecessary and misleading "TestCase" classes

- JBossCache  tests/functional/org/jboss/cache/loader/JDBCExtendedCacheLoaderTestCase.java            1.8
+ JBossCache  tests/functional/org/jboss/cache/passivation/PassivationToJDBCCacheLoaderTest.java      1.1
- JBossCache  tests/functional/org/jboss/cache/passivation/PassivationToJDBCCacheLoaderTestCase.java  1.6


Commit from msurtani (2006-08-30 11:18 EDT)
--------------------

Fixed NPE

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


Commit from telrod (2006-08-30 11:50 EDT)
------------------

JBREM-594 - fixed problem where Connector not cleaning up when exception encountered during create or start.

  JBossRemoting  src/main/org/jboss/remoting/transport/Connector.java                       1.27
  JBossRemoting  src/tests/org/jboss/test/remoting/lifecycle/InvokerLifecycleTestCase.java  1.4


Commit from bwang on branch Branch_JBossCache_1_4_0 (2006-08-30 11:54 EDT)
---------------------------------------------------

no message

  JBossCache  tests/functional/org/jboss/cache/aop/ObjectGraphAopTest.java  1.16.2.1


Commit from rawb (2006-08-30 12:21 EDT)
----------------

Projects are now JDK 1.4 compliant.

  jbosside  as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/util/ASDebug.java                     1.3
+ jbosside  as/plugins/org.jboss.ide.eclipse.as.core/.settings/org.eclipse.jdt.core.prefs                                          1.1
+ jbosside  as/plugins/org.jboss.ide.eclipse.as.core/.settings/org.eclipse.jdt.ui.prefs                                            1.1
  jbosside  as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/client/TwiddleLauncher.java           1.7
  jbosside  as/plugins/org.jboss.ide.eclipse.as.core/.classpath                                                                    1.2
  jbosside  as/plugins/org.jboss.ide.eclipse.as.ui/META-INF/MANIFEST.MF                                                            1.7
  jbosside  as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/views/JBossServerTableViewer.java           1.13
+ jbosside  as/plugins/org.jboss.ide.eclipse.as.ui/.settings/org.eclipse.jdt.ui.prefs                                              1.1
+ jbosside  as/plugins/org.jboss.ide.eclipse.as.ui/.settings/org.eclipse.jdt.core.prefs                                            1.1
  jbosside  as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/editors/ServiceXMLEditorConfiguration.java  1.5


Commit from chiba (2006-08-30 12:25 EDT)
-----------------

a nested ClassMap.

  javassist  src/main/javassist/CtBehavior.java     1.32
  javassist  src/main/javassist/CtConstructor.java  1.16
  javassist  src/main/javassist/ClassMap.java       1.8


Commit from msurtani (2006-08-30 12:26 EDT)
--------------------

Java5 optimisations

  JBossCache  src/org/jboss/cache/marshall/MethodDeclarations.java  1.14


Commit from msurtani (2006-08-30 13:08 EDT)
--------------------

Java5 optimisations

  JBossCache  src/org/jboss/cache/aop/TreeCacheAopDelegate.java                           1.77
  JBossCache  src/org/jboss/cache/buddyreplication/BuddyManager.java                      1.43
  JBossCache  src/org/jboss/cache/interceptors/BaseRpcInterceptor.java                    1.19
  JBossCache  src/org/jboss/cache/interceptors/CacheLoaderInterceptor.java                1.49
  JBossCache  src/org/jboss/cache/interceptors/CreateIfNotExistsInterceptor.java          1.19
  JBossCache  src/org/jboss/cache/interceptors/DataGravitatorInterceptor.java             1.24
  JBossCache  src/org/jboss/cache/interceptors/InvalidationInterceptor.java               1.25
  JBossCache  src/org/jboss/cache/interceptors/OptimisticReplicationInterceptor.java      1.26
  JBossCache  src/org/jboss/cache/interceptors/PessimisticLockInterceptor.java            1.30
  JBossCache  src/org/jboss/cache/interceptors/TxInterceptor.java                         1.58
  JBossCache  src/org/jboss/cache/loader/ClusteredCacheLoader.java                        1.12
  JBossCache  src/org/jboss/cache/marshall/LegacyTreeCacheMarshaller.java                 1.7
  JBossCache  src/org/jboss/cache/marshall/MethodCallFactory.java                         1.5
  JBossCache  src/org/jboss/cache/marshall/MethodDeclarations.java                        1.15
  JBossCache  src/org/jboss/cache/marshall/TreeCacheMarshaller.java                       1.22
  JBossCache  src/org/jboss/cache/marshall/TreeCacheMarshaller140.java                    1.3
  JBossCache  src/org/jboss/cache/marshall/TreeCacheMarshaller200.java                    1.3
  JBossCache  src/org/jboss/cache/rpc/RpcTreeCache.java                                   1.11
  JBossCache  src/org/jboss/cache/statetransfer/StateTransferManager.java                 1.6
  JBossCache  src/org/jboss/cache/Fqn.java                                                1.37
  JBossCache  src/org/jboss/cache/NodeImpl.java                                           1.8
  JBossCache  src/org/jboss/cache/TreeCache.java                                          1.234
  JBossCache  src/org/jboss/cache/TreeCacheProxyImpl.java                                 1.20
  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyManagerTest.java     1.6
  JBossCache  tests/functional/org/jboss/cache/interceptors/EvictionInterceptorTest.java  1.8
  JBossCache  tests/functional/org/jboss/cache/marshall/ActiveInactiveTest.java           1.8
  JBossCache  tests/functional/org/jboss/cache/marshall/BaseTreeCacheMarshallerTest.java  1.4
+ JBossCache  tests/functional/org/jboss/cache/marshall/MethodCallFactoryTest.java        1.1
  JBossCache  tests/functional/org/jboss/cache/replicated/SyncReplTxTest.java             1.13
  JBossCache  tests/functional/org/jboss/cache/transaction/TransactionTest.java           1.12


Commit from tdiesler (2006-08-30 13:22 EDT)
--------------------

add apache-struts

  CVSROOT  modules  1.609


Commit from tdiesler (2006-08-30 13:24 EDT)
--------------------

add apache-struts

  CVSROOT  modules  1.610


Commit from tdiesler (2006-08-30 13:29 EDT)
--------------------

add apache taglibs

  CVSROOT  modules  1.611


Commit from tdiesler (2006-08-30 13:32 EDT)
--------------------

add apache validator

  CVSROOT  modules  1.612


Commit from tdiesler (2006-08-30 13:34 EDT)
--------------------

add apache vfs

  CVSROOT  modules  1.613


Commit from tdiesler (2006-08-30 13:36 EDT)
--------------------

add asm

  CVSROOT  modules  1.614


Commit from tdiesler (2006-08-30 13:38 EDT)
--------------------

add codehaus-stax

  CVSROOT  modules  1.615


Commit from tdiesler (2006-08-30 13:40 EDT)
--------------------

add easymock

  CVSROOT  modules  1.616


Commit from tdiesler (2006-08-30 13:42 EDT)
--------------------

add ehcache

  CVSROOT  modules  1.617


Commit from tdiesler (2006-08-30 13:45 EDT)
--------------------

add jbpm-bpel

  CVSROOT  modules  1.618


Commit from tdiesler (2006-08-30 13:51 EDT)
--------------------

add opensaml

  CVSROOT  modules  1.619


Commit from tdiesler (2006-08-30 13:53 EDT)
--------------------

add spring

  CVSROOT  modules  1.620


Commit from tdiesler (2006-08-30 13:55 EDT)
--------------------

add struts-test-case

  CVSROOT  modules  1.621


Commit from tdiesler (2006-08-30 13:56 EDT)
--------------------

add sun-jsf

  CVSROOT  modules  1.622


Commit from tdiesler (2006-08-30 13:57 EDT)
--------------------

add sun-jaxp

  CVSROOT  modules  1.623


Commit from tdiesler (2006-08-30 14:00 EDT)
--------------------

add sun-jstl

  CVSROOT  modules  1.624


Commit from tdiesler (2006-08-30 14:02 EDT)
--------------------

add sun-jmx

  CVSROOT  modules  1.625


Commit from tdiesler (2006-08-30 14:03 EDT)
--------------------

add sun-jmx

  CVSROOT  modules  1.626


Commit from tdiesler (2006-08-30 14:06 EDT)
--------------------

add xmlunit

  CVSROOT  modules  1.627


Commit from msurtani (2006-08-30 14:31 EDT)
--------------------

Added more trace logging

  JBossCache  src/org/jboss/cache/marshall/VersionAwareMarshaller.java  1.9


Commit from msurtani (2006-08-30 14:32 EDT)
--------------------

Fixed some failing tests

  JBossCache  tests/functional/org/jboss/cache/eviction/ReplicatedAopLRUPolicyTest.java    1.9
  JBossCache  tests/functional/org/jboss/cache/optimistic/AbstractOptimisticTestCase.java  1.36
  JBossCache  tests/functional/org/jboss/cache/optimistic/TestListener.java                1.10


Commit from msurtani (2006-08-30 14:39 EDT)
--------------------

javadocs

  JBossCache  src/org/jboss/cache/eviction/EvictionPolicyConfig.java                                            1.2
  JBossCache  src/org/jboss/cache/eviction/EvictionQueueList.java                                               1.5
  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationWithOptimisticLockingTest.java  1.3
  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationWithPassivationTest.java        1.2
  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationWithTransactionsTest.java       1.3
  JBossCache  tests/functional/org/jboss/cache/eviction/OptimisticEvictionTest.java                             1.6


Commit from msurtani (2006-08-30 14:43 EDT)
--------------------

re-enabled commented out test

  JBossCache  tests/functional/org/jboss/cache/eviction/OptimisticEvictionTest.java  1.7


Commit from msurtani (2006-08-30 15:09 EDT)
--------------------

removed unnenessary (IDE-generated) TODOs that were becoming noisy
refactored identity lock constructors

  JBossCache  src/org/jboss/cache/lock/IdentityLock.java                                     1.14
  JBossCache  src/org/jboss/cache/lock/LockUtil.java                                         1.3
  JBossCache  src/org/jboss/cache/NodeImpl.java                                              1.9
  JBossCache  src/org/jboss/cache/Region.java                                                1.3
  JBossCache  src/org/jboss/cache/TreeCache.java                                             1.235
  JBossCache  tests/functional/org/jboss/cache/loader/CacheLoaderPurgingTest.java            1.3
  JBossCache  tests/functional/org/jboss/cache/loader/DummyCacheLoader.java                  1.4
  JBossCache  tests/functional/org/jboss/cache/lock/IdentityLockTest.java                    1.6
  JBossCache  tests/functional/org/jboss/cache/marshall/TreeCacheMarshaller140Test.java      1.2
  JBossCache  tests/functional/org/jboss/cache/mgmt/OptimisticNotificationTest.java          1.2
  JBossCache  tests/functional/org/jboss/cache/optimistic/ConcurrentTransactionTest.java     1.2
  JBossCache  tests/functional/org/jboss/cache/options/CacheModeLocalSimpleTest.java         1.3
  JBossCache  tests/functional/org/jboss/cache/transaction/NotifyingTransactionManager.java  1.3
  JBossCache  tests/functional/org/jboss/cache/CallbackTest.java                             1.12
  JBossCache  tests/interop/org/jboss/cache/interop/InteropTest.java                         1.6
  JBossCache  tests/perf/org/jboss/cache/IdentityLockPerfTest.java                           1.2
  JBossCache  tests/stress/org/jboss/cache/optimistic/OptimisticDeadlockTest.java            1.4


Commit from msurtani (2006-08-30 15:11 EDT)
--------------------

Deleted unnecessary interface

- JBossCache  src/org/jboss/cache/RegionContext.java  1.2


Commit from bstansberry (2006-08-30 15:26 EDT)
-----------------------

Add JG 2.4CR2 to repository

+ repository.jboss.com  jgroups/2.4CR2/component-info.xml  1.1
+ repository.jboss.com  jgroups/2.4CR2/lib/jgroups.jar     1.1


Commit from msurtani (2006-08-30 15:31 EDT)
--------------------

added default eviction policy config

  JBossCache  etc/log4j.xml                                                  1.18
+ JBossCache  src/org/jboss/cache/eviction/DefaultEvictionPolicyConfig.java  1.1
  JBossCache  src/org/jboss/cache/eviction/EvictionPolicyConfig.java         1.3
  JBossCache  src/org/jboss/cache/RegionImpl.java                            1.3


Commit from msurtani (2006-08-30 15:34 EDT)
--------------------

fixed compl err

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


Commit from msurtani (2006-08-30 16:01 EDT)
--------------------

Fixed concurrency issues with notifications

  JBossCache  src/org/jboss/cache/interceptors/OptimisticCreateIfNotExistsInterceptor.java                         1.28
  JBossCache  src/org/jboss/cache/notifications/Notifier.java                                                      1.5
  JBossCache  tests/functional/org/jboss/cache/optimistic/ThreadedOptimisticCreateIfNotExistsInterceptorTest.java  1.16


Commit from msurtani (2006-08-30 16:03 EDT)
--------------------

Added todo

  JBossCache  src/org/jboss/cache/notifications/Notifier.java  1.6


Commit from msurtani (2006-08-30 16:28 EDT)
--------------------

fixed problems loading data

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


Commit from msurtani (2006-08-30 16:28 EDT)
--------------------

fixed up some unit tests

  JBossCache  src/org/jboss/cache/TreeCacheProxyImpl.java                                     1.21
  JBossCache  tests/functional/org/jboss/cache/optimistic/AbstractOptimisticTestCase.java     1.37
  JBossCache  tests/functional/org/jboss/cache/optimistic/OptimisticWithCacheLoaderTest.java  1.13


Commit from msurtani (2006-08-30 17:05 EDT)
--------------------

fixed up some unit tests

  JBossCache  src/org/jboss/cache/interceptors/OptimisticValidatorInterceptor.java         1.33
  JBossCache  tests/functional/org/jboss/cache/optimistic/AbstractOptimisticTestCase.java  1.38
  JBossCache  tests/functional/org/jboss/cache/optimistic/AsyncCacheTest.java              1.6
  JBossCache  tests/functional/org/jboss/cache/optimistic/CacheTest.java                   1.22
  JBossCache  tests/functional/org/jboss/cache/optimistic/ConcurrentTransactionTest.java   1.3
  JBossCache  tests/functional/org/jboss/cache/optimistic/OptimisticVersioningTest.java    1.5
  JBossCache  tests/functional/org/jboss/cache/optimistic/ThreadedCacheAccessTest.java     1.4


Commit from mculpepper (2006-08-30 18:29 EDT)
----------------------

updated feature to just use "import" instead of including plugins manually

  jbosside  as/features/org.jboss.ide.eclipse.as.feature/feature.xml  1.3


Commit from mculpepper (2006-08-30 19:30 EDT)
----------------------

moved all WTP bundle stuff to included features, plugin list now only contains jboss-specific plugins.

  jbosside  core/features/org.jboss.ide.eclipse.feature/feature.xml  1.22


Commit from ovidiu (2006-08-30 20:35 EDT)
------------------

snapshot that fixes http://jira.jboss.org/jira/browse/JBMESSAGING-535

  repository.jboss.com  jboss/messaging/snapshot/lib/jboss-messaging.jar  1.2


Commit from rsigal (2006-08-30 21:17 EDT)
------------------

JBREM-595:  Mentioned new ant target for running spring http performance test.

  JBossRemoting  src/tests/org/jboss/test/remoting/performance/spring/http/readme.txt  1.2


Commit from rsigal (2006-08-30 21:20 EDT)
------------------

JBREM-595:  Registration of callback server with rmi registry is now done programmatically.

  JBossRemoting  src/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpPerformanceClient.java  1.2


Commit from rsigal (2006-08-30 21:21 EDT)
------------------

JBREM-595: Commented out registration of callback server.

  JBossRemoting  src/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpClientService.xml  1.2


Commit from rsigal (2006-08-30 21:22 EDT)
------------------

JBREM-595:  Added a dummy server class and a TestCase class so that spring http performance test client side can be run by an ant target.

+ JBossRemoting  src/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpPerformanceTestCase.java     1.1
+ JBossRemoting  src/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpPerformanceDummyServer.java  1.1


Commit from rsigal (2006-08-30 21:24 EDT)
------------------

JBREM-595:  Renamed SpringHttpCallbackServerService.xml to SpringHttpCallbackServerService.xml.save since it is not being used.

- JBossRemoting  src/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpCallbackServerService.xml       1.2
+ JBossRemoting  src/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpCallbackServerService.xml.save  1.1


Commit from rsigal (2006-08-30 21:25 EDT)
------------------

JBREM-595:  Callback server proxy is now created programmatically.

  JBossRemoting  src/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpHandler.java  1.2


Commit from rsigal (2006-08-30 21:26 EDT)
------------------

JBREM-595:  sessionId is now passed to SpringHttpHandler constructor.

  JBossRemoting  src/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpServerImpl.java  1.2


Commit from rsigal (2006-08-30 21:35 EDT)
------------------

JBREM-595:  Added tests.performance.sequence.spring_http target.

  JBossRemoting  build.xml  1.84


Commit from gavin (2006-08-30 21:38 EDT)
-----------------

fixed ws

  jboss-seam  src/main/org/jboss/seam/init/Initialization.java  1.85
  jboss-seam  src/main/org/jboss/seam/contexts/Lifecycle.java   1.48


Commit from gavin (2006-08-30 21:38 EDT)
-----------------

fixed breakage

  jboss-seam  src/main/org/jboss/seam/core/Manager.java  1.83


Commit from rsigal (2006-08-30 22:53 EDT)
------------------

JBREM-592:  Added a break to the loop that exports callback servers.

  JBossRemoting  src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceClient.java  1.5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-cvs-commits/attachments/20060831/2a4046e3/attachment.html 


More information about the jboss-cvs-commits mailing list