⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 repositorystubimpl.properties

📁 jsr170接口的java实现。是个apache的开源项目。
💻 PROPERTIES
📖 第 1 页 / 共 2 页
字号:
#  Licensed to the Apache Software Foundation (ASF) under one or more#  contributor license agreements.  See the NOTICE file distributed with#  this work for additional information regarding copyright ownership.#  The ASF licenses this file to You under the Apache License, Version 2.0#  (the "License"); you may not use this file except in compliance with#  the License.  You may obtain a copy of the License at##      http://www.apache.org/licenses/LICENSE-2.0##  Unless required by applicable law or agreed to in writing, software#  distributed under the License is distributed on an "AS IS" BASIS,#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.#  See the License for the specific language governing permissions and#  limitations under the License.## This is the configuration file for the jackrabbit repository test stub.## Stub implementation classjavax.jcr.tck.repository_stub_impl=org.apache.jackrabbit.core.JackrabbitRepositoryStub# repository specific configurationorg.apache.jackrabbit.repository.config=applications/test/repository.xmlorg.apache.jackrabbit.repository.name=repoorg.apache.jackrabbit.repository.home=applications/testorg.apache.jackrabbit.repository.jaas.config=applications/test/jaas.config# credential configurationjavax.jcr.tck.superuser.name=superuserjavax.jcr.tck.superuser.pwd=javax.jcr.tck.readwrite.name=userjavax.jcr.tck.readwrite.pwd=javax.jcr.tck.readonly.name=anonymousjavax.jcr.tck.readonly.pwd=# global test configurationjavax.jcr.tck.testroot=/testrootjavax.jcr.tck.nodetype=nt:unstructuredjavax.jcr.tck.nodename1=node1javax.jcr.tck.nodename2=node2javax.jcr.tck.nodename3=node3javax.jcr.tck.nodename4=node4javax.jcr.tck.propertyname1=prop1javax.jcr.tck.propertyname2=prop2javax.jcr.tck.workspacename=test# namespace configurationjavax.jcr.tck.namespaces=testjavax.jcr.tck.namespaces.test=http://www.apache.org/jackrabbit/test# sample for per test case config overriding# Test class: AddNodeText# Test method: testNamejavax.jcr.tck.AddNodeTest.testName.nodename1=myname# ==============================================================================# JAVAX.JCR CONFIGURATION# ==============================================================================# Test class: ItemDefTestjavax.jcr.tck.ItemDefTest.testroot=/testdata# Test class: ItemReadMethodsTestjavax.jcr.tck.ItemReadMethodsTest.testroot=/testdata# Test class: NodeReadMethodsTestjavax.jcr.tck.NodeReadMethodsTest.testroot=/testdata# Test class: PropertyTypeTestjavax.jcr.tck.PropertyTypeTest.testroot=/testdata# Test class: BinaryPropertyTestjavax.jcr.tck.BinaryPropertyTest.testroot=/testdata# Test class: BooleanPropertyTestjavax.jcr.tck.BooleanPropertyTest.testroot=/testdata# Test class: DatePropertyTestjavax.jcr.tck.DatePropertyTest.testroot=/testdata# Test class: DoublePropertyTestjavax.jcr.tck.DoublePropertyTest.testroot=/testdata# Test class: LongPropertyTestjavax.jcr.tck.LongPropertyTest.testroot=/testdata# Test class: NamePropertyTestjavax.jcr.tck.NamePropertyTest.testroot=/testdata# Test class: PathPropertyTestjavax.jcr.tck.PathPropertyTest.testroot=/testdata# Test class: ReferencePropertyTestjavax.jcr.tck.ReferencePropertyTest.testroot=/testdata# Test class: StringPropertyTestjavax.jcr.tck.StringPropertyTest.testroot=/testdata# Test class: SetValueVersionExceptionTest# nodetype2: nodetype with a reference propertyjavax.jcr.tck.SetValueVersionExceptionTest.nodetype2=nt:linkedFile# propertyname3: name of the single value reference propertyjavax.jcr.tck.SetValueVersionExceptionTest.propertyname3=jcr:content# Test class: SetValueValueFormatExceptionTestjavax.jcr.tck.SetValueValueFormatExceptionTest.nodetype=test:canSetPropertyjavax.jcr.tck.SetValueValueFormatExceptionTest.testValue.propertyname1=Booleanjavax.jcr.tck.SetValueValueFormatExceptionTest.testValueArray.propertyname1=BooleanMultiplejavax.jcr.tck.SetValueValueFormatExceptionTest.testString.propertyname1=Datejavax.jcr.tck.SetValueValueFormatExceptionTest.testStringArray.propertyname1=DateMultiplejavax.jcr.tck.SetValueValueFormatExceptionTest.testInputStream.propertyname1=Datejavax.jcr.tck.SetValueValueFormatExceptionTest.testLong.propertyname1=Booleanjavax.jcr.tck.SetValueValueFormatExceptionTest.testDouble.propertyname1=Booleanjavax.jcr.tck.SetValueValueFormatExceptionTest.testCalendar.propertyname1=Booleanjavax.jcr.tck.SetValueValueFormatExceptionTest.testBoolean.propertyname1=Datejavax.jcr.tck.SetValueValueFormatExceptionTest.testNode.propertyname1=Boolean# Test class: SetPropertyAssumeTypeTestjavax.jcr.tck.SetPropertyAssumeTypeTest.nodetype=test:canSetPropertyjavax.jcr.tck.SetPropertyAssumeTypeTest.testStringConstraintViolationExceptionBecauseOfInvalidTypeParameter.propertyname1=Stringjavax.jcr.tck.SetPropertyAssumeTypeTest.testValueConstraintViolationExceptionBecauseOfInvalidTypeParameter.propertyname1=Stringjavax.jcr.tck.SetPropertyAssumeTypeTest.testValuesConstraintViolationExceptionBecauseOfInvalidTypeParameter.propertyname1=StringMultiple# Test class: UndefinedPropertyTestjavax.jcr.tck.UndefinedPropertyTest.testroot=/testdata# Test class: PropertyReadMethodsTestjavax.jcr.tck.PropertyReadMethodsTest.testroot=/testdata# Test class: NodeIteratorTestjavax.jcr.tck.NodeIteratorTest.testroot=/testdata# Test class: NodeDiscoveringNodeTypesTestjavax.jcr.tck.NodeDiscoveringNodeTypesTest.testroot=/testdata# Test class: RepositoryDescriptorTestjavax.jcr.tck.RepositoryDescriptorTest.testroot=/testdata# Test class: WorkspaceReadMethodsTestjavax.jcr.tck.WorkspaceReadMethodsTest.testroot=/testdata# Test class: SessionReadMethodsTestjavax.jcr.tck.SessionReadMethodsTest.testroot=/testdata# Test class: NamespaceRegistryReadMethodsTestjavax.jcr.tck.NamespaceRegistryReadMethodsTest.testroot=/testdata# Test class: NamespaceRemappingTestjavax.jcr.tck.NamespaceRemappingTest.testroot=/testdata# Test class: SessionTest# Test method: testMoveItemExistsException# nodetype that does not allow same name siblingsjavax.jcr.tck.SessionTest.testMoveItemExistsException.nodetype2=nt:folder# valid node type that can be added as child of nodetype2javax.jcr.tck.SessionTest.testMoveItemExistsException.nodetype3=nt:hierarchyNode# Test class: SessionTest# Test method: testSaveContstraintViolationException# nodetype that has a property that is mandatory but not autocreatedjavax.jcr.tck.SessionTest.testSaveContstraintViolationException.nodetype2=nt:file# Test class: SessionUUIDTest# node type that has a property of type PropertyType.REFERENCEjavax.jcr.tck.SessionUUIDTest.nodetype=nt:unstructured# name of the property that is of type PropertyType.REFERENCEjavax.jcr.tck.SessionUUIDTest.propertyname1=foobar# nodetype that has nodetype mix:referenceable assignedjavax.jcr.tck.SessionUUIDTest.nodetype2=test:refTargetNode# Test class: SessionUUIDTest# Test method: testSaveMovedRefNode# name of the property that can be modifiedjavax.jcr.tck.SessionUUIDTest.testSaveMovedRefNode.propertyname1=foobar# Test class: NodeTest# Test method: testAddNodeItemExistsException# nodetype that does not allow same name siblings and allows child nodes of# the same typejavax.jcr.tck.NodeTest.testAddNodeItemExistsException.nodetype=nt:folder# Test class: NodeTest# Test method: testRemoveMandatoryNode# nodetype that has a mandatory child node definitionjavax.jcr.tck.NodeTest.testRemoveMandatoryNode.nodetype2=nt:file# nodetype of the  mandatory childjavax.jcr.tck.NodeTest.testRemoveMandatoryNode.nodetype3=nt:base# name of the mandatory nodejavax.jcr.tck.NodeTest.testRemoveMandatoryNode.nodename3=jcr:content# Test class: NodeTest# Test method: testSaveContstraintViolationException# nodetype that has a property that is mandatory but not autocreatedjavax.jcr.tck.NodeTest.testSaveContstraintViolationException.nodetype2=nt:file# Test class: NodeUUIDTest# node type that has a property of type PropertyType.REFERENCEjavax.jcr.tck.NodeUUIDTest.nodetype=nt:unstructured# name of the property that is of type PropertyType.REFERENCEjavax.jcr.tck.NodeUUIDTest.propertyname1=ref# nodetype that has nodetype mix:referenceable assignedjavax.jcr.tck.NodeUUIDTest.nodetype2=test:refTargetNode# Test class: NodeUUIDTest# Test method: testSaveMovedRefNode# name of the property that can be modifiedjavax.jcr.tck.NodeUUIDTest.testSaveMovedRefNode.propertyname1=foobar# nodetype that has nodetype mix:referenceable assigned# Test class: NodeOrderableChildNodesTest# nodetype that supports orderable child nodesjavax.jcr.tck.NodeOrderableChildNodesTest.nodetype2=nt:unstructured# valid node type that can be added as child of nodetype 2javax.jcr.tck.NodeOrderableChildNodesTest.nodetype3=nt:unstructured# Test class: NodeOrderableChildNodesTest# Test method: testOrderBeforeUnsupportedRepositoryOperationException# nodetype that does not allow ordering of child nodesjavax.jcr.tck.NodeOrderableChildNodesTest.testOrderBeforeUnsupportedRepositoryOperationException.nodetype2=nt:folder# valid node type that can be added as child of nodetype 2javax.jcr.tck.NodeOrderableChildNodesTest.testOrderBeforeUnsupportedRepositoryOperationException.nodetype3=nt:hierarchyNode# Test class: SetPropertyNodeTest# nodetype which is referenceablejavax.jcr.tck.SetPropertyNodeTest.nodetype=test:setProperty# Test class: SetPropertyValueTest# property that allows multiple valuesjavax.jcr.tck.SetPropertyValueTest.propertyname2=test:multiPropertyjavax.jcr.tck.SetPropertyValueTest.nodetype=test:setProperty# Test class: SetPropertyStringTest# property that allows multiple valuesjavax.jcr.tck.SetPropertyStringTest.propertyname2=test:multiPropertyjavax.jcr.tck.SetPropertyStringTest.nodetype=test:setProperty# Test class: WorkspaceCloneSameNameSibsTest

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -