[Jboss-cvs] cvs.forge.jboss.com Activity
forge-admin at jboss.com
forge-admin at jboss.com
Fri Aug 18 01:00:28 EDT 2006
Commit from claprun (2006-08-17 01:06 EDT)
-------------------
Fixed compilation problem: move of node package to api hadn't been repercuted.
jboss-portal forums/src/main/org/jboss/portlet/forums/interceptors/NotificationInterceptor.java 1.20
Commit from claprun (2006-08-17 01:56 EDT)
-------------------
- Added JBossApplicationMetaDataFactoryTestCase.
- Minor code improvements.
- Fixed build files.
jboss-portal core/src/resources/portal-samples-war/WEB-INF/jboss-portlet.xml 1.22
jboss-portal core/src/main/org/jboss/portal/core/deployment/JBossApplicationMetaDataFactory.java 1.4
jboss-portal testsuite/build.xml 1.24
+ jboss-portal core/src/resources/test/deployment/jboss-portlet.xml 1.1
+ jboss-portal core/src/main/org/jboss/portal/test/core/deployment/JBossApplicationMetaDataFactoryTestCase.java 1.1
jboss-portal core/src/main/org/jboss/portal/core/metadata/portlet/HeaderContentMetaData.java 1.3
jboss-portal core/build.xml 1.133
Commit from claprun (2006-08-17 03:05 EDT)
-------------------
- Added test to test app-level remotable.
- Added call to merge in JBossApplicationMetaDataFactory to fix issue with app-level remotable.
- Might need to fix PortletAppDeployment as well.
jboss-portal portlet/src/main/org/jboss/portal/test/portlet/deployment/UnmarshallerTestCase.java 1.12
jboss-portal portlet/src/main/org/jboss/portal/portlet/deployment/JBossApplicationMetaDataFactory.java 1.7
jboss-portal portlet/src/main/org/jboss/portal/portlet/deployment/jboss/PortletAppDeployment.java 1.62
jboss-portal portlet/src/resources/test/deployment/jboss-portlet.xml 1.2
Commit from kkhan (2006-08-17 08:06 EDT)
-----------------
Make compatible with latest javassist and jboss retro
repository.jboss.com jboss/jbossws/1.0.2.GA/component-info.xml 1.2
repository.jboss.com jboss/jbossws14/1.0.2.GA/component-info.xml 1.2
Commit from jerrygauth (2006-08-17 09:06 EDT)
----------------------
JBCACHE-470, re-enabled multiplexer service
JBossCache src/org/jboss/cache/TreeCache.java 1.216
Commit from kkhan (2006-08-17 09:18 EDT)
-----------------
getClassLoader0() should not throw an exception
javassist src/main/javassist/scopedpool/ScopedClassPool.java 1.6
Commit from jerrygauth (2006-08-17 10:29 EDT)
----------------------
JBCACHE-470, added multiplexer attributes to JBC Configuration
JBossCache src/org/jboss/cache/config/Configuration.java 1.15
JBossCache tests/functional/org/jboss/cache/config/ConfigurationTest.java 1.3
+ JBossCache etc/META-INF/mux-service.xml 1.1
Commit from russo (2006-08-17 11:23 EDT)
-----------------
JBPORTAL-927 - done.
jboss-portal-docs referenceGuide/en/modules/installation.xml 1.7
+ jboss-portal-docs referenceGuide/en/images/setup/inst_name.gif 1.1
+ jboss-portal-docs referenceGuide/en/images/setup/inst_path.gif 1.1
+ jboss-portal-docs referenceGuide/en/images/setup/inst_packs.gif 1.1
+ jboss-portal-docs referenceGuide/en/images/setup/inst_portal.gif 1.1
+ jboss-portal-docs referenceGuide/en/images/setup/inst_secure.gif 1.1
+ jboss-portal-docs referenceGuide/en/images/setup/inst_localhost.gif 1.1
+ jboss-portal-docs referenceGuide/en/images/setup/inst_lang.gif 1.1
Commit from russo (2006-08-17 11:26 EDT)
-----------------
JBPORTAL-927 - done.
+ jboss-portal-docs referenceGuide/en/images/setup/inst_fin.gif 1.1
Commit from jerrygauth (2006-08-17 12:18 EDT)
----------------------
JBCACHE-470, modified TreeCache to use Configuration object for multiplexer attributes
JBossCache src/org/jboss/cache/TreeCache.java 1.217
Commit from tdiesler (2006-08-17 12:36 EDT)
--------------------
add jboss-ws4ee 4.0.4.sp1
+ repository.jboss.com jboss/jboss-ws4ee/4.0.4.SP1/component-info.xml 1.1
+ repository.jboss.com jboss/jboss-ws4ee/4.0.4.SP1/lib/axis-ws4ee.jar 1.1
+ repository.jboss.com jboss/jboss-ws4ee/4.0.4.SP1/lib/jboss-ws4ee-client.jar 1.1
+ repository.jboss.com jboss/jboss-ws4ee/4.0.4.SP1/lib/jboss-ws4ee.sar 1.1
Commit from msurtani (2006-08-17 13:34 EDT)
--------------------
Habanero stabilisation efforts - cache loading
JBossCache src/org/jboss/cache/interceptors/ActivationInterceptor.java 1.30
JBossCache src/org/jboss/cache/interceptors/CacheLoaderInterceptor.java 1.44
JBossCache src/org/jboss/cache/interceptors/CreateIfNotExistsInterceptor.java 1.14
JBossCache src/org/jboss/cache/interceptors/DataGravitatorInterceptor.java 1.20
JBossCache src/org/jboss/cache/interceptors/OptimisticCreateIfNotExistsInterceptor.java 1.23
JBossCache src/org/jboss/cache/interceptors/OptimisticNodeInterceptor.java 1.23
JBossCache src/org/jboss/cache/interceptors/OptimisticValidatorInterceptor.java 1.28
JBossCache src/org/jboss/cache/interceptors/PassivationInterceptor.java 1.24
JBossCache src/org/jboss/cache/AbstractNode.java 1.19
JBossCache src/org/jboss/cache/CacheSPI.java 1.8
JBossCache src/org/jboss/cache/Node.java 1.45
JBossCache src/org/jboss/cache/NodeImpl.java 1.5
JBossCache src/org/jboss/cache/TreeCacheProxyImpl.java 1.12
- JBossCache tests/functional/org/jboss/cache/loader/FileExtendedCacheLoaderTest.java 1.14
Commit from rgenova (2006-08-17 14:41 EDT)
-------------------
fixed clustering deploy path
jboss-portal-docs referenceGuide/en/modules/clustering.xml 1.17
Commit from rgenova (2006-08-17 15:07 EDT)
-------------------
minor name fix
jboss-portal-docs referenceGuide/en/modules/clustering.xml 1.18
Commit from msurtani (2006-08-17 17:57 EDT)
--------------------
Habanero stabilisation efforts - getCacheSPI() method
JBossCache src/org/jboss/cache/factories/DefaultCacheFactory.java 1.7
JBossCache src/org/jboss/cache/factories/InterceptorChainFactory.java 1.25
JBossCache src/org/jboss/cache/interceptors/OptimisticInterceptor.java 1.5
JBossCache src/org/jboss/cache/loader/CacheLoaderManager.java 1.23
JBossCache src/org/jboss/cache/TreeCache.java 1.218
JBossCache tests/functional/org/jboss/cache/interceptors/EvictionInterceptorTest.java 1.5
JBossCache tests/functional/org/jboss/cache/loader/BdbjeTest.java 1.6
JBossCache tests/functional/org/jboss/cache/loader/SharedCacheLoaderTest.java 1.5
JBossCache tests/functional/org/jboss/cache/optimistic/CacheTest.java 1.20
JBossCache tests/functional/org/jboss/cache/optimistic/MockInterceptor.java 1.5
JBossCache tests/functional/org/jboss/cache/optimistic/NodeInterceptorGetChildrenNamesTest.java 1.8
JBossCache tests/functional/org/jboss/cache/optimistic/NodeInterceptorGetKeyValTest.java 1.8
JBossCache tests/functional/org/jboss/cache/optimistic/NodeInterceptorGetKeysTest.java 1.8
JBossCache tests/functional/org/jboss/cache/optimistic/NodeInterceptorKeyValTest.java 1.9
JBossCache tests/functional/org/jboss/cache/optimistic/NodeInterceptorPutEraseTest.java 1.8
JBossCache tests/functional/org/jboss/cache/optimistic/NodeInterceptorPutMapTest.java 1.8
JBossCache tests/functional/org/jboss/cache/optimistic/NodeInterceptorRemoveDataTest.java 1.9
JBossCache tests/functional/org/jboss/cache/optimistic/NodeInterceptorRemoveKeyValTest.java 1.8
JBossCache tests/functional/org/jboss/cache/optimistic/NodeInterceptorRemoveNodeTest.java 1.10
JBossCache tests/functional/org/jboss/cache/optimistic/NodeInterceptorTransactionTest.java 1.7
JBossCache tests/functional/org/jboss/cache/optimistic/OpLockingInterceptorTest.java 1.12
JBossCache tests/functional/org/jboss/cache/optimistic/OptimisticCreateIfNotExistsInterceptorTest.java 1.9
JBossCache tests/functional/org/jboss/cache/optimistic/OptimisticReplicationInterceptorTest.java 1.14
JBossCache tests/functional/org/jboss/cache/optimistic/ThreadedOptimisticCreateIfNotExistsInterceptorTest.java 1.14
JBossCache tests/functional/org/jboss/cache/optimistic/TxInterceptorTest.java 1.13
JBossCache tests/functional/org/jboss/cache/optimistic/ValidatorInterceptorTest.java 1.13
Commit from claprun (2006-08-17 21:20 EDT)
-------------------
Added note specifying that some operations might require logging out to see the result.
jboss-portal-docs userGuide/en/modules/dynamicity.xml 1.11
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-cvs-commits/attachments/20060818/b0d2b68f/attachment.html
More information about the jboss-cvs-commits
mailing list