[jboss-cvs] cvs.forge.jboss.com Activity
forge-admin at jboss.com
forge-admin at jboss.com
Fri Jan 12 01:00:31 EST 2007
Commit from tdiesler (2007-01-11 04:12 EST)
--------------------
Add wscommons-policy, stax-api
CVSROOT modules 1.631
Commit from tdiesler (2007-01-11 04:16 EST)
--------------------
move to unversioned jar name
repository.jboss.com stax-api/1.0/component-info.xml 1.2
+ repository.jboss.com stax-api/1.0/lib/stax-api.jar 1.1
repository.jboss.com wscommons-policy/1.0/component-info.xml 1.2
- repository.jboss.com wscommons-policy/1.0/lib/policy-1.0.jar 1.2
+ repository.jboss.com wscommons-policy/1.0/lib/policy.jar 1.1
- repository.jboss.com stax-api/1.0/lib/stax-api-1.0.jar 1.2
Commit from tdiesler (2007-01-11 04:43 EST)
--------------------
resurect for backwards compatibility
+ repository.jboss.com stax-api/1.0/lib/stax-api-1.0.jar 1.3
+ repository.jboss.com wscommons-policy/1.0/lib/policy-1.0.jar 1.3
Commit from msurtani (2007-01-11 07:07 EST)
--------------------
Force node construction thru factory
JBossCache src/org/jboss/cache/CacheImpl.java 1.23
+ JBossCache src/org/jboss/cache/NodeFactory.java 1.1
JBossCache src/org/jboss/cache/VersionedNode.java 1.7
JBossCache src/org/jboss/cache/UnversionedNode.java 1.19
JBossCache src/org/jboss/cache/interceptors/OptimisticCreateIfNotExistsInterceptor.java 1.41
JBossCache src/org/jboss/cache/interceptors/OptimisticNodeInterceptor.java 1.48
JBossCache src/org/jboss/cache/statetransfer/DefaultStateTransferIntegrator.java 1.18
JBossCache src/org/jboss/cache/config/RuntimeConfig.java 1.6
JBossCache src/org/jboss/cache/factories/UnitTestCacheFactory.java 1.5
JBossCache tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationTestsBase.java 1.39
Commit from msurtani (2007-01-11 07:14 EST)
--------------------
Force node construction thru factory
- JBossCache src/org/jboss/cache/factories/NodeFactory.java 1.21
Commit from msurtani (2007-01-11 07:24 EST)
--------------------
Removed unused constructors
JBossCache src/org/jboss/cache/rpc/RpcTreeCache.java 1.14
JBossCache src/org/jboss/cache/CacheImpl.java 1.24
JBossCache src-50/org/jboss/cache/pojo/PojoTreeCache.java 1.19
JBossCache tests/functional/org/jboss/cache/multiplexer/BadMuxConfigTest.java 1.3
Commit from msurtani (2007-01-11 08:49 EST)
--------------------
Changed CacheImpl ctor to be protected, and changed cache factories accordingly
JBossCache tests/stress/org/jboss/cache/EvictionLocalStressTest.java 1.9
JBossCache tests/stress/org/jboss/cache/LocalStressTest.java 1.10
JBossCache tests/functional/org/jboss/cache/passivation/PassivationTestsBase.java 1.26
JBossCache tests/functional/org/jboss/cache/passivation/BasicPassivationTest.java 1.14
JBossCache tests/functional/org/jboss/cache/passivation/PassivationToLocalDelegatingCacheLoaderTest.java 1.9
JBossCache tests/functional/org/jboss/cache/passivation/ConcurrentPassivationTest.java 1.10
JBossCache tests/functional/org/jboss/cache/passivation/ReplicatedPassivationIntegrationTest.java 1.5
JBossCache tests/functional/org/jboss/cache/passivation/LocalPassivationIntegrationTest.java 1.14
JBossCache tests/functional/org/jboss/cache/marshall/ReplicateToInactiveRegionTest.java 1.3
JBossCache tests/functional/org/jboss/cache/marshall/RegionManagerTest.java 1.9
JBossCache tests/functional/org/jboss/cache/marshall/ActiveInactiveTest.java 1.13
JBossCache tests/functional/org/jboss/cache/marshall/AsyncReplTest.java 1.15
JBossCache tests/functional/org/jboss/cache/marshall/RedeploymentEmulationTest.java 1.6
JBossCache tests/functional/org/jboss/cache/marshall/SyncReplTest.java 1.16
JBossCache tests/functional/org/jboss/cache/marshall/LocalTest.java 1.13
JBossCache tests/functional/org/jboss/cache/eviction/MRUPolicyTest.java 1.13
JBossCache tests/functional/org/jboss/cache/eviction/LFUAlgorithmTest.java 1.8
JBossCache tests/functional/org/jboss/cache/eviction/FIFOPolicyTest.java 1.13
JBossCache tests/functional/org/jboss/cache/eviction/OptimisticEvictionTest.java 1.10
JBossCache tests/functional/org/jboss/cache/eviction/RegionManagerTest.java 1.19
JBossCache tests/functional/org/jboss/cache/eviction/LFUPolicyTest.java 1.11
JBossCache tests/functional/org/jboss/cache/eviction/ExpirationPolicyTest.java 1.7
JBossCache tests/functional/org/jboss/cache/eviction/ProgrammaticLRUPolicyTest.java 1.10
JBossCache tests/functional/org/jboss/cache/eviction/ReplicatedLRUPolicyTest.java 1.18
JBossCache tests/functional/org/jboss/cache/eviction/EvictionConfigurationTest.java 1.13
JBossCache tests/functional/org/jboss/cache/eviction/LRUPolicyTest.java 1.22
JBossCache tests/functional/org/jboss/cache/eviction/ConcurrentEvictionTest.java 1.8
JBossCache tests/functional/org/jboss/cache/eviction/ElementSizePolicyTest.java 1.13
JBossCache tests/functional/org/jboss/cache/api/NodeAPITest.java 1.14
JBossCache tests/functional/org/jboss/cache/api/NodeMoveAPITest.java 1.20
JBossCache tests/functional/org/jboss/cache/api/NodeSPITest.java 1.2
JBossCache tests/functional/org/jboss/cache/api/SyncReplTest.java 1.10
JBossCache tests/functional/org/jboss/cache/api/SyncReplTxTest.java 1.8
JBossCache tests/functional/org/jboss/cache/api/CacheAPITest.java 1.10
JBossCache tests/functional/org/jboss/cache/api/CacheSPITest.java 1.9
JBossCache tests/functional/org/jboss/cache/api/NodeReplicatedMoveTest.java 1.11
JBossCache tests/functional/org/jboss/cache/interceptors/EvictionInterceptorTest.java 1.20
JBossCache tests/functional/org/jboss/cache/interceptors/InterceptorCacheReferenceTest.java 1.4
JBossCache tests/functional/org/jboss/cache/invocationcontext/TransactionTest.java 1.7
JBossCache tests/functional/org/jboss/cache/mgmt/InvalidationTest.java 1.12
JBossCache tests/functional/org/jboss/cache/mgmt/NotificationTest.java 1.19
JBossCache tests/functional/org/jboss/cache/mgmt/MgmtCoreTest.java 1.10
JBossCache tests/functional/org/jboss/cache/mgmt/CacheLoaderTest.java 1.12
JBossCache tests/functional/org/jboss/cache/mgmt/TxTest.java 1.12
JBossCache tests/functional/org/jboss/cache/mgmt/PassivationTest.java 1.10
JBossCache tests/functional/org/jboss/cache/HungChannelTest.java 1.4
JBossCache tests/functional/org/jboss/cache/TreeNodeTest.java 1.6
+ JBossCache tests/functional/org/jboss/cache/CacheFactoryTest.java 1.4
JBossCache tests/functional/org/jboss/cache/FqnTest.java 1.22
JBossCache tests/functional/org/jboss/cache/GetKeysTest.java 1.5
JBossCache tests/functional/org/jboss/cache/TreeCacheFunctionalTest.java 1.8
JBossCache tests/functional/org/jboss/cache/CallbackTest.java 1.15
JBossCache tests/functional/org/jboss/cache/LifeCycleTest.java 1.7
JBossCache tests/perf/org/jboss/cache/ReplicatedSyncPerfTest.java 1.8
JBossCache tests/perf/org/jboss/cache/ReplicatedAsyncPerfTest.java 1.8
JBossCache tests/perf/org/jboss/cache/ReplicatedSyncMapPerfTest.java 1.9
JBossCache tests/perf/org/jboss/cache/ConcurrentEvictAndRemoveTest.java 1.8
JBossCache tests/perf/org/jboss/cache/LocalPerfTest.java 1.8
JBossCache tests/perf/org/jboss/cache/ReplicatedAsyncMapPerfTest.java 1.10
JBossCache tests/perf/org/jboss/cache/LocalMapPerfTest.java 1.8
JBossCache tests/functional/org/jboss/cache/loader/ChainingCacheLoaderFullTest.java 1.11
JBossCache tests/functional/org/jboss/cache/loader/CacheLoaderPurgingTest.java 1.9
JBossCache tests/functional/org/jboss/cache/loader/LocalDelegatingCacheLoaderTest.java 1.16
JBossCache tests/functional/org/jboss/cache/loader/RpcDelegatingCacheLoaderTests.java 1.10
JBossCache tests/functional/org/jboss/cache/loader/CacheLoaderTestsBase.java 1.43
JBossCache tests/functional/org/jboss/cache/loader/AsyncFileCacheLoaderTest.java 1.19
JBossCache tests/functional/org/jboss/cache/loader/SharedCacheLoaderTest.java 1.9
JBossCache tests/functional/org/jboss/cache/loader/ClusteredCacheLoaderTest.java 1.13
JBossCache tests/functional/org/jboss/cache/loader/CacheLoaderWithReplicationTest.java 1.27
JBossCache tests/functional/org/jboss/cache/loader/InterceptorSynchronizationTest.java 1.7
JBossCache tests/functional/org/jboss/cache/loader/DataSourceIntegrationTest.java 1.12
JBossCache tests/functional/org/jboss/cache/loader/TxCacheLoaderTest.java 1.9
JBossCache tests/functional/org/jboss/cache/loader/CacheLoaderMethodCallCounterTest.java 1.14
JBossCache tests/functional/org/jboss/cache/loader/BdbjeTest.java 1.17
JBossCache tests/functional/org/jboss/cache/loader/SingletonStoreCacheLoaderTest.java 1.6
JBossCache tests/functional/org/jboss/cache/transaction/IsolationLevelNoneTest.java 1.7
JBossCache tests/functional/org/jboss/cache/transaction/InvocationContextCleanupTest.java 1.6
JBossCache tests/functional/org/jboss/cache/transaction/IsolationLevelReadCommittedNodeCreationRollbackTest.java 1.5
JBossCache tests/functional/org/jboss/cache/transaction/TransactionTest.java 1.24
JBossCache tests/functional/org/jboss/cache/transaction/IsolationLevelSerializableTest.java 1.5
JBossCache tests/functional/org/jboss/cache/transaction/AsyncRollbackTxTest.java 1.3
JBossCache tests/functional/org/jboss/cache/transaction/ConcurrentBankTest.java 1.9
JBossCache tests/functional/org/jboss/cache/transaction/IsolationLevelReadCommittedTest.java 1.14
JBossCache tests/functional/org/jboss/cache/transaction/DeadlockTest.java 1.9
JBossCache tests/functional/org/jboss/cache/transaction/ReplicatedTransactionDeadlockTest.java 1.8
JBossCache tests/functional/org/jboss/cache/transaction/ConcurrentTransactionalTest.java 1.8
JBossCache tests/functional/org/jboss/cache/transaction/PrepareTxTest.java 1.6
JBossCache tests/functional/org/jboss/cache/transaction/IsolationLevelRepeatableReadTest.java 1.4
JBossCache tests/functional/org/jboss/cache/transaction/SuspendTxTest.java 1.5
JBossCache tests/functional/org/jboss/cache/factories/InterceptorChainFactoryTest.java 1.8
JBossCache tests/functional/org/jboss/cache/factories/CustomInterceptorChainTest.java 1.5
+ JBossCache tests/functional/org/jboss/cache/factories/UnitTestCacheFactory.java 1.1
JBossCache tests/functional/org/jboss/cache/statetransfer/StateTransferUnderLoadTest.java 1.8
JBossCache tests/functional/org/jboss/cache/statetransfer/StateTransferTestBase.java 1.33
JBossCache tests/functional/org/jboss/cache/statetransfer/VersionedTestBase.java 1.28
JBossCache tests/functional/org/jboss/cache/options/ExplicitVersionsTest.java 1.11
JBossCache tests/functional/org/jboss/cache/options/CacheModeLocalSimpleTest.java 1.7
JBossCache tests/functional/org/jboss/cache/options/ExplicitVersionsReplTest.java 1.8
JBossCache tests/functional/org/jboss/cache/options/SuppressLockingTest.java 1.11
JBossCache tests/functional/org/jboss/cache/options/FailSilentlyTest.java 1.8
JBossCache tests/functional/org/jboss/cache/options/ForceWriteLockTest.java 1.2
JBossCache src/org/jboss/cache/ConsoleListener.java 1.14
+ JBossCache src/org/jboss/cache/CacheFactory.java 1.1
+ JBossCache src/org/jboss/cache/DefaultCacheFactory.java 1.1
JBossCache src/org/jboss/cache/CacheImpl.java 1.25
JBossCache src/org/jboss/cache/Cache.java 1.19
JBossCache src/org/jboss/cache/TreeCacheView.java 1.22
JBossCache src/org/jboss/cache/TreeCacheView2.java 1.21
JBossCache tests/perf/org/jboss/cache/loader/CacheLoaderPerfTest.java 1.11
JBossCache tests/perf/org/jboss/cache/loader/JDBCCacheLoaderPerfTest.java 1.11
JBossCache tests/functional/org/jboss/cache/replicated/ReplicationExceptionTest.java 1.6
JBossCache tests/functional/org/jboss/cache/replicated/SyncCacheListenerTest.java 1.14
JBossCache tests/functional/org/jboss/cache/replicated/AsyncReplTest.java 1.16
JBossCache tests/functional/org/jboss/cache/replicated/SyncReplTxTest.java 1.19
JBossCache tests/functional/org/jboss/cache/replicated/SyncReplTest.java 1.7
JBossCache tests/functional/org/jboss/cache/loader/deadlock/ConcurrentCreationDeadlockTest.java 1.11
JBossCache src/org/jboss/cache/loader/tcp/TcpCacheServer.java 1.25
JBossCache tests/functional/org/jboss/cache/buddyreplication/BuddyBackupActivationInactivationTest.java 1.15
JBossCache tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationConfigTest.java 1.13
JBossCache tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationTestsBase.java 1.40
- JBossCache src/org/jboss/cache/factories/CacheFactory.java 1.8
JBossCache src/org/jboss/cache/factories/XmlConfigurationParser.java 1.11
- JBossCache src/org/jboss/cache/factories/CacheFactoryTest.java 1.7
- JBossCache src/org/jboss/cache/factories/UnitTestCacheFactory.java 1.6
- JBossCache src/org/jboss/cache/factories/DefaultCacheFactory.java 1.16
JBossCache tests/functional/org/jboss/cache/notifications/CacheListenerTest.java 1.16
JBossCache tests/functional/org/jboss/cache/notifications/RemoteCacheListenerTest.java 1.13
JBossCache tests/functional/org/jboss/cache/options/cachemodelocal/CacheModeLocalTestBase.java 1.10
JBossCache src-50/org/jboss/cache/pojo/factory/PCacheFactory.java 1.4
JBossCache tests/functional/org/jboss/cache/multiplexer/BadMuxConfigTest.java 1.4
JBossCache tests/functional/org/jboss/cache/lock/AcquireAllTest.java 1.10
JBossCache tests/functional/org/jboss/cache/lock/UpgradeLockTest.java 1.7
JBossCache tests/functional/org/jboss/cache/lock/BreakDeadMemberLocksTest.java 1.6
JBossCache tests/functional/org/jboss/cache/lock/LockReleaseTest.java 1.7
JBossCache src/org/jboss/cache/jmx/CacheJmxWrapper.java 1.13
JBossCache tests/functional/org/jboss/cache/optimistic/AbstractOptimisticTestCase.java 1.45
JBossCache tests/functional/org/jboss/cache/jmx/CacheMBeanTest.java 1.10
JBossCache src/org/jboss/cache/loader/rmi/RmiCacheServer.java 1.10
JBossCache src-50/org/jboss/cache/pojo/impl/PojoCacheImpl.java 1.30
JBossCache tests/functional/org/jboss/cache/invalidation/InvalidationInterceptorTest.java 1.20
JBossCache tests/perf/org/jboss/cache/manualtests/TcpCacheLoaderTest.java 1.5
Commit from rawb (2007-01-11 10:50 EST)
----------------
Small api change
jbosside as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/views/server/providers/events/PollingLabelProvider.java 1.2
jbosside as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/views/server/providers/events/PackageBuildLabelProvider.java 1.2
jbosside as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/views/server/providers/events/PackagesPublishLabelProvider.java 1.2
jbosside as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/views/server/providers/events/PathPublisherLabelProvider.java 1.2
jbosside as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/views/server/providers/events/ComplexEventLogLabelProvider.java 1.2
Commit from rawb (2007-01-11 10:51 EST)
----------------
Checked for proper thread access to refresh the viewer
jbosside as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/views/server/extensions/JBossServerViewExtension.java 1.5
Commit from rawb (2007-01-11 10:52 EST)
----------------
re-added publish images
jbosside as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/JBossServerUISharedImages.java 1.6
Commit from rawb (2007-01-11 10:52 EST)
----------------
removed null event type, which was bad
jbosside as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/JBossServerBehavior.java 1.19
Commit from rawb (2007-01-11 10:53 EST)
----------------
Event fixes
jbosside as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/publishers/PackagesPublisher.java 1.6
jbosside as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/publishers/JstPackagesPublisher.java 1.5
Commit from rawb (2007-01-11 10:54 EST)
----------------
Basically neutered this class... kept only the event inner class. Everything else is commented out in case it becomes useful again
jbosside as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/model/PackagesBuildListener.java 1.4
Commit from rawb (2007-01-11 10:55 EST)
----------------
Removed unused private field in TwiddlePoller.
Added finalAlert boolean which is used during timeout
jbosside as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/runtime/server/polling/PollThread.java 1.5
jbosside as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/runtime/server/polling/TwiddlePoller.java 1.4
Commit from pjha (2007-01-11 11:48 EST)
----------------
adding cache 1.4.1.GA
+ repository.jboss.com jboss/cache/1.4.1.GA/README.txt 1.1
+ repository.jboss.com jboss/cache/1.4.1.GA/component-info.xml 1.1
+ repository.jboss.com jboss/cache/1.4.1.GA/lib/jboss-cache-jdk50.jar 1.1
+ repository.jboss.com jboss/cache/1.4.1.GA/lib/jboss-cache.jar 1.1
Commit from msurtani on branch Branch_JBossCache_1_4_0 (2007-01-11 13:31 EST)
------------------------------------------------------
Fixed collection marshalling
JBossCache src/org/jboss/cache/marshall/TreeCacheMarshaller140.java 1.1.2.3
+ JBossCache tests/functional/org/jboss/cache/marshall/CustomCollectionTest.java 1.1.2.1
Commit from rawb (2007-01-11 14:51 EST)
----------------
missing runtime icon
missing view icon for descriptor xpath categories
jbosside as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/views/server/providers/DescriptorXPathViewProvider.java 1.7
jbosside as/plugins/org.jboss.ide.eclipse.as.ui/plugin.xml 1.32
Commit from telrod on branch remoting_2_x (2007-01-11 15:34 EST)
-----------------------------------------
JBREM-659 - updated classloading to use Class.forName() instead of ClassLoader.loadClass() because the later is broken in jdk 1.6.
JBossRemoting src/main/org/jboss/remoting/serialization/SerializationStreamFactory.java 1.24.4.1
JBossRemoting src/main/org/jboss/remoting/serialization/ClassLoaderUtility.java 1.4.10.1
JBossRemoting src/tests/org/jboss/test/remoting/transport/local/transport/LocalInvokerTransportTestCase.java 1.1.2.2
JBossRemoting src/tests/org/jboss/test/remoting/marshall/dynamic/remote/socket/MarshallerLoadingServer.java 1.8.4.1
JBossRemoting src/main/org/jboss/remoting/loading/ClassByteClassLoader.java 1.4.4.1
JBossRemoting src/main/org/jboss/remoting/loading/RemotingClassLoader.java 1.3.4.1
JBossRemoting src/main/org/jboss/remoting/loading/ObjectInputStreamWithClassLoader.java 1.4.4.1
JBossRemoting src/main/org/jboss/remoting/transport/http/HTTPServerInvoker.java 1.27.4.1
JBossRemoting src/main/org/jboss/remoting/serialization/impl/java/MarshalledValueInputStream.java 1.2.10.1
JBossRemoting src/tests/org/jboss/test/remoting/marshall/dynamic/remote/http/MarshallerLoadingServer.java 1.9.4.1
JBossRemoting src/main/org/jboss/remoting/transport/http/ssl/HTTPSClientInvoker.java 1.11.4.1
JBossRemoting src/tests/org/jboss/test/remoting/classloader/InvokerClientTest.java 1.5.10.1
JBossRemoting src/main/org/jboss/remoting/transport/socket/ServerThread.java 1.29.2.5
JBossRemoting src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java 1.16.2.4
JBossRemoting src/main/org/jboss/remoting/transport/socket/SocketClientInvoker.java 1.38.2.2
JBossRemoting src/main/org/jboss/remoting/AbstractInvoker.java 1.12.4.6
JBossRemoting src/main/org/jboss/remoting/InvokerRegistry.java 1.34.4.2
JBossRemoting src/main/org/jboss/remoting/ServerInvoker.java 1.52.2.10
Commit from vblagojevic (2007-01-11 15:36 EST)
-----------------------
JBCACHE-840 (work in progress)
+ JBossCache src/org/jboss/cache/util/XMLUnitTestFormatter.java 1.1
JBossCache build.xml 1.168
Commit from rawb (2007-01-11 15:44 EST)
----------------
Added a cache to increase speed. Cache is temporary and only present until dialog is closed
jbosside as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/dialogs/XPathDialogs.java 1.11
Commit from starksm on branch remoting_2_x (2007-01-11 16:56 EST)
------------------------------------------
JBREM-664, include the subsystem in the InvalidConfigurationException
JBossRemoting src/main/org/jboss/remoting/ServerInvoker.java 1.52.2.11
Commit from vblagojevic (2007-01-11 17:40 EST)
-----------------------
need bigger junit.timeout due to slower tcp tests
JBossCache build.xml 1.169
Commit from kkhan (2007-01-11 18:44 EST)
-----------------
Chain overriding for container proxies
repository.jboss.com jboss/aop/snapshot/lib/jboss-aop-jdk50-client.jar 1.15
repository.jboss.com jboss/aop/snapshot/lib/jboss-aop-jdk50.jar 1.21
repository.jboss.com jboss/aop/snapshot/lib/jboss-aop-src.zip 1.3
repository.jboss.com jboss/aop/snapshot/lib/jrockit-pluggable-instrumentor.jar 1.11
repository.jboss.com jboss/aop/snapshot/lib/pluggable-instrumentor.jar 1.12
repository.jboss.com jboss/aop14/snapshot/lib/jboss-aop.jar 1.15
repository.jboss.com jboss/aop14/snapshot/lib/jdk14-pluggable-instrumentor.jar 1.12
repository.jboss.com jboss/aop14/snapshot/lib/jrockit-pluggable-instrumentor.jar 1.10
Commit from msurtani on branch Branch_JBossCache_1_4_0 (2007-01-11 20:12 EST)
------------------------------------------------------
More marshalling tests
JBossCache tests/functional/org/jboss/cache/marshall/TreeCacheMarshaller140Test.java 1.1.2.5
JBossCache tests/functional/org/jboss/cache/marshall/CustomCollectionTest.java 1.1.2.2
+ JBossCache tests/functional/org/jboss/cache/marshall/MySet.java 1.1.2.1
+ JBossCache tests/functional/org/jboss/cache/marshall/MyList.java 1.1.2.1
+ JBossCache tests/functional/org/jboss/cache/marshall/MyMap.java 1.1.2.1
Commit from remm (2007-01-11 20:16 EST)
----------------
- Merge Tomcat 6.0.7+ code to fix some TCK regressions.
repository.jboss.com jboss/web/2.0.0.snapshot/lib/el-api.jar 1.11
repository.jboss.com jboss/web/2.0.0.snapshot/lib/jbossweb-extras.jar 1.8
repository.jboss.com jboss/web/2.0.0.snapshot/lib/jbossweb-src.zip 1.3
repository.jboss.com jboss/web/2.0.0.snapshot/lib/jbossweb.jar 1.26
repository.jboss.com jboss/web/2.0.0.snapshot/lib/jsp-api.jar 1.9
repository.jboss.com jboss/web/2.0.0.snapshot/lib/servlet-api.jar 1.8
repository.jboss.com jboss/web/2.0.0.snapshot/component-info.xml 1.9
Commit from msurtani on branch Branch_JBossCache_1_4_0 (2007-01-11 20:24 EST)
------------------------------------------------------
More marshalling tests
JBossCache tests/functional/org/jboss/cache/marshall/CustomCollectionTest.java 1.1.2.3
Commit from nrichards (2007-01-11 23:25 EST)
---------------------
restrict HTTP access to .xhtml source in seam-gen projects
jboss-seam seam-gen/resources/WEB-INF/web.xml 1.4
Commit from sbryzak2 (2007-01-12 00:35 EST)
--------------------
throw more specific exceptions
jboss-seam src/main/org/jboss/seam/interceptors/SecurityInterceptor.java 1.18
+ jboss-seam src/main/org/jboss/seam/security/AuthorizationException.java 1.1
+ jboss-seam src/main/org/jboss/seam/security/NotLoggedInException.java 1.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-cvs-commits/attachments/20070112/8eaa04bc/attachment.html
More information about the jboss-cvs-commits
mailing list