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 DCmpResourceNode.java59 * 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 DLogHelperEntityFinder.java41 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 DLogHelperEntityInternal.java41 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 DLogHelperEntityLifecycle.java41 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 DCMPBeanHelper.java46 package com.sun.jdo.spi.persistence.support.ejb.cmp;
H A DEJBHashSet.java47 package com.sun.jdo.spi.persistence.support.ejb.cmp;
H A DJDOEJB20HelperImpl.java47 package com.sun.jdo.spi.persistence.support.ejb.cmp;
H A DJDOEJB11HelperImpl.java47 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 DParentChildren.java65 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 Dcapture-schema.bat48 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 DLoggingXMLNames.java74 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 DCmpEjbNoInvalidCreateMethod.java47 package com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp;
H A DCmpFieldsDefinedForContainerPersistence.java41 package com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp;
H A DCmpEjbCreateMethod.java41 package com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp;
H A DCmpFieldsJavaTypesAssigned.java41 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 DCmpFieldsTransient.java41 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 DCmpFields.java41 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 DClassFile.java604 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 DAMXConfigImpl.java1428 final ConfigModel.Property cmp = mConfigBean.model.findIgnoreCase(xmlName);
1429 if (cmp == null)
1433 return cmp;

Completed in 261 milliseconds