This repository was archived by the owner on Nov 15, 2022. It is now read-only.
Commit a5dc423
Fixes 22122: Updated AppClientScanner to scan annotations even for POJOs (#22127)
* Updated AppClientScanner to scan annotations even in case when there are no ManagedBean
* Modifying the devtest to not bundle ejb classes in appclient jar file. This is required as ejb classes contains annotations and they are processed at the time of deployment which results in deployment failure1 parent 2e4bc8d commit a5dc423
3 files changed
Lines changed: 2 additions & 8 deletions
File tree
- appserver
- deployment/dol/src/main/java/com/sun/enterprise/deployment/annotation/impl
- tests/appserv-tests/devtests/jms/annotation/MDB1
- ejb
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
| |||
120 | 119 | | |
121 | 120 | | |
122 | 121 | | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | 122 | | |
128 | 123 | | |
129 | 124 | | |
| |||
143 | 138 | | |
144 | 139 | | |
145 | 140 | | |
146 | | - | |
147 | 141 | | |
148 | 142 | | |
149 | 143 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments