Searched refs:cmp (Results 1 - 19 of 19) sorted by relevance
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/runtime/ |
H A D | CmpResourceNode.java | 59 * This node handles the cmp-resource runtime xml tag 122 Node cmp = super.writeDescriptor(parent, nodeName, descriptor); 123 appendTextChild(cmp, RuntimeTagNames.JNDI_NAME, descriptor.getJndiName()); 126 drpNode.writeDescriptor(cmp, RuntimeTagNames.DEFAULT_RESOURCE_PRINCIPAL, 135 propNode.writeDescriptor(cmp, RuntimeTagNames.PROPERTY, aProp); 141 appendTextChild(cmp, RuntimeTagNames.CREATE_TABLES_AT_DEPLOY, RuntimeTagNames.TRUE); 144 appendTextChild(cmp, RuntimeTagNames.DROP_TABLES_AT_UNDEPLOY, RuntimeTagNames.TRUE); 147 appendTextChild(cmp, RuntimeTagNames.DATABASE_VENDOR_NAME, descriptor.getDatabaseVendorName()); 153 pn.writeDescriptor(cmp, RuntimeTagNames.SCHEMA_GENERATOR_PROPERTIES, schemaGeneratorProps); 156 return cmp; [all...] |
/glassfish-3.1.2/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/cmp/ |
H A D | LogHelperEntityFinder.java | 41 package com.sun.jdo.spi.persistence.support.ejb.cmp; 63 protected static final String bundleName = "com.sun.jdo.spi.persistence.support.ejb.cmp.Bundle"; //NOI18N
|
H A D | LogHelperEntityInternal.java | 41 package com.sun.jdo.spi.persistence.support.ejb.cmp; 63 protected static final String bundleName = "com.sun.jdo.spi.persistence.support.ejb.cmp.Bundle"; //NOI18N
|
H A D | LogHelperEntityLifecycle.java | 41 package com.sun.jdo.spi.persistence.support.ejb.cmp; 63 protected static final String bundleName = "com.sun.jdo.spi.persistence.support.ejb.cmp.Bundle"; //NOI18N
|
H A D | CMPBeanHelper.java | 46 package com.sun.jdo.spi.persistence.support.ejb.cmp;
|
H A D | EJBHashSet.java | 47 package com.sun.jdo.spi.persistence.support.ejb.cmp;
|
H A D | JDOEJB20HelperImpl.java | 47 package com.sun.jdo.spi.persistence.support.ejb.cmp;
|
H A D | JDOEJB11HelperImpl.java | 47 package com.sun.jdo.spi.persistence.support.ejb.cmp;
|
/glassfish-3.1.2/common/amx-core-impl/src/main/java/org/glassfish/admin/amx/impl/mbean/ |
H A D | ParentChildren.java | 65 int cmp = mParent.type().compareTo(rhs.mParent.type()); 66 if (cmp == 0) { 67 cmp = mParent.nameProp().compareTo(rhs.mParent.nameProp()); 70 if (cmp == 0) { 71 cmp = mChildren.size() - rhs.mChildren.size(); 74 return cmp;
|
/glassfish-3.1.2/persistence/cmp/cmp-scripts/src/main/resources/glassfish/bin/ |
H A D | capture-schema.bat | 48 java -Xms24m -Xmx96m -cp "%AS_INSTALL_LIB%\common-util.jar;%AS_INSTALL_LIB%\cmp-utility.jar;%AS_INSTALL_LIB%\cmp-support-ejb.jar;%AS_INSTALL_LIB%\cmp-ejb-mapping.jar;%AS_INSTALL_LIB%\dbschema-repackaged.jar;%CLASSPATH%" com.sun.jdo.spi.persistence.support.ejb.util.CaptureSchemaWrapper %*
|
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/common/util/logging/ |
H A D | LoggingXMLNames.java | 74 public static final String cmpcontainer = "cmp-container"; 94 public static final String cmp = "cmp"; field in class:LoggingXMLNames 141 put(cmp, LogDomains.CMP_LOGGER+ ".level");
|
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/tests/ejb/entity/cmp/ |
H A D | CmpEjbNoInvalidCreateMethod.java | 47 package com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp;
|
H A D | CmpFieldsDefinedForContainerPersistence.java | 41 package com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp;
|
H A D | CmpEjbCreateMethod.java | 41 package com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp;
|
H A D | CmpFieldsJavaTypesAssigned.java | 41 package com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp; 83 // this test apply only to 1.x cmp beans 91 "Test do not apply to this cmp-version of container managed persistence EJBs"));
|
H A D | CmpFieldsTransient.java | 41 package com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp; 53 * The Bean Provider is responsible for using the cmp-field elements of the 63 * The Bean Provider is responsible for using the cmp-field elements of the 83 // this test apply only to 1.x cmp beans. in cmp 2.x, fields are virtual fields only 91 "Test do not apply to this cmp-version of container managed persistence EJBs"));
|
H A D | CmpFields.java | 41 package com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp; 87 // this test apply only to 1.x cmp beans, in 2.x fields are virtual fields only 95 "Test do not apply to this cmp-version of container managed persistence EJBs"));
|
/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/classfile/ |
H A D | ClassFile.java | 604 int cmp = theArray[o1Index].name().asString().compareTo( 606 if (cmp == 0) { 607 cmp = theArray[o1Index].signature().asString().compareTo( 610 return cmp;
|
/glassfish-3.1.2/common/amx-config-impl/src/main/java/org/glassfish/admin/amx/impl/config/ |
H A D | AMXConfigImpl.java | 1428 final ConfigModel.Property cmp = mConfigBean.model.findIgnoreCase(xmlName); 1429 if (cmp == null) 1433 return cmp;
|
Completed in 261 milliseconds