KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > xdoclet > modules > ejb > XDocletModulesEjbMessages


1 /*
2  * Copyright (c) 2001, 2002 The XDoclet team
3  * All rights reserved.
4  */

5 package xdoclet.modules.ejb;
6
7 /**
8  * @author Ara Abrahamian (ara_e_w@yahoo.com)
9  * @created May 31, 2002
10  * @version $Revision: 1.18 $
11  */

12 public final class XDocletModulesEjbMessages
13 {
14     /**
15      * @msg.bundle msg="Generated by XDoclet - Do not edit!"
16      */

17     public final static String JavaDoc DO_NOT_EDIT = "DO_NOT_EDIT";
18
19     /**
20      * @msg.bundle msg="XDoclet can''t guess what CMP version to use for {0} because the <entitycmp> task isn't used,
21      * and there is no ejb:bean cmp-version tag. Please use one of them."
22      */

23     public final static String JavaDoc CANT_GUESS_CMP_VERSION = "CANT_GUESS_CMP_VERSION";
24
25     /**
26      * @msg.bundle msg="Message Driven layer for {0}."
27      */

28     public final static String JavaDoc MDB_LAYER_FOR = "MDB_LAYER_FOR";
29
30     /**
31      * @msg.bundle msg="Session layer for {0}."
32      */

33     public final static String JavaDoc SESSION_LAYER_FOR = "SESSION_LAYER_FOR";
34
35     /**
36      * @msg.bundle msg="Home interface for {0}."
37      */

38     public final static String JavaDoc HOME_INTERFACE_FOR = "HOME_INTERFACE_FOR";
39
40     /**
41      * @msg.bundle msg="Local home interface for {0}."
42      */

43     public final static String JavaDoc LOCAL_HOME_INTERFACE_FOR = "LOCAL_HOME_INTERFACE_FOR";
44
45     /**
46      * @msg.bundle msg="Lookup using {0}"
47      */

48     public final static String JavaDoc UTIL_LOOKUP_USING = "UTIL_LOOKUP_USING";
49
50     /**
51      * @msg.bundle msg="Local interface for {0}."
52      */

53     public final static String JavaDoc LOCAL_INTERFACE_FOR = "LOCAL_INTERFACE_FOR";
54
55     /**
56      * @msg.bundle msg="Remote interface for {0}."
57      */

58     public final static String JavaDoc REMOTE_INTERFACE_FOR = "REMOTE_INTERFACE_FOR";
59
60     /**
61      * @msg.bundle msg="Utility class for {0}."
62      */

63     public final static String JavaDoc UTILITY_CLASS_FOR = "UTILITY_CLASS_FOR";
64
65     /**
66      * @msg.bundle msg="Destination JMS Queue for {0}."
67      */

68     public final static String JavaDoc QUEUE_FOR = "QUEUE_FOR";
69
70     /**
71      * @msg.bundle msg="Destination JMS Topic for {0}."
72      */

73     public final static String JavaDoc TOPIC_FOR = "TOPIC_FOR";
74
75     /**
76      * @msg.bundle msg="Destination JMS Connection Factory for {0}."
77      */

78     public final static String JavaDoc CONNECTION_FACTORY_FOR = "CONNECTION_FACTORY_FOR";
79
80     /**
81      * @msg.bundle msg="Data Access Object interface for {0}."
82      */

83     public final static String JavaDoc DAO_FOR = "DAO_FOR";
84
85     /**
86      * @msg.bundle msg="DAO not defined in JNDI ''java:comp/env/{0}''"
87      */

88     public final static String JavaDoc DAO_IMPL_JNDI_NOT_SPECIFIED = "DAO_IMPL_JNDI_NOT_SPECIFIED";
89
90     /**
91      * @msg.bundle msg="Exception while looking in JNDI for ''java:comp/env/{0}''"
92      */

93     public final static String JavaDoc DAO_JNDI_EXCEPTION = "DAO_JNDI_EXCEPTION";
94
95     /**
96      * @msg.bundle msg="Primary key for {0}."
97      */

98     public final static String JavaDoc PRIMARY_KEY_FOR = "PRIMARY_KEY_FOR";
99
100     /**
101      * @msg.bundle msg="CMP layer for {0}."
102      */

103     public final static String JavaDoc CMP_LAYER_FOR = "CMP_LAYER_FOR";
104
105     /**
106      * @msg.bundle msg="Session facade for {0}."
107      */

108     public final static String JavaDoc SESSION_FACADE_FOR = "SESSION_FACADE_FOR";
109     /**
110      * @msg.bundle msg="Remote facade for {0}."
111      */

112     public final static String JavaDoc REMOTE_FACADE_FOR = "REMOTE_FACADE_FOR";
113
114     /**
115      * @msg.bundle msg="BMP layer for {0}."
116      */

117     public final static String JavaDoc BMP_LAYER_FOR = "BMP_LAYER_FOR";
118
119     /**
120      * @msg.bundle msg="Data object for {0}."
121      */

122     public final static String JavaDoc DATA_OBJECT_FOR = "DATA_OBJECT_FOR";
123
124     /**
125      * @msg.bundle msg="Value object for {0}."
126      */

127     public final static String JavaDoc VALUE_OBJECT_FOR = "VALUE_OBJECT_FOR";
128
129     /**
130      * @msg.bundle msg="A Value Object has an identity if the attributes making its Primary Key have all been set. An
131      * object without identity is never equal to any other object."
132      */

133     public final static String JavaDoc VALUE_OBJECT_IDENTITY_COMMENT = "VALUE_OBJECT_IDENTITY_COMMENT";
134
135     /**
136      * @msg.bundle msg="if this instance has an identity."
137      */

138     public final static String JavaDoc VALUE_OBJECT_IDENTITY_RETURN = "VALUE_OBJECT_IDENTITY_RETURN";
139
140     /**
141      * @msg.bundle msg="can''t load the class for the concrete type ''{0}''."
142      */

143     public final static String JavaDoc VALUE_OBJECT_CONCRETE_TYPE_NOT_FOUND = "VALUE_OBJECT_CONCRETE_TYPE_NOT_FOUND";
144
145     /**
146      * @msg.bundle msg="interfaces are not supported as concrete type. ''{0}'' is a interface."
147      */

148     public final static String JavaDoc VALUE_OBJECT_CONCRETE_TYPE_IS_INTF = "VALUE_OBJECT_CONCRETE_TYPE_IS_INTF";
149
150     /**
151      * @msg.bundle msg="abstract classes are not supported as concrete type. ''{0}'' is a abstract class."
152      */

153     public final static String JavaDoc VALUE_OBJECT_CONCRETE_TYPE_IS_ABSTRACT = "VALUE_OBJECT_CONCRETE_TYPE_IS_ABSTRACT";
154
155     /**
156      * @msg.bundle msg="invalid concrete type. ''{0}'' does not implement ''{1}''"
157      */

158     public final static String JavaDoc VALUE_OBJECT_CONCRETE_TYPE_INVALID = "VALUE_OBJECT_CONCRETE_TYPE_INVALID";
159
160     /**
161      * @msg.bundle msg="Generating Util class for ''{0}''."
162      */

163     public final static String JavaDoc GENERATING_UTIL_FOR = "GENERATING_UTIL_FOR";
164
165     /**
166      * @msg.bundle msg="Generating DAO class for ''{0}''."
167      */

168     public final static String JavaDoc GENERATING_DAO_FOR = "GENERATING_DAO_FOR";
169
170     /**
171      * @msg.bundle msg="Generating Data Object class for ''{0}''."
172      */

173     public final static String JavaDoc GENERATING_DATAOBJECT_FOR = "GENERATING_DATAOBJECT_FOR";
174     /**
175      * @msg.bundle msg="Generating Value Object class: ''{0}''."
176      */

177     public final static String JavaDoc GENERATING_VALUEOBJECT_FOR = "GENERATING_VALUEOBJECT_FOR";
178
179     /**
180      * @msg.bundle msg="Generating EJB deployment descriptor ({0})."
181      */

182     public final static String JavaDoc GENERATING_DD = "GENERATING_DD";
183
184     /**
185      * @msg.bundle msg="Generating BMP class for ''{0}''."
186      */

187     public final static String JavaDoc GENERATING_BMP_FOR = "GENERATING_BMP_FOR";
188
189     /**
190      * @msg.bundle msg="Generating CMP class for ''{0}''."
191      */

192     public final static String JavaDoc GENERATING_CMP_FOR = "GENERATING_CMP_FOR";
193
194     /**
195      * @msg.bundle msg="Generating PK class for ''{0}''."
196      */

197     public final static String JavaDoc GENERATING_PK_FOR = "GENERATING_PK_FOR";
198
199     /**
200      * @msg.bundle msg="Generating Home interface for ''{0}''."
201      */

202     public final static String JavaDoc GENERATING_HOME_FOR = "GENERATING_HOME_FOR";
203
204     /**
205      * @msg.bundle msg="Generating Local Home interface for ''{0}''."
206      */

207     public final static String JavaDoc GENERATING_LOCALHOME_FOR = "GENERATING_LOCALHOME_FOR";
208
209     /**
210      * @msg.bundle msg="Generating Local interface for ''{0}''."
211      */

212     public final static String JavaDoc GENERATING_LOCAL_FOR = "GENERATING_LOCAL_FOR";
213
214     /**
215      * @msg.bundle msg="Generating Remote interface for ''{0}''."
216      */

217     public final static String JavaDoc GENERATING_REMOTE_FOR = "GENERATING_REMOTE_FOR";
218
219     /**
220      * @msg.bundle msg="Generating Session class for ''{0}''."
221      */

222     public final static String JavaDoc GENERATING_SESSION_FOR = "GENERATING_SESSION_FOR";
223
224     /**
225      * @msg.bundle msg="Generating Message Driven class for ''{0}''."
226      */

227     public final static String JavaDoc GENERATING_MDB_FOR = "GENERATING_MDB_FOR";
228
229     /**
230      * @msg.bundle msg="Generating Facade EJB class for ''{0}''."
231      */

232     public final static String JavaDoc GENERATING_FACADE_FOR = "GENERATING_FACADE_FOR";
233
234     /**
235      * @msg.bundle msg="Generating Remote Facade class for ''{0}''."
236      */

237     public final static String JavaDoc GENERATING_REMOTE_FACADE_FOR = "GENERATING_REMOTE_FACADE_FOR";
238
239     /**
240      * @msg.bundle msg="Generating Service-Endpoint interface for ''{0}''."
241      */

242     public final static String JavaDoc GENERATING_SERVICE_ENDPOINT_FOR = "GENERATING_SERVICE_ENDPOINT_FOR";
243
244     /**
245      * @msg.bundle msg="Service endpoint interface for {0}."
246      */

247     public final static String JavaDoc SERVICE_ENDPOINT_INTERFACE_FOR = "SERVICE_ENDPOINT_INTERFACE_FOR";
248
249     /**
250      * @msg.bundle msg="Unsupported EJB Spec.: {0}"
251      */

252     public final static String JavaDoc UNSUPPORTED_EJB_SPEC = "UNSUPPORTED_EJB_SPEC";
253
254     /**
255      * @msg.bundle msg="{0} has declared more than one ejb:relation. That''s illegal."
256      */

257     public final static String JavaDoc MULTIPLE_RELATIONS = "MULTIPLE_RELATIONS";
258
259     /**
260      * @msg.bundle msg="must have attribute \"name\" for ejb:relation {0}"
261      */

262     public final static String JavaDoc RELATION_MUST_HAVE_NAME = "RELATION_MUST_HAVE_NAME";
263
264     /**
265      * @msg.bundle msg="The {0} relation is declared in too many places. It''s declared in {1}, {2} and {3}."
266      */

267     public final static String JavaDoc RELATION_TOO_MANY_NAMES = "RELATION_TOO_MANY_NAMES";
268
269     /**
270      * @msg.bundle msg="The relation with the name \"{0}\" declared in {1} seems to be unidirectional since it does
271      * not occur anywhere else. The target-ejb parameter must therefore be specified."
272      */

273     public final static String JavaDoc RELATION_NEEDS_TARGET = "RELATION_NEEDS_TARGET";
274
275     /**
276      * @msg.bundle msg="The relation with the name \"{0}\" declared in {1} seems to be bidirectional since it is
277      * declared in two places. The target-ejb parameter must not be specified for bidirectional relationships."
278      */

279     public final static String JavaDoc RELATION_NEEDS_NO_TARGET = "RELATION_NEEDS_NO_TARGET";
280
281     /**
282      * @msg.bundle msg="Should never swap for unidirectional relationships"
283      */

284     public final static String JavaDoc RELATION_SWAP_UNI = "RELATION_SWAP_UNI";
285
286     /**
287      * @msg.bundle msg="Permission for findByPK method"
288      */

289     public final static String JavaDoc DD_FINDBYPK_PERM = "DD_FINDBYPK_PERM";
290
291     /**
292      * @msg.bundle msg="description not supported yet by ejbdoclet"
293      */

294     public final static String JavaDoc DESCRIPTION_NOT_SUPPORTED = "DESCRIPTION_NOT_SUPPORTED";
295
296     /**
297      * @msg.bundle msg="\"Wrong version. Had \" + getVersion() + \", got \" + dataHolder.getVersion()"
298      */

299     public final static String JavaDoc ENTITY_DATAHOLDER_VERSION = "ENTITY_DATAHOLDER_VERSION";
300
301     /**
302      * @msg.bundle msg="Version number for soft locking"
303      */

304     public final static String JavaDoc SOFT_LOCK_VERSION = "SOFT_LOCK_VERSION";
305
306     /**
307      * @msg.bundle msg="Cached remote home (EJBHome). Uses lazy loading to obtain its value (loaded by getHome()
308      * methods)."
309      */

310     public final static String JavaDoc UTIL_CACHED_REMOTE = "UTIL_CACHED_REMOTE";
311
312     /**
313      * @msg.bundle msg="Cached queue (javax.jms.Queue). Uses lazy loading to obtain its value (loaded by getQueue()
314      * methods)."
315      */

316     public final static String JavaDoc UTIL_CACHED_QUEUE = "UTIL_CACHED_QUEUE";
317
318     /**
319      * @msg.bundle msg="Cached topic (javax.jms.Topic). Uses lazy loading to obtain its value (loaded by getTopic()
320      * methods)."
321      */

322     public final static String JavaDoc UTIL_CACHED_TOPIC = "UTIL_CACHED_TOPIC";
323
324     /**
325      * @msg.bundle msg="Cached connection factory. Uses lazy loading to obtain its value."
326      */

327     public final static String JavaDoc UTIL_CACHED_CONNECTION_FACTORY = "UTIL_CACHED_CONNECTION_FACTORY";
328
329     /**
330      * @msg.bundle msg="Cached local home (EJBLocalHome). Uses lazy loading to obtain its value (loaded by
331      * getLocalHome() methods)."
332      */

333     public final static String JavaDoc UTIL_CACHED_LOCAL = "UTIL_CACHED_LOCAL";
334
335     /**
336      * @msg.bundle msg="Local homes shouldn''t be narrowed, as there is no RMI involved."
337      */

338     public final static String JavaDoc UTIL_LOCALHOME_NOT_NARROWED = "UTIL_LOCALHOME_NOT_NARROWED";
339
340     /**
341      * @msg.bundle msg="Obtain local home interface from default initial context"
342      */

343     public final static String JavaDoc UTIL_OBTAIN_LOCALHOME_DEF_IC = "UTIL_OBTAIN_LOCALHOME_DEF_IC";
344
345     /**
346      * @msg.bundle msg="Obtain remote home interface from parameterised initial context"
347      */

348     public final static String JavaDoc UTIL_OBTAIN_HOME_PARAM_IC = "UTIL_OBTAIN_HOME_PARAM_IC";
349
350     /**
351      * @msg.bundle msg="Obtain destination queue from parameterised initial context"
352      */

353     public final static String JavaDoc UTIL_OBTAIN_QUEUE_PARAM_IC = "UTIL_OBTAIN_QUEUE_PARAM_IC";
354
355     /**
356      * @msg.bundle msg="Obtain destination queue from default initial context"
357      */

358     public final static String JavaDoc UTIL_OBTAIN_QUEUE_DEF_IC = "UTIL_OBTAIN_QUEUE_DEF_IC";
359
360     /**
361      * @msg.bundle msg="Obtain destination topic from parameterised initial co ntext"
362      */

363     public final static String JavaDoc UTIL_OBTAIN_TOPIC_PARAM_IC = "UTIL_OBTAIN_TOPIC_PARAM_IC";
364
365     /**
366      * @msg.bundle msg="Obtain destination topic from default initial context"
367      */

368     public final static String JavaDoc UTIL_OBTAIN_TOPIC_DEF_IC = "UTIL_OBTAIN_TOPIC_DEF_IC";
369
370     /**
371      * @msg.bundle msg="Obtain connection factory from parameterised initial context"
372      */

373     public final static String JavaDoc UTIL_OBTAIN_CONNECTION_FACTORY_PARAM_IC = "UTIL_OBTAIN_CONNECTION_FACTORY_PARAM_IC";
374
375     /**
376      * @msg.bundle msg="Obtain connection factory from default initial context"
377      */

378     public final static String JavaDoc UTIL_OBTAIN_CONNECTION_FACTORY_DEF_IC = "UTIL_OBTAIN_CONNECTION_FACTORY_DEF_IC";
379
380     /**
381      * @msg.bundle msg="Obtain remote home interface from default initial context"
382      */

383     public final static String JavaDoc UTIL_OBTAIN_HOME_DEF_IC = "UTIL_OBTAIN_HOME_DEF_IC";
384
385     /**
386      * @msg.bundle msg="Parameters to use for creating initial context"
387      */

388     public final static String JavaDoc UTIL_IC_PARAMETERS = "UTIL_IC_PARAMETERS";
389
390     /**
391      * @msg.bundle msg="Home interface lookup methods"
392      */

393     public final static String JavaDoc UTIL_HOME_LOOKUPS = "UTIL_HOME_LOOKUPS";
394
395     /**
396      * @msg.bundle msg="Obtain initial context"
397      */

398     public final static String JavaDoc UTIL_OBTAIN_IC = "UTIL_OBTAIN_IC";
399
400     /**
401      * @msg.bundle msg="A 32 byte GUID generator (Globally Unique ID). These artificial keys SHOULD <strong>NOT
402      * </strong> be seen by the user,"
403      */

404     public final static String JavaDoc UTIL_GUID_1 = "UTIL_GUID_1";
405
406     /**
407      * @msg.bundle msg="not even touched by the DBA but with very rare exceptions, just manipulated by the database
408      * and the programs."
409      */

410     public final static String JavaDoc UTIL_GUID_2 = "UTIL_GUID_2";
411
412     /**
413      * @msg.bundle msg="Usage: Add an id field (type java.lang.String) to your EJB, and add
414      * setId(XXXUtil.generateGUID(this)); to the ejbCreate method."
415      */

416     public final static String JavaDoc UTIL_GUID_USAGE = "UTIL_GUID_USAGE";
417
418     /**
419      * @msg.bundle msg="Cached per JVM server IP."
420      */

421     public final static String JavaDoc UTIL_GUID_IP = "UTIL_GUID_IP";
422
423     /**
424      * @msg.bundle msg="initialise the secure random instance"
425      */

426     public final static String JavaDoc UTIL_GUID_SECURERANDOM = "UTIL_GUID_SECURERANDOM";
427
428     /**
429      * @msg.bundle msg="get the inet address"
430      */

431     public final static String JavaDoc UTIL_GUID_LOCALINETADDRESS = "UTIL_GUID_LOCALINETADDRESS";
432
433     /**
434      * @msg.bundle msg="Could not get the local IP address using InetAddress.getLocalHost()!"
435      */

436     public final static String JavaDoc UTIL_GUID_UNKNOWNHOST = "UTIL_GUID_UNKNOWNHOST";
437
438     /**
439      * @msg.bundle msg="getComponentInterface can only take type=remote|local - received type={0}"
440      */

441     public final static String JavaDoc INTERFACE_INVALID_TYPE = "INTERFACE_INVALID_TYPE";
442
443     /**
444      * @msg.bundle msg="Error in template file. {0} must contain the interface parameter. Allowed values are remote
445      * (default) or local."
446      */

447     public final static String JavaDoc TAG_MISSING_INTERFACE_PARAMETER = "TAG_MISSING_INTERFACE_PARAMETER";
448
449     /**
450      * @msg.bundle msg="The interface ''{0}'' not found!"
451      */

452     public final static String JavaDoc INTERFACE_NOT_FOUND = "INTERFACE_NOT_FOUND";
453
454     /**
455      * @msg.bundle msg="The bean implementation class for interface ''{0}'' not found!"
456      */

457     public final static String JavaDoc INTERFACE_IMPL_NOT_FOUND = "INTERFACE_IMPL_NOT_FOUND";
458
459     /**
460      * @msg.bundle msg="''pattern'' parameter does not have a '''{0'}'' in it. '''{0'}'' is replaced by EJB name of
461      * the class under processing."
462      */

463     public final static String JavaDoc PATTERN_HAS_NO_PLACEHOLDER = "PATTERN_HAS_NO_PLACEHOLDER";
464
465     /**
466      * @msg.bundle msg="Could not load the bean implementation class for interface ''{0}''! Make sure it's available
467      * for ejbdoclet."
468      */

469     public final static String JavaDoc INTERFACE_IMPL_COULDNT_LOAD = "INTERFACE_IMPL_COULDNT_LOAD";
470
471     /**
472      * @msg.bundle msg="The data-object class for interface ''{0}'' not known!"
473      */

474     public final static String JavaDoc INTERFACE_DATAOBJECT_NOT_KNOWN = "INTERFACE_DATAOBJECT_NOT_KNOWN";
475
476     /**
477      * @msg.bundle msg="No such EJB defined: {0}"
478      */

479     public final static String JavaDoc NOT_DEFINED = "NOT_DEFINED";
480
481     /**
482      * @msg.bundle msg="Class ''{0}'' should be defined abstract if you want the ''{1}'' sub-task to generate the
483      * subclass properly."
484      */

485     public final static String JavaDoc CLASS_NOT_ABSTRACT = "CLASS_NOT_ABSTRACT";
486
487     /**
488      * @msg.bundle msg="{0} can only take type=remote|local - received type={1}"
489      */

490     public final static String JavaDoc METHOD_ONLY_TAKES_REMOTE_OR_LOCAL = "METHOD_ONLY_TAKES_REMOTE_OR_LOCAL";
491
492     /**
493      * @msg.bundle msg="You asked the bean class for a NULL interface name"
494      */

495     public final static String JavaDoc ASK_FOR_BEAN_FROM_NULL_INTERFACE = "ASK_FOR_BEAN_FROM_NULL_INTERFACE";
496
497     /**
498      * @msg.bundle msg="Data class not found"
499      */

500     public final static String JavaDoc DATACLASS_NOT_FOUND = "DATACLASS_NOT_FOUND";
501
502     /**
503      * @msg.bundle msg="Generated ejbPostCreate for corresponding ejbCreate method."
504      */

505     public final static String JavaDoc GENERATED_EJBPOSTCREATE = "GENERATED_EJBPOSTCREATE";
506
507     /**
508      * @msg.bundle msg="The Bean class is needed but not found in Xdoclet source path for interface {0}"
509      */

510     public final static String JavaDoc BEAN_CLASS_NOT_FOUND_FOR_INTERFACE = "BEAN_CLASS_NOT_FOUND_FOR_INTERFACE";
511
512     /**
513      * @msg.bundle msg="The current method is not a create method: {0}"
514      */

515     public final static String JavaDoc CURRENT_METHOD_NOT_CREATE = "CURRENT_METHOD_NOT_CREATE";
516
517     /**
518      * @msg.bundle msg="XDoclet classpath missing J2EE classes"
519      */

520     public final static String JavaDoc MISSING_J2EE_CLASSES = "MISSING_J2EE_CLASSES";
521 }
522
Popular Tags