-
Notifications
You must be signed in to change notification settings - Fork 7
/
annotations,-xml-and-defaults.html
750 lines (719 loc) · 20.8 KB
/
annotations,-xml-and-defaults.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Annotations, XML and Defaults</title>
<meta name="description" content="Apache TomEE">
<meta name="author" content="Apache TomEE">
<meta name="google-translate-customization" content="f36a520c08f4c9-0a04e86a9c075ce9-g265f3196f697cf8f-10">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta http-equiv="Cache-Control" content="no-store, no-cache, must-revalidate, max-age=0">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<link href="./resources/css/bootstrap.css" rel="stylesheet">
<link href="./resources/css/prettify.css" rel="stylesheet">
<!--link href="./resources/css/bootstrap-mods.css" rel="stylesheet"-->
<link href="./resources/css/main.css" rel="stylesheet">
<link href="./resources/font-awesome-4.6.3/css/font-awesome.min.css" rel="stylesheet">
<script type="text/javascript">
var t = encodeURIComponent(document.title.replace(/^\s+|\s+$/g,""));
var u = encodeURIComponent(""+document.URL);
function fbshare () {
window.open(
"http://www.facebook.com/sharer/sharer.php?u="+u,
'Share on Facebook',
'width=640,height=426');
};
function gpshare () {
window.open(
"https://plus.google.com/share?url="+u,
'Share on Google+',
'width=584,height=385');
};
function twshare () {
window.open(
"https://twitter.com/intent/tweet?url="+u+"&text="+t,
'Share on Twitter',
'width=800,height=526');
};
function pinshare () {
window.open("//www.pinterest.com/pin/create/button/?url="+u+"&media=http%3A%2F%2Ftomee.apache.org%2Fresources%2Fimages%2Ffeather-logo.png&description="+t,
'Share on Pinterest',
'width=800,height=526');
};
</script>
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="./favicon.ico">
<link rel="apple-touch-icon" href="./resources/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="./resources/images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="./resources/images/apple-touch-icon-114x114.png">
<script src="./resources/js/prettify.js" type="text/javascript"></script>
<script src="./resources/js/jquery-latest.js"></script>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
<script src="./resources/js/common.js"></script>
<script src="./resources/js/prettyprint.js"></script>
<!--script src="//assets.pinterest.com/js/pinit.js" type="text/javascript" async></script//-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2717626-1']);
_gaq.push(['_setDomainName', 'apache.org']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="topbar" data-dropdown="dropdown">
<div class="fill">
<div class="container">
<a class="brand" href="./index.html">Apache TomEE</a>
<ul class="nav">
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
Apache
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<!-- <li><a href="./misc/whoweare.html">Who we are?</a></li> -->
<!-- <li><a href="./misc/heritage.html">Heritage</a></li> -->
<li><a href="http://www.apache.org">Apache Home</a></li>
<!-- <li><a href="./misc/resources.html">Resources</a></li> -->
<li><a href="./misc/contact.html">Contact</a></li>
<li><a href="./misc/legal.html">Legal</a></li>
<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
<li class="divider"/>
<li><a href="http://www.apache.org/security">Security</a></li>
</ul>
</li>
<li><a href="./index.html">Home</a></li>
<li><a href="./downloads.html">Downloads</a></li>
<li><a href="./documentation.html">Documentation</a></li>
<li><a href="./examples-trunk/index.html">Examples</a></li>
<li><a href="./support.html">Support</a></li>
<li><a href="./contribute.html">Contribute</a></li>
<li><a href="./security/index.html">Security</a></li>
</ul>
<!-- Google CSE Search Box Begins -->
<FORM class="pull-right" id="searchbox_010475492895890475512:_t4iqjrgx90" action="http://www.google.com/cse">
<INPUT type="hidden" name="cx" value="010475492895890475512:_t4iqjrgx90">
<INPUT type="hidden" name="cof" value="FORID:0">
<INPUT size="18" width="130" style="width:130px" name="q" type="text" placeholder="Search">
</FORM>
<!--<SCRIPT type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_010475492895890475512:_t4iqjrgx90"></SCRIPT>-->
<!-- Google CSE Search Box Ends -->
</div>
</div>
</div>
<div class="container">
<div class="page-header">
<small><a href="./index.html">Home</a></small><br>
<h1>Annotations, XML and Defaults
<div style="float: right; position: relative; bottom: -10px; ">
<a onclick="javascript:gpshare()" class="gp-share sprite" title="Share on Google+">share [gp]</a>
<a onclick="javascript:fbshare()" class="fb-share sprite" title="Share on Facebook">share [fb]</a>
<a onclick="javascript:twshare()" class="tw-share sprite" title="Share on Twitter">share [tw]</a>
<a onclick="javascript:pinshare()" class="pin-share sprite" title="Share on Pinterest">share [pin]</a>
<a data-toggle="modal" href="#edit" class="edit-page" title="Contribute to this Page">contribute</a>
</div>
</h1>
</div>
<div id="PageContent">
<p>The following is a list of all annotations and their attributes, the xml tags that correspond to them (for overriding), and what the default values are when left unspecified.</p>
<div >
<table ><tbody>
<tr>
<th > Annotation </th>
<th > xml element(s) </th>
<th > default value </th>
</tr>
<tr>
<td "> @Stateless </td>
<td "><ul>
<li><session></li>
<li><ejb-class></li>
<li><session-type>Stateless</session-type></li>
</ul>
</td>
<td "> </td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>name</li>
</ul>
</td>
<td "> <ejb-name> </td>
<td "> The simple name of the bean class. For <em>org.acme.superfun.WidgetBean</em> the ejb-name will be <b>WidgetBean</b> </td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>description</li>
</ul>
</td>
<td "> <description> </td>
<td "> </td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>mappedName</li>
</ul>
</td>
<td "> <mapped-name> </td>
<td "> </td>
</tr>
<tr>
<td "> @Stateful </td>
<td "><ul>
<li><session></li>
<li><ejb-class></li>
<li><session-type>Stateful</session-type></li>
</ul>
</td>
<td "> </td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>name</li>
</ul>
</td>
<td "> <ejb-name> </td>
<td "> The simple name of the bean class. For <em>org.acme.superfun.WidgetBean</em> the ejb-name will be <b>WidgetBean</b> </td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>description</li>
</ul>
</td>
<td "> <description> </td>
<td "> </td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>mappedName</li>
</ul>
</td>
<td "> <mapped-name> </td>
<td "> </td>
</tr>
<tr>
<td "> @MessageDriven </td>
<td "><ul>
<li><message-driven></li>
<li><ejb-class></li>
<li><session-type>Stateful</session-type></li>
</ul>
</td>
<td "> </td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>name</li>
</ul>
</td>
<td "> <ejb-name> </td>
<td "> The simple name of the bean class. For <em>org.acme.superfun.WidgetBean</em> the ejb-name will be <b>WidgetBean</b> </td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>description</li>
</ul>
</td>
<td "> <description> </td>
<td "> </td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>mappedName</li>
</ul>
</td>
<td "> <mapped-name> </td>
<td "> </td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>messageListenerInterface</li>
</ul>
</td>
<td "> <messaging-type> </td>
<td "> The interface the bean class implements. When relying upon the default is illegal for the bean to implement more than one interface </td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>activationConfig[]</li>
</ul>
</td>
<td "> <activation-config> </td>
<td "> </td>
</tr>
<tr>
<td "> @ActivationConfigProperty </td>
<td "> <activation-config-property> </td>
<td "> </td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>propertyName</li>
</ul>
</td>
<td "> <activation-config-property-name> </td>
<td "> </td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>propertyValue</li>
</ul>
</td>
<td "> <activation-config-property-value> </td>
<td "> </td>
</tr>
<tr>
<td "> @RemoteHome </td>
<td "><ul>
<li><home></li>
<li><remote></li>
</ul>
</td>
<td "> The home is inspected to determine the value of <remote></td>
</tr>
<tr>
<td "> @LocalHome </td>
<td "><ul>
<li><local-home></li>
<li><local></li>
</ul>
</td>
<td "> The local-home is inspected to determine the value of <local> </td>
</tr>
<tr>
<td "> @TransactionManagement </td>
<td "> <transaction-type> </td>
<td "> TransactionManagementType.CONTAINER (xml value "Container") </td>
</tr>
<tr>
<td "> @TransactionAttribute </td>
<td "><ul>
<li><container-transaction></li>
<li><transaction-attribute></li>
</ul>
</td>
<td "> All method default to TransactionAttributeType.REQUIRED (xml value "Required") </td>
</tr>
<tr>
<td "> @RolesAllowed </td>
<td "><ul>
<li><method-permission></li>
<li><role-name></li>
</ul>
</td>
<td "> </td>
</tr>
<tr>
<td "> @PermitAll </td>
<td "><ul>
<li><method-permission></li>
<li><unchecked></li>
</ul>
</td>
<td "> All methods default to unchecked </td>
</tr>
<tr>
<td "> @DenyAll </td>
<td "> <exclude-list> </td>
<td "> </td>
</tr>
<tr>
<td "> @RunAs </td>
<td "><ul>
<li><security-identity></li>
<li><run-as></li>
<li><role-name></li>
</ul>
</td>
<td "> </td>
</tr>
<tr>
<td "> @DeclareRoles </td>
<td "> <security-role-ref> </td>
<td "> </td>
</tr>
<tr>
<td "> @Interceptors </td>
<td "><ul>
<li><interceptor></li>
<li><interceptor-binding></li>
<li><interceptor-class></li>
</ul>
</td>
<td "> </td>
</tr>
<tr>
<td "> @ExcludeDefaultInterceptors </td>
<td "><ul>
<li><interceptor-binding></li>
<li><exclude-default-interceptors></li>
</ul>
</td>
<td "> </td>
</tr>
<tr>
<td "> @ExcludeClassInterceptors </td>
<td "><ul>
<li><interceptor-binding></li>
<li><exclude-class-interceptors></li>
</ul>
</td>
<td "> </td>
</tr>
<tr>
<td "> @AroundInvoke </td>
<td "> <around-invoke> </td>
<td "> </td>
</tr>
<tr>
<td "> @PostConstruct </td>
<td "> <post-construct> </td>
<td "> </td>
</tr>
<tr>
<td "> @PreDestroy </td>
<td "> <pre-destroy> </td>
<td "> </td>
</tr>
<tr>
<td "> @PrePassivate </td>
<td "> <pre-passivate> </td>
<td "> </td>
</tr>
<tr>
<td "> @PostActivate </td>
<td "> <post-activate> </td>
<td "> </td>
</tr>
<tr>
<td "> @Init </td>
<td "> <init-method> </td>
<td "> </td>
</tr>
<tr>
<td "> @Remove </td>
<td "> <remove-method> </td>
<td "> </td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>retainIfException</li>
</ul>
</td>
<td "> <retain-if-exception> </td>
<td "> false </td>
</tr>
<tr>
<td "> @Timeout </td>
<td "> <timeout-method> </td>
<td "> </td>
</tr>
<tr>
<td "> @ApplicationException </td>
<td "><ul>
<li><application-exception></li>
<li><exception-class></li>
</ul>
</td>
<td "> </td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>rollback</li>
</ul>
</td>
<td "> <rollback> </td>
<td "> false </td>
</tr>
<tr>
<td "> @EJB </td>
<td "><ul>
<li><ejb-ref></li>
<li><ejb-local-ref></li>
<li><injection-target></li>
</ul>
</td>
<td "> </td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>name</li>
</ul>
</td>
<td "><ul>
<li><ejb-ref-name></li>
</ul>
</td>
<td "><ul>
<li>on class: illegal to leave undefined</li>
<li>on field: {className}/{fieldName} as in <b>org.superbiz.Widget/myEjb</b></li>
<li>on setter: {className}/{propertyName} as in setMyEjb() defaults to <b>org.superbiz.Widget/myEjb</b></li>
</ul>
</td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>beanInterface</li>
</ul>
</td>
<td "><ul>
<li><home></li>
<li><local-home></li>
<li><remote></li>
<li><local></li>
</ul>
</td>
<td "><ul>
<li>on class: illegal to leave undefined</li>
<li>on field: the data type of the field</li>
<li>on setter: the data type of the first method param</li>
</ul>
</td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>beanName</li>
</ul>
</td>
<td "> <ejb-link> </td>
<td "> </td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>description</li>
</ul>
</td>
<td "> <description> </td>
<td "> </td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>mappedName</li>
</ul>
</td>
<td "> <mapped-name> </td>
<td "> </td>
</tr>
<tr>
<td "> @Resource </td>
<td "><ul>
<li><env-entry></li>
<li><resource-ref></li>
<li><resource-env-ref></li>
<li><injection-target></li>
</ul>
</td>
<td "> </td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>name</li>
</ul>
</td>
<td "><ul>
<li><env-entry-name></li>
<li><res-ref-name></li>
<li><resource-env-ref-name></li>
</ul>
</td>
<td "><ul>
<li>on class: illegal to leave undefined</li>
<li>on field: {className}/{fieldName} as in <b>org.superbiz.Widget/myDataSource</b></li>
<li>on setter: {className}/{propertyName} as in setMyDataSource() defaults to <b>org.superbiz.Widget/myDataSource</b></li>
</ul>
</td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>type</li>
</ul>
</td>
<td "><ul>
<li><env-entry-type></li>
<li><res-type></li>
<li><resource-env-ref-type></li>
</ul>
</td>
<td "><ul>
<li>on class: illegal to leave undefined</li>
<li>on field: the data type of the field</li>
<li>on setter: the data type of the first method param</li>
</ul>
</td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>description</li>
</ul>
</td>
<td "> <description> </td>
<td "> </td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>mappedName</li>
</ul>
</td>
<td "> <mapped-name> </td>
<td "> </td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>shareable</li>
</ul>
</td>
<td "> <res-sharing-scope> </td>
<td "> true (xml value "Shareable") </td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>authenticationType</li>
</ul>
</td>
<td "> <res-auth> </td>
<td "> AuthenticationType.CONTAINER (xml value "Container") </td>
</tr>
<tr>
<td "> @PersistenceUnit </td>
<td "><ul>
<li><persistence-unit-ref></li>
<li><injection-target></li>
</ul>
</td>
<td "> </td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>name</li>
</ul>
</td>
<td "> <persistence-unit-ref-name> </td>
<td ">on class: illegal to leave undefined
<ul>
<li>on field: {className}/{fieldName} as in <b>org.superbiz.Widget/myUnit</b></li>
<li>on setter: {className}/{propertyName} as in setMyUnit() defaults to <b>org.superbiz.Widget/myUnit</b></li>
</ul>
</td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>unitName</li>
</ul>
</td>
<td "> <persistence-unit-name> </td>
<td "> vendor specific </td>
</tr>
<tr>
<td "> @PersistenceContext </td>
<td "><ul>
<li><persistence-context-ref></li>
<li><injection-target></li>
</ul>
</td>
<td "> </td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>name</li>
</ul>
</td>
<td "> <persistence-context-ref-name> </td>
<td ">on class: illegal to leave undefined
<ul>
<li>on field: {className}/{fieldName} as in <b>org.superbiz.Widget/myContext</b></li>
<li>on setter: {className}/{propertyName} as in setMyContext() defaults to <b>org.superbiz.Widget/myContext</b></li>
</ul>
</td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>unitName</li>
</ul>
</td>
<td "> <persistence-unit-name> </td>
<td "> vendor specific </td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>type</li>
</ul>
</td>
<td "> <persistence-context-type> </td>
<td "> PersistenceContextType.TRANSACTION (xml value "Transaction") </td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>properties[]</li>
</ul>
</td>
<td "> </td>
<td "> </td>
</tr>
<tr>
<td "> @PersistenceProperty </td>
<td "> <persistence-property> </td>
<td "> </td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>name</li>
</ul>
</td>
<td "> <name> </td>
<td "> </td>
</tr>
<tr>
<td "><ul type="square" class="alternate">
<li>value</li>
</ul>
</td>
<td "> <value> </td>
<td "> </td>
</tr>
</tbody></table>
</div>
</div>
<div id="edit" class="modal hide fade in" style="display: none; ">
<div class="modal-header">
<a class="close" data-dismiss="modal">x</a>
<h3>Thank you for contributing to the documentation!</h3>
</div>
<div class="modal-body">
<h4>Any help with the documentation is greatly appreciated.</h4>
<p>All edits are reviewed before going live, so feel free to do much more than fix typos or links. If you see a page that could benefit from an entire rewrite, we'd be thrilled to review it. Don't be surprised if we like it so much we ask you for help with other pages :)</p>
<small>NOTICE: unless indicated otherwise on the pages in question, all editable content available from apache.org is presumed to be licensed under the Apache License (AL) version 2.0 and hence all submissions to apache.org treated as formal Contributions under the license terms.</small>
<!--[if gt IE 6]>
<h4>Internet Explorer Users</h4>
<p>If you are not an Apache committer, click the Yes link and enter a <i>anonymous</i> for the username and leave the password empty</p>
<![endif]-->
</div>
<div class="modal-footer">
Do you have an Apache ID?
<a href="javascript:void(location.href='https://cms.apache.org/redirect?uri='+escape(location.href))" class="btn">Yes</a>
<a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
</div>
</div>
<script src="./resources/js/bootstrap-modal.js"></script>
<footer>
<p>Copyright © 1999-2016 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
Apache TomEE, TomEE, Apache, the Apache feather logo, and the Apache TomEE project logo are trademarks of The Apache Software Foundation.
All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
</footer>
</div> <!-- /container -->
<!-- Javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="./resources/js/bootstrap-dropdown.js"></script>
</body>
</html>