root/trunk/src/xml/fwk-cmn-info.xml

Revision 1011, 0.9 kB (checked in by amandel, 4 years ago)

Aligned svn keyword settings.

  • Property svn:mime-type set to text/xml
  • Property svn:eol-style set to native
Line 
1<!-- =============================================
2     Common Messages
3     ============================================= -->
4<group
5   id="2"
6   name="Common Error"
7   short-name="CMN"
8   package="org.jcoderz.commons">
9   <message
10      id="1"
11      name="ENTITY_NOT_FOUND"
12      level="SEVERE"
13      base-exception="org.jcoderz.commons.BaseException">
14      <text>
15         A database entry in table {TABLE} was not found.
16         No rows were returned when executing the
17         finder method ''{FINDER}'' with the argument(s)
18         ''{Serializable:ARGUMENTS}'' on entity bean {ENTITY}.
19      </text>
20      <solution>
21         Review the log file to determine if the usage of the
22         Administration Tool led to the error. Create the requested value
23         prior to using the Administration Tool or change the query used for
24         retrieving the value via the Adminstration Tool.
25      </solution>
26   </message>
27</group>
Note: See TracBrowser for help on using the browser.