기본적으로 Workbench 또는 명령행의 ejbdeploy 명령을 사용할 때 EJB 전개 코드를 생성하기 전에 응용프로그램에서 유효성 검증이 자동으로 실행됩니다.
[Error:]JAR_name(location):message_text
설명:아카이브에 상주하는 .java 소스 파일의 결과로 행 번호를
사용할 수 있는 경우 행 번호로 기본 설정됩니다. 예를 들어, 행 번호가 101이면 메시지는 다음과 같이 나타납니다.
[Error:] JAR_name(101): message_text
행 번호를 사용할 수 없으면 위치에 대한 텍스트 설명이 제공됩니다. 예를 들어, 메소드의 메시지가
다음과 같이 표시됩니다.
[Error:] JAR_name(Method: fully_qualified_method_name,??Class: fully_qualified_name_of_the_class_that_contains_the_method): message_text