/glassfish-3.1.2/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbqlc/ |
H A D | ErrorMsg.java | 61 private final static ResourceBundle msgs = I18NHelper.loadBundle( field in class:ErrorMsg 82 msgs, "EXC_PositionInfoMsgLineColumn", args)); //NOI18N 88 msgs, "EXC_PositionInfoMsgColumn", args)); //NOI18N 92 msgs, "EXC_PositionInfoMsg", text)); //NOI18N 138 msgs, "EXC_PositionInfoMsgLineColumn", args)); //NOI18N 144 msgs, "EXC_PositionInfoMsgColumn", args)); //NOI18N 149 msgs, "EXC_PositionInfoMsg", args)); //NOI18N 163 msgs, "ERR_FatalInternalError", text)); //NOI18N 176 msgs, "ERR_FatalInternalError", text), nested); //NOI18N
|
H A D | EJBQLASTFactory.java | 67 private final static ResourceBundle msgs = field in class:EJBQLASTFactory 109 I18NHelper.getMessage(msgs, "ERR_UnexpectedExceptionClone"), ex); //NOI18N
|
H A D | ParameterSupport.java | 72 protected final static ResourceBundle msgs = I18NHelper.loadBundle( field in class:ParameterSupport 199 msgs, "EXC_InvalidParameterIndex", //NOI18N 204 msgs, "EXC_InvalidParameterIndex", //NOI18N
|
H A D | EJBQLC.java | 92 protected final static ResourceBundle msgs = I18NHelper.loadBundle( field in class:EJBQLC 130 ErrorMsg.fatal(I18NHelper.getMessage(msgs, 133 ErrorMsg.error(I18NHelper.getMessage(msgs, 180 ErrorMsg.error(I18NHelper.getMessage(msgs, 187 ErrorMsg.log(Logger.SEVERE, I18NHelper.getMessage(msgs,
|
H A D | TypeSupport.java | 143 protected final static ResourceBundle msgs = I18NHelper.loadBundle( field in class:TypeSupport 454 msgs, "ERR_EjbNameExpected", //NOI18N 483 msgs, "ERR__EjbNameExpected", //NOI18N
|
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/j2ee/ |
H A D | WSMsgTraceTest.java | 67 MessageTrace[] msgs = wsp.getMessagesInHistory(); 68 if (msgs == null) { 72 System.out.println(" Collected messages " + msgs.length); 73 for (int idx = 0; idx < msgs.length; idx++) { 74 final MessageTrace msg = msgs[idx];
|
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/ext/wsmgmt/ |
H A D | WebServiceRuntimeTest.java | 102 final MessageTrace[] msgs = wsp.getMessagesInHistory(); 103 if (msgs == null) { 108 System.out.println(" Collected messages " + msgs.length); 109 for (int idx = 0; idx < msgs.length; idx++) { 110 final MessageTrace msg = msgs[idx];
|
/glassfish-3.1.2/persistence/cmp/support-ejb/src/main/antlr/ |
H A D | EJBQL.g | 175 protected final static ResourceBundle msgs = 223 I18NHelper.getMessage(msgs, "EXC_UnexpectedEOF")); //NOI18N 227 I18NHelper.getMessage(msgs, "EXC_ExpectedCharFound", //NOI18N 242 I18NHelper.getMessage(msgs, "EXC_UnexpectedEOF")); //NOI18N 246 I18NHelper.getMessage(msgs, "EXC_SyntaxErrorAt", token.getText())); //NOI18N 257 I18NHelper.getMessage(msgs, "EXC_UnexpectedEOF")); //NOI18N 261 I18NHelper.getMessage(msgs, "EXC_UnexpectedToken", token.getText())); //NOI18N 269 I18NHelper.getMessage(msgs, "EXC_UnexpectedChar", new Character(noViableAlt.foundChar)));//NOI18N 283 ErrorMsg.error(line, column, I18NHelper.getMessage(msgs, "EXC_SyntaxError")); //NOI18N 456 I18NHelper.getMessage(msgs, "EXC_UnexpectedCha [all...] |
H A D | Semantic.g | 114 protected final static ResourceBundle msgs = I18NHelper.loadBundle( 142 ErrorMsg.fatal(I18NHelper.getMessage(msgs, "ERR_SemanticError"), ex); //NOI18N 147 ErrorMsg.fatal(I18NHelper.getMessage(msgs, "ERR_SemanticError") + s); //NOI18N 180 ErrorMsg.error(I18NHelper.getMessage(msgs, 188 ErrorMsg.error(I18NHelper.getMessage(msgs, 235 ErrorMsg.error(I18NHelper.getMessage(msgs, 248 ErrorMsg.error(I18NHelper.getMessage(msgs, 286 ErrorMsg.error(I18NHelper.getMessage(msgs, 295 ErrorMsg.error(I18NHelper.getMessage(msgs, 305 ErrorMsg.error(I18NHelper.getMessage(msgs, [all...] |
H A D | JDOQLCodeGeneration.g | 82 protected final static ResourceBundle msgs = 141 ErrorMsg.fatal(I18NHelper.getMessage(msgs, 147 ErrorMsg.fatal(I18NHelper.getMessage(msgs, 995 ErrorMsg.fatal(I18NHelper.getMessage(msgs, "ERR_UnexpectedNode", //NOI18N 1000 ErrorMsg.fatal(I18NHelper.getMessage(msgs, "ERR_UnexpectedNode", //NOI18N
|
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployapi/ |
H A D | ProgressObjectSink.java | 326 StringBuffer msgs = new StringBuffer(); 328 Status newWorstStatus = aggregateStages(worstStatus, msgs, completedStatus); 330 completedStatus.setStageStatusMessage(msgs.toString()); 335 private Status aggregateStages(Status worstStatusSoFar, StringBuffer msgs, DFDeploymentStatus stage) { argument 344 msgs.delete(0,msgs.length()); 352 msgs.append(stage.getStageStatusMessage()).append(LINE_SEPARATOR); 360 worstStatusSoFar = aggregateStages(worstStatusSoFar, msgs, substage);
|
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/core/ |
H A D | MsgContext.java | 101 private Msg msgs[]=new Msg[10]; field in class:MsgContext 216 return msgs[i]; 220 this.msgs[i]=msg; 248 if( msgs[id]==null ) { 251 return msgs[id].getBuffer(); 258 int status=next.invoke(msgs[0], this);
|
/glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/util/ |
H A D | RestUtil.java | 341 Object msgs = responseMap.get("message"); 342 if (msgs == null) { 346 } else if (msgs instanceof List) { 348 for (Object obj : ((List<Object>) msgs)) { 355 } else if (msgs instanceof Map) { 356 message = ((Map<String, Object>) msgs).get("message").toString();
|
/glassfish-3.1.2/core/logging/src/main/java/com/sun/enterprise/server/logging/ |
H A D | GFFileHandler.java | 673 int msgs = pendingRecords.drainTo(v, flushFrequency); 674 for (int j = 0; j < msgs; j++) {
|