[jboss-cvs] cvs.forge.jboss.com Activity
forge-admin at jboss.com
forge-admin at jboss.com
Tue Dec 5 01:00:29 EST 2006
Commit from msurtani on branch Branch_JBossCache_1_3_0 (2006-12-04 05:59 EST)
------------------------------------------------------
Updated version numbers
JBossCache src/org/jboss/cache/Version.java 1.13.2.4
JBossCache docs/Changelog.txt 1.15.2.4
JBossCache build.xml 1.95.2.7
Commit from msurtani (2006-12-04 06:21 EST)
--------------------
testing using java 5's util.concurrent
JBossCache tests/functional/org/jboss/cache/lock/ReentrantWriterPreference2Readers1WriterLockTest.java 1.3
Commit from bela (2006-12-04 07:03 EST)
----------------
removed dependency on TestingUtil
JBossCache tests/functional/org/jboss/cache/lock/ReentrantWriterPreference2Readers1WriterLockTest.java 1.4
Commit from bela (2006-12-04 07:33 EST)
----------------
ns
JBossCache tests/functional/org/jboss/cache/lock/ReentrantWriterPreference2Readers1WriterLockTest.java 1.5
Commit from bstansberry on branch Branch_JBossCache_1_4_0 (2006-12-04 12:00 EST)
---------------------------------------------------------
Add a log message when inactivating a region
JBossCache src/org/jboss/cache/TreeCache.java 1.195.2.25
Commit from rawb (2006-12-04 12:45 EST)
----------------
Changes to dialog allow you to turn a selection from an xml file into an xpath to be used in the properties view
jbosside as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/dialogs/XPathDialogs.java 1.9
+ jbosside as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/dialogs/ConvertNodeToXPathDialog.java 1.1
Commit from rawb (2006-12-04 12:46 EST)
----------------
Changes to dialog allow you to turn a selection from an xml file into an xpath to be used in the properties view. Added action which allows you to open file directly in editor
jbosside as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/views/server/providers/DescriptorXPathViewProvider.java 1.4
Commit from rawb (2006-12-04 12:47 EST)
----------------
Changes to dialog allow you to turn a selection from an xml file into an xpath to be used in the properties view
jbosside as/plugins/org.jboss.ide.eclipse.as.ui/plugin.xml 1.26
jbosside as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/src/org/jboss/ide/eclipse/as/ui/mbeans/editors/ServiceXMLCorrectionAssistantProvider.java 1.3
+ jbosside as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/schema/ServiceXMLQuickFixProvider.exsd 1.1
+ jbosside as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/src/org/jboss/ide/eclipse/as/ui/mbeans/editors/proposals/IServiceXMLQuickFixProposalProvider.java 1.1
jbosside as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/META-INF/MANIFEST.MF 1.2
jbosside as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/plugin.xml 1.2
Commit from ebernard (2006-12-04 13:00 EST)
--------------------
SNAPSHOT
+ repository.jboss.com hibernate-entitymanager/3.2.1.SNAPSHOT/component-info.xml 1.1
+ repository.jboss.com hibernate-entitymanager/3.2.1.SNAPSHOT/lib/ejb3-persistence.jar 1.1
+ repository.jboss.com hibernate-entitymanager/3.2.1.SNAPSHOT/lib/hibernate-entitymanager.jar 1.1
+ repository.jboss.com hibernate-annotations/3.2.1.SNAPSHOT/component-info.xml 1.1
+ repository.jboss.com hibernate-annotations/3.2.1.SNAPSHOT/lib/hibernate-annotations.jar 1.1
Commit from rawb (2006-12-04 13:13 EST)
----------------
forgot this
jbosside as/plugins/org.jboss.ide.eclipse.as.ui/META-INF/MANIFEST.MF 1.11
Commit from bstansberry on branch Branch_JBossCache_1_4_0 (2006-12-04 17:17 EST)
---------------------------------------------------------
[JBCACHE-876] Add tests that custom classes in Fqn's work properly
+ JBossCache tests/functional/org/jboss/cache/marshall/FooClassLoader.java 1.1.2.1
+ JBossCache tests/functional/org/jboss/cache/marshall/Foo.notjava 1.1.2.1
+ JBossCache tests/functional/org/jboss/cache/marshall/Foo.clazz 1.1.2.1
Commit from bstansberry on branch Branch_JBossCache_1_4_0 (2006-12-04 17:18 EST)
---------------------------------------------------------
[JBCACHE-876] Add tests that custom classes in Fqn's work properly
Be more specific about the usage of classloader in testPuts()
JBossCache tests/functional/org/jboss/cache/marshall/SyncReplTest.java 1.5.2.1
JBossCache tests/functional/org/jboss/cache/marshall/AsyncReplTest.java 1.5.2.1
Commit from mculpepper (2006-12-04 17:21 EST)
----------------------
moved the testJARDefaultConfig unit test to the PackagesEARTest where there are some actual java files that are compiled into classes so we can test the jar package type
jbosside core/tests/org.jboss.ide.eclipse.packages.test/src/org/jboss/ide/eclipse/packages/test/NewProjectTest.java 1.2
jbosside core/tests/org.jboss.ide.eclipse.packages.test/src/org/jboss/ide/eclipse/packages/test/AllTests.java 1.2
jbosside core/tests/org.jboss.ide.eclipse.packages.test/src/org/jboss/ide/eclipse/packages/test/PackagesEARTest.java 1.3
Commit from mculpepper (2006-12-04 17:23 EST)
----------------------
added a note about proper build order etc in buildProject method
jbosside core/plugins/org.jboss.ide.eclipse.packages.core/src/main/org/jboss/ide/eclipse/packages/core/model/PackagesCore.java 1.9
Commit from msurtani on branch Branch_JBossCache_1_4_0 (2006-12-04 19:01 EST)
------------------------------------------------------
ported fixes for JBCACHE-871 and JBCACHE-875 from the 1.3.0 branch
JBossCache src/org/jboss/cache/lock/IdentityLock.java 1.12.2.1
JBossCache src/org/jboss/cache/TransactionEntry.java 1.8.2.1
JBossCache src/org/jboss/cache/TreeCache.java 1.195.2.26
JBossCache src/org/jboss/cache/TransactionTable.java 1.7.2.1
JBossCache src/org/jboss/cache/interceptors/PessimisticLockInterceptor.java 1.20.2.2
JBossCache src/org/jboss/cache/aop/PojoCache.java 1.23.2.3
Commit from jgreene (2006-12-04 19:25 EST)
-------------------
sync jars
repository.jboss.com jboss/jbossws/snapshot/lib/jboss-jaxrpc.jar 1.26
repository.jboss.com jboss/jbossws/snapshot/lib/jboss-jaxws.jar 1.25
repository.jboss.com jboss/jbossws/snapshot/lib/jboss-saaj.jar 1.26
repository.jboss.com jboss/jbossws/snapshot/lib/jbossws-client.jar 1.37
repository.jboss.com jboss/jbossws/snapshot/lib/jbossws.sar 1.37
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-cvs-commits/attachments/20061205/43dc00f2/attachment.html
More information about the jboss-cvs-commits
mailing list