Searched defs:PREFIX (Results 1 - 4 of 4) sorted by relevance

/glassfish-3.1.2/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/
H A DRepositoryException.java81 private final String PREFIX = "( "; field in class:RepositoryException
94 msg += PREFIX + causeMsg + POSTFIX;
96 msg += PREFIX + cause.toString() + POSTFIX;
/glassfish-3.1.2/admin/launcher/src/main/java/com/sun/enterprise/admin/launcher/
H A DRespawnInfo.java62 map.put(PREFIX + "classname", classname);
63 map.put(PREFIX + "classpath", classpath);
93 map.put(PREFIX + "args", argLine.toString());
104 private static final String PREFIX = "-asadmin-"; field in class:RespawnInfo
/glassfish-3.1.2/admin/config-api/src/main/java/org/glassfish/config/support/
H A DSystemPropertyUpgrade.java88 private static String PREFIX = "2"; field in class:SystemPropertyUpgrade
107 PREFIX = httpVal.substring(0, httpVal.length() - 4);
161 PREFIX = httpVal.substring(0, httpVal.length() - 5);
226 newSysProp.setValue(PREFIX + portVal);
/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/meta/
H A DJDOMetaDataProperties.java1048 static final String PREFIX = "Error Parsing meta data properties: "; field in interface:JDOMetaDataProperties.IErrorMessages
1050 PREFIX + "The class ''{0}'' may not have an empty fieldname.";
1052 PREFIX + "The field name ''{1}'' of class ''{0}'' is not valid.";
1054 PREFIX + "The property name and value may not be empty if a ''" + PROPERTY_ASSIGNER + "'' is specified: ''{0}''.";
1056 PREFIX + "Invalid property name for entry ''{0}'': ''{1}''.";
1058 PREFIX + "Invalid value for property ''{1}'' of entry ''{0}'': ''{2}''.";
1060 PREFIX + "The property ''{1}'' for the entry ''{0}'' entered twice with values: ''{2}'' and ''{3}''.";
1062 PREFIX + "A non-persistent class cannot have a persistent field (class ''{0}'' with field ''{1})''.";
1064 PREFIX + "A non-persistent class cannot have a transactional field (class ''{0}'' with field ''{1})''.";
1066 PREFIX
[all...]

Completed in 36 milliseconds