glassfish 0.1.1-universal-java-1.5
Sign up to get free protection for your applications and to get access to all the features.
- data/COPYRIGHT +33 -0
- data/LICENSE.txt +263 -0
- data/README +12 -0
- data/bin/asadmin +7 -0
- data/bin/asadmin.bat +8 -0
- data/bin/glassfish_rails +40 -0
- data/config/asadminenv.conf +6 -0
- data/config/asenv.bat +28 -0
- data/config/asenv.conf +27 -0
- data/config/glassfish.container +4 -0
- data/domains/domain1/config/admin-keyfile +3 -0
- data/domains/domain1/config/cacerts.jks +0 -0
- data/domains/domain1/config/default-web.xml +906 -0
- data/domains/domain1/config/domain-passwords +0 -0
- data/domains/domain1/config/domain.xml +208 -0
- data/domains/domain1/config/keyfile +6 -0
- data/domains/domain1/config/keystore.jks +0 -0
- data/domains/domain1/config/logging.properties +82 -0
- data/domains/domain1/config/login.conf +18 -0
- data/domains/domain1/config/server.policy +160 -0
- data/domains/domain1/config/sun-acc.xml +40 -0
- data/domains/domain1/config/wss-server-config-1.0.xml +86 -0
- data/domains/domain1/config/wss-server-config-2.0.xml +94 -0
- data/domains/domain1/docroot/favicon.gif +0 -0
- data/domains/domain1/docroot/index.html +87 -0
- data/domains/domain1/master-password +0 -0
- data/lib/appclient/appclientlogin.conf +10 -0
- data/lib/appclient/client.policy +79 -0
- data/lib/appclient/wss-client-config-1.0.xml +84 -0
- data/lib/appclient/wss-client-config-2.0.xml +96 -0
- data/lib/dtds/application-client_1_2.dtd +292 -0
- data/lib/dtds/application-client_1_3.dtd +506 -0
- data/lib/dtds/application_1_2.dtd +197 -0
- data/lib/dtds/application_1_3.dtd +312 -0
- data/lib/dtds/connector_1_0.dtd +561 -0
- data/lib/dtds/ejb-jar_1_1.dtd +894 -0
- data/lib/dtds/ejb-jar_2_0.dtd +1671 -0
- data/lib/dtds/sun-application-client-container_1_0.dtd +123 -0
- data/lib/dtds/sun-application-client-container_1_1.dtd +264 -0
- data/lib/dtds/sun-application-client-container_1_2.dtd +267 -0
- data/lib/dtds/sun-application-client_1_3-0.dtd +57 -0
- data/lib/dtds/sun-application-client_1_4-0.dtd +182 -0
- data/lib/dtds/sun-application-client_1_4-1.dtd +431 -0
- data/lib/dtds/sun-application-client_5_0-0.dtd +495 -0
- data/lib/dtds/sun-application_1_3-0.dtd +30 -0
- data/lib/dtds/sun-application_1_4-0.dtd +44 -0
- data/lib/dtds/sun-application_5_0-0.dtd +51 -0
- data/lib/dtds/sun-cmp-mapping_1_0.dtd +100 -0
- data/lib/dtds/sun-cmp-mapping_1_1.dtd +99 -0
- data/lib/dtds/sun-cmp-mapping_1_2.dtd +106 -0
- data/lib/dtds/sun-connector_1_0-0.dtd +66 -0
- data/lib/dtds/sun-connector_1_5-0.dtd +62 -0
- data/lib/dtds/sun-domain_1_0.dtd +2007 -0
- data/lib/dtds/sun-domain_1_1.dtd +3080 -0
- data/lib/dtds/sun-domain_1_2.dtd +3697 -0
- data/lib/dtds/sun-domain_1_3.dtd +3867 -0
- data/lib/dtds/sun-ejb-jar_2_0-0.dtd +449 -0
- data/lib/dtds/sun-ejb-jar_2_0-1.dtd +454 -0
- data/lib/dtds/sun-ejb-jar_2_1-0.dtd +756 -0
- data/lib/dtds/sun-ejb-jar_2_1-1.dtd +1085 -0
- data/lib/dtds/sun-ejb-jar_3_0-0.dtd +1113 -0
- data/lib/dtds/sun-loadbalancer_1_0.dtd +156 -0
- data/lib/dtds/sun-loadbalancer_1_1.dtd +172 -0
- data/lib/dtds/sun-resources_1_0.dtd +650 -0
- data/lib/dtds/sun-resources_1_1.dtd +650 -0
- data/lib/dtds/sun-resources_1_2.dtd +662 -0
- data/lib/dtds/sun-resources_1_3.dtd +732 -0
- data/lib/dtds/sun-server_1_0.dtd +1056 -0
- data/lib/dtds/sun-web-app_2_3-0.dtd +230 -0
- data/lib/dtds/sun-web-app_2_3-1.dtd +230 -0
- data/lib/dtds/sun-web-app_2_4-0.dtd +466 -0
- data/lib/dtds/sun-web-app_2_4-1.dtd +742 -0
- data/lib/dtds/sun-web-app_2_5-0.dtd +789 -0
- data/lib/dtds/web-app_2_2.dtd +639 -0
- data/lib/dtds/web-app_2_3.dtd +1063 -0
- data/lib/dtds/web-jsptaglibrary_1_1.dtd +265 -0
- data/lib/dtds/web-jsptaglibrary_1_2.dtd +468 -0
- data/lib/package-appclient.xml +185 -0
- data/lib/processLauncher.properties +25 -0
- data/lib/processLauncher.xml +189 -0
- data/lib/schemas/XMLSchema.dtd +402 -0
- data/lib/schemas/application-client_1_4.xsd +267 -0
- data/lib/schemas/application-client_5.xsd +304 -0
- data/lib/schemas/application_1_4.xsd +315 -0
- data/lib/schemas/application_5.xsd +336 -0
- data/lib/schemas/connector_1_5.xsd +1036 -0
- data/lib/schemas/datatypes.dtd +203 -0
- data/lib/schemas/ejb-jar_2_1.xsd +2208 -0
- data/lib/schemas/ejb-jar_3_0.xsd +2706 -0
- data/lib/schemas/j2ee_1_4.xsd +1608 -0
- data/lib/schemas/j2ee_jaxrpc_mapping_1_1.xsd +886 -0
- data/lib/schemas/j2ee_web_services_1_1.xsd +491 -0
- data/lib/schemas/j2ee_web_services_client_1_1.xsd +345 -0
- data/lib/schemas/javaee_5.xsd +2096 -0
- data/lib/schemas/javaee_web_services_1_2.xsd +747 -0
- data/lib/schemas/javaee_web_services_client_1_2.xsd +578 -0
- data/lib/schemas/jax-rpc-ri-config.xsd +416 -0
- data/lib/schemas/jsp_2_0.xsd +308 -0
- data/lib/schemas/jsp_2_1.xsd +343 -0
- data/lib/schemas/orm_1_0.xsd +1516 -0
- data/lib/schemas/persistence_1_0.xsd +260 -0
- data/lib/schemas/web-app_2_4.xsd +1234 -0
- data/lib/schemas/web-app_2_5.xsd +1271 -0
- data/lib/schemas/web-jsptaglibrary_2_0.xsd +1010 -0
- data/lib/schemas/web-jsptaglibrary_2_1.xsd +1144 -0
- data/lib/schemas/xml.xsd +82 -0
- data/modules/admin-cli-10.0-SNAPSHOT.jar +0 -0
- data/modules/auto-depends-0.2-SNAPSHOT.jar +0 -0
- data/modules/cli-framework-10.0-SNAPSHOT.jar +0 -0
- data/modules/common-ee-util-10.0-SNAPSHOT.jar +0 -0
- data/modules/common-util-10.0-SNAPSHOT.jar +0 -0
- data/modules/config-0.2-SNAPSHOT.jar +0 -0
- data/modules/config-api-10.0-SNAPSHOT.jar +0 -0
- data/modules/gf-jruby-connector-10.0-SNAPSHOT.jar +0 -0
- data/modules/glassfish-10.0-SNAPSHOT.jar +0 -0
- data/modules/glassfish-api-10.0-SNAPSHOT.jar +0 -0
- data/modules/glassfish.rb +10 -0
- data/modules/grizzly-framework-1.7.1.jar +0 -0
- data/modules/grizzly-http-1.7.1.jar +0 -0
- data/modules/grizzly-http-utils-1.7.1.jar +0 -0
- data/modules/grizzly-jruby-1.7.0.jar +0 -0
- data/modules/grizzly-jruby-module-1.7.0.jar +0 -0
- data/modules/grizzly-module-1.7.1.jar +0 -0
- data/modules/grizzly-portunif-1.7.1.jar +0 -0
- data/modules/grizzly-rcm-1.7.1.jar +0 -0
- data/modules/hk2-0.2-SNAPSHOT.jar +0 -0
- data/modules/hk2-core-0.2-SNAPSHOT.jar +0 -0
- data/modules/junit-4.3.1.jar +0 -0
- data/modules/kernel-10.0-SNAPSHOT.jar +0 -0
- data/modules/persistence-api-1.0b.jar +0 -0
- data/modules/servlet-api-2.5.jar +0 -0
- data/modules/sjsxp-1.0.jar +0 -0
- data/modules/stax-api-1.0-2.jar +0 -0
- data/modules/tiger-types-1.0.jar +0 -0
- metadata +206 -0
@@ -0,0 +1,756 @@
|
|
1
|
+
<!--
|
2
|
+
XML DTD for Sun Application Server specific EJB jar module
|
3
|
+
deployment descriptor. This is a companion DTD for ejb-jar_2_1.xsd
|
4
|
+
|
5
|
+
Copyright (c) 2004 by Sun Microsystems, Inc. All Rights Reserved.
|
6
|
+
|
7
|
+
$Revision: 1.1.1.1 $
|
8
|
+
-->
|
9
|
+
|
10
|
+
<!--
|
11
|
+
This is the root element of the ejb module descriptor document.
|
12
|
+
-->
|
13
|
+
<!ELEMENT sun-ejb-jar (security-role-mapping*, enterprise-beans) >
|
14
|
+
|
15
|
+
<!--
|
16
|
+
System unique object id. Automatically generated and updated at deployment/redeployment
|
17
|
+
-->
|
18
|
+
<!ELEMENT unique-id (#PCDATA)>
|
19
|
+
|
20
|
+
<!--
|
21
|
+
This is the root element describing all the runtime of an ejb-jar in the application.
|
22
|
+
-->
|
23
|
+
<!ELEMENT enterprise-beans (name?, unique-id?, ejb*, pm-descriptors?, cmp-resource?,
|
24
|
+
message-destination*, webservice-description*)>
|
25
|
+
|
26
|
+
<!--
|
27
|
+
This is the element describing runtime bindings for a single ejb.
|
28
|
+
|
29
|
+
Properties applicable to all types of beans:
|
30
|
+
ejb-name, ejb-ref*, jndi-name, resource-ref*, resource-env-ref*, pass-by-reference?,
|
31
|
+
ior-security-config?, gen-classes?, service-ref*
|
32
|
+
|
33
|
+
Additional properties applicable to a stateless session bean:
|
34
|
+
bean-pool, webservice-endpoint
|
35
|
+
|
36
|
+
Additional properties applicable to a stateful session bean:
|
37
|
+
bean-cache, webservice-endpoint
|
38
|
+
|
39
|
+
Additional properties applicable to an entity bean:
|
40
|
+
is-read-only-bean?, refresh-period-in-seconds?, cmp?, commit-option?, bean-cache?, bean-pool?
|
41
|
+
|
42
|
+
Additional properties applicable to a message-driven bean:
|
43
|
+
mdb-resource-adapter?, mdb-connection-factory?, jms-durable-subscription-name?,
|
44
|
+
jms-max-messages-load?, bean-pool?
|
45
|
+
( In case of MDB, jndi-name is the jndi name of the associated jms destination )
|
46
|
+
-->
|
47
|
+
|
48
|
+
<!ELEMENT ejb (ejb-name, jndi-name?, ejb-ref*, resource-ref*, resource-env-ref*, service-ref*, pass-by-reference?,
|
49
|
+
cmp?, principal?, mdb-connection-factory?, jms-durable-subscription-name?,
|
50
|
+
jms-max-messages-load?, ior-security-config?, is-read-only-bean?,
|
51
|
+
refresh-period-in-seconds?, commit-option?, cmt-timeout-in-seconds?, use-thread-pool-id?, gen-classes?,
|
52
|
+
bean-pool?, bean-cache?, mdb-resource-adapter?, webservice-endpoint*)>
|
53
|
+
<!--
|
54
|
+
The text in this element matches the ejb-name of the ejb to which it refers in ejb-jar.xml.
|
55
|
+
-->
|
56
|
+
<!ELEMENT ejb-name (#PCDATA)>
|
57
|
+
|
58
|
+
<!--
|
59
|
+
The text in this element is a true/false flag for read only beans.
|
60
|
+
-->
|
61
|
+
<!ELEMENT is-read-only-bean (#PCDATA)>
|
62
|
+
|
63
|
+
<!--
|
64
|
+
This is the root element which binds an ejb reference to a jndi name.
|
65
|
+
-->
|
66
|
+
<!ELEMENT ejb-ref (ejb-ref-name, jndi-name)>
|
67
|
+
|
68
|
+
<!--
|
69
|
+
The ejb ref name locates the name of the ejb reference in the application.
|
70
|
+
-->
|
71
|
+
<!ELEMENT ejb-ref-name (#PCDATA)>
|
72
|
+
|
73
|
+
<!--
|
74
|
+
This element describes runtime information for a CMP EntityBean object for
|
75
|
+
EJB1.1 and EJB2.0 beans.
|
76
|
+
-->
|
77
|
+
<!ELEMENT cmp (mapping-properties?, is-one-one-cmp?, one-one-finders?)>
|
78
|
+
|
79
|
+
<!--
|
80
|
+
This contains the location of the persistence vendor specific O/R mapping file
|
81
|
+
-->
|
82
|
+
<!ELEMENT mapping-properties (#PCDATA)>
|
83
|
+
|
84
|
+
<!--
|
85
|
+
This element in deprecated. It has been left in the DTD for validation purposes.
|
86
|
+
Any value will be ignored by the runtime.
|
87
|
+
-->
|
88
|
+
<!ELEMENT is-one-one-cmp (#PCDATA)>
|
89
|
+
|
90
|
+
<!--
|
91
|
+
This root element contains the finders for CMP 1.1.
|
92
|
+
-->
|
93
|
+
<!ELEMENT one-one-finders (finder+ )>
|
94
|
+
|
95
|
+
<!--
|
96
|
+
This root element contains the finder for CMP 1.1 with a method-name and query parameters
|
97
|
+
-->
|
98
|
+
<!ELEMENT finder (method-name, query-params?, query-filter?, query-variables?, query-ordering?)>
|
99
|
+
|
100
|
+
<!--
|
101
|
+
This contains the method name for the query field
|
102
|
+
-->
|
103
|
+
<!ELEMENT method-name (#PCDATA)>
|
104
|
+
|
105
|
+
<!--
|
106
|
+
This contains the query parameters for CMP 1.1 finder
|
107
|
+
-->
|
108
|
+
<!ELEMENT query-params (#PCDATA)>
|
109
|
+
|
110
|
+
<!--
|
111
|
+
This optional element contains the query filter for CMP 1.1 finder
|
112
|
+
-->
|
113
|
+
<!ELEMENT query-filter (#PCDATA)>
|
114
|
+
|
115
|
+
<!--
|
116
|
+
This optional element contains variables in query expression for CMP 1.1 finder
|
117
|
+
-->
|
118
|
+
<!ELEMENT query-variables (#PCDATA)>
|
119
|
+
|
120
|
+
<!--
|
121
|
+
This optional element contains the ordering specification for CMP 1.1 finder.
|
122
|
+
-->
|
123
|
+
|
124
|
+
<!ELEMENT query-ordering (#PCDATA)>
|
125
|
+
|
126
|
+
<!--
|
127
|
+
This element identifies the database and the policy for processing CMP beans
|
128
|
+
storage. The jndi-name element identifies either the persistence-manager-
|
129
|
+
factory-resource or the jdbc-resource as defined in the server configuration.
|
130
|
+
-->
|
131
|
+
<!ELEMENT cmp-resource (jndi-name, default-resource-principal?, property*,
|
132
|
+
create-tables-at-deploy?, drop-tables-at-undeploy?,
|
133
|
+
database-vendor-name?, schema-generator-properties?)>
|
134
|
+
|
135
|
+
<!--
|
136
|
+
This element contains the override properties for the schema generation
|
137
|
+
from CMP beans in this module.
|
138
|
+
-->
|
139
|
+
<!ELEMENT schema-generator-properties (property*) >
|
140
|
+
|
141
|
+
<!--
|
142
|
+
This element specifies whether automatic creation of tables for the CMP beans
|
143
|
+
is done at module deployment. Acceptable values are true or false
|
144
|
+
-->
|
145
|
+
<!ELEMENT create-tables-at-deploy ( #PCDATA )>
|
146
|
+
|
147
|
+
<!--
|
148
|
+
This element specifies whether automatic dropping of tables for the CMP beans
|
149
|
+
is done at module undeployment. Acceptabel values are true of false
|
150
|
+
-->
|
151
|
+
<!ELEMENT drop-tables-at-undeploy ( #PCDATA )>
|
152
|
+
|
153
|
+
<!--
|
154
|
+
This element specifies the database vendor name for ddl files generated at
|
155
|
+
module deployment. Default is SQL92.
|
156
|
+
-->
|
157
|
+
<!ELEMENT database-vendor-name ( #PCDATA )>
|
158
|
+
|
159
|
+
<!--
|
160
|
+
This element specifies the connection factory associated with a message-driven bean.
|
161
|
+
-->
|
162
|
+
<!ELEMENT mdb-connection-factory (jndi-name, default-resource-principal?)>
|
163
|
+
|
164
|
+
<!--
|
165
|
+
This node holds information about a logical message destination
|
166
|
+
-->
|
167
|
+
<!ELEMENT message-destination (message-destination-name, jndi-name)>
|
168
|
+
|
169
|
+
<!--
|
170
|
+
This node holds the name of a logical message destination
|
171
|
+
-->
|
172
|
+
<!ELEMENT message-destination-name (#PCDATA)>
|
173
|
+
|
174
|
+
<!--
|
175
|
+
Specifies the name of a durable subscription associated with a message-driven bean's
|
176
|
+
destination. Required for a Topic destination, if subscription-durability is set to
|
177
|
+
Durable (in ejb-jar.xml)
|
178
|
+
-->
|
179
|
+
<!ELEMENT jms-durable-subscription-name (#PCDATA)>
|
180
|
+
|
181
|
+
<!--
|
182
|
+
A string value specifies the maximum number of messages to load into a JMS session
|
183
|
+
at one time for a message-driven bean to serve. If not specified, the default is 1.
|
184
|
+
-->
|
185
|
+
<!ELEMENT jms-max-messages-load (#PCDATA)>
|
186
|
+
|
187
|
+
<!--
|
188
|
+
This element contains all the generated class names for a bean.
|
189
|
+
-->
|
190
|
+
<!ELEMENT gen-classes ( remote-impl?, local-impl?, remote-home-impl?, local-home-impl? )>
|
191
|
+
|
192
|
+
<!--
|
193
|
+
This contains the fully qualified class name of the generated EJBObject impl class.
|
194
|
+
-->
|
195
|
+
<!ELEMENT remote-impl (#PCDATA)>
|
196
|
+
|
197
|
+
<!--
|
198
|
+
This contains the fully qualified class name of the generated EJBLocalObject impl class.
|
199
|
+
-->
|
200
|
+
<!ELEMENT local-impl (#PCDATA)>
|
201
|
+
|
202
|
+
<!--
|
203
|
+
This contains the fully qualified class name of the generated EJBHome impl class.
|
204
|
+
-->
|
205
|
+
<!ELEMENT remote-home-impl (#PCDATA)>
|
206
|
+
|
207
|
+
<!--
|
208
|
+
This contains the fully qualified class name of the generated EJBLocalHome impl class.
|
209
|
+
-->
|
210
|
+
<!ELEMENT local-home-impl (#PCDATA)>
|
211
|
+
|
212
|
+
<!--
|
213
|
+
This contains the bean cache properties. Used only for entity beans and stateful session beans
|
214
|
+
-->
|
215
|
+
<!ELEMENT bean-cache (max-cache-size?, resize-quantity?, is-cache-overflow-allowed?, cache-idle-timeout-in-seconds?, removal-timeout-in-seconds?, victim-selection-policy?)>
|
216
|
+
|
217
|
+
<!--
|
218
|
+
max-cache-size defines the maximum number of beans in the cache. Should be greater than 1.
|
219
|
+
Default is 512.
|
220
|
+
-->
|
221
|
+
<!ELEMENT max-cache-size (#PCDATA)>
|
222
|
+
|
223
|
+
<!--
|
224
|
+
is-cache-overflow-allowed is a boolean which indicates if the cache size is a hard limit or not.
|
225
|
+
Default is true i.e there is no hard limit. max-cache-size is a hint to the cache implementation.
|
226
|
+
-->
|
227
|
+
<!ELEMENT is-cache-overflow-allowed (#PCDATA)>
|
228
|
+
|
229
|
+
<!--
|
230
|
+
cache-idle-timeout-in-seconds specifies the maximum time that a stateful session bean or
|
231
|
+
entity bean is allowed to be idle in the cache. After this time, the bean is passivated
|
232
|
+
to backup store. This is a hint to server. Default value for cache-idle-timeout-in-seconds
|
233
|
+
is 600 seconds.
|
234
|
+
-->
|
235
|
+
<!ELEMENT cache-idle-timeout-in-seconds (#PCDATA)>
|
236
|
+
|
237
|
+
|
238
|
+
<!--
|
239
|
+
The amount of time that the bean remains passivated (i.e. idle in the backup store) is
|
240
|
+
controlled by removal-timeout-in-seconds parameter. Note that if a bean was not accessed beyond
|
241
|
+
removal-timeout-in-seconds, then it will be removed from the backup store and hence will not
|
242
|
+
be accessible to the client. The Default value for removal-timeout-in-seconds is 60min.
|
243
|
+
-->
|
244
|
+
<!ELEMENT removal-timeout-in-seconds (#PCDATA)>
|
245
|
+
|
246
|
+
<!--
|
247
|
+
victim-selection-policy specifies the algorithm to use to pick victims.
|
248
|
+
Possible values are FIFO | LRU | NRU. Default is NRU, which is actually
|
249
|
+
pseudo-random selection policy.
|
250
|
+
-->
|
251
|
+
<!ELEMENT victim-selection-policy (#PCDATA)>
|
252
|
+
|
253
|
+
<!--
|
254
|
+
bean-pool is a root element containing the bean pool properties. Used
|
255
|
+
for stateless session bean, entity bean, and message-driven bean pools.
|
256
|
+
-->
|
257
|
+
<!ELEMENT bean-pool (steady-pool-size?, resize-quantity?, max-pool-size?, pool-idle-timeout-in-seconds?, max-wait-time-in-millis?)>
|
258
|
+
|
259
|
+
<!--
|
260
|
+
steady-pool-size specified the initial and minimum number of beans that must be maintained in the pool.
|
261
|
+
Valid values are from 0 to MAX_INTEGER.
|
262
|
+
-->
|
263
|
+
<!ELEMENT steady-pool-size (#PCDATA)>
|
264
|
+
|
265
|
+
<!--
|
266
|
+
resize-quantity specifies the number of beans to be created or deleted when the pool
|
267
|
+
or cache is being serviced by the server. Valid values are from 0 to MAX_INTEGER and
|
268
|
+
subject to maximum size limit). Default is 16.
|
269
|
+
-->
|
270
|
+
<!ELEMENT resize-quantity (#PCDATA)>
|
271
|
+
|
272
|
+
<!--
|
273
|
+
max-pool-size speifies the maximum pool size. Valid values are from 0 to MAX_INTEGER.
|
274
|
+
Default is 64.
|
275
|
+
-->
|
276
|
+
<!ELEMENT max-pool-size (#PCDATA)>
|
277
|
+
|
278
|
+
<!--
|
279
|
+
pool-idle-timeout-in-seconds specifies the maximum time that a stateless session bean or
|
280
|
+
message-driven bean is allowed to be idle in the pool. After this time, the bean is
|
281
|
+
passivated to backup store. This is a hint to server. Default value for
|
282
|
+
pool-idle-timeout-in-seconds is 600 seconds.
|
283
|
+
-->
|
284
|
+
<!ELEMENT pool-idle-timeout-in-seconds (#PCDATA)>
|
285
|
+
|
286
|
+
<!--
|
287
|
+
A string field whose valid values are either "B", or "C". Default is "B"
|
288
|
+
-->
|
289
|
+
<!ELEMENT commit-option (#PCDATA)>
|
290
|
+
|
291
|
+
<!--
|
292
|
+
Specifies the timeout for transactions started by the container. This value must be greater than zero, else it will be ignored by the container.
|
293
|
+
-->
|
294
|
+
<!ELEMENT cmt-timeout-in-seconds (#PCDATA)>
|
295
|
+
|
296
|
+
<!--
|
297
|
+
Specifes the thread pool that will be used to process any invocation on this ejb
|
298
|
+
-->
|
299
|
+
<!ELEMENT use-thread-pool-id (#PCDATA)>
|
300
|
+
|
301
|
+
<!--
|
302
|
+
Specifies the maximum time that the caller is willing to wait to get a bean from the pool.
|
303
|
+
Wait time is infinite, if the value specified is 0. Deprecated.
|
304
|
+
-->
|
305
|
+
<!ELEMENT max-wait-time-in-millis (#PCDATA)>
|
306
|
+
|
307
|
+
<!--
|
308
|
+
refresh-period-in-seconds specifies the rate at which the read-only-bean must be refreshed
|
309
|
+
from the data source. 0 (never refreshed) and positive (refreshed at specified intervals).
|
310
|
+
Specified value is a hint to the container. Default is 600 seconds.
|
311
|
+
-->
|
312
|
+
<!ELEMENT refresh-period-in-seconds (#PCDATA)>
|
313
|
+
|
314
|
+
<!--
|
315
|
+
Specifies the jndi name string.
|
316
|
+
-->
|
317
|
+
<!ELEMENT jndi-name (#PCDATA)>
|
318
|
+
|
319
|
+
<!--
|
320
|
+
This text nodes holds a name string.
|
321
|
+
-->
|
322
|
+
<!ELEMENT name (#PCDATA)>
|
323
|
+
|
324
|
+
<!--
|
325
|
+
This element holds password text.
|
326
|
+
-->
|
327
|
+
<!ELEMENT password (#PCDATA)>
|
328
|
+
|
329
|
+
<!--
|
330
|
+
This node describes a username on the platform.
|
331
|
+
-->
|
332
|
+
<!ELEMENT principal (name)>
|
333
|
+
|
334
|
+
<!--
|
335
|
+
security-role-mapping element maps the user principal or group
|
336
|
+
to a different principal on the server.
|
337
|
+
-->
|
338
|
+
<!ELEMENT security-role-mapping (role-name, (principal-name | group-name)+)>
|
339
|
+
|
340
|
+
<!--
|
341
|
+
role-name specifies an accepted role
|
342
|
+
-->
|
343
|
+
<!ELEMENT role-name (#PCDATA)>
|
344
|
+
|
345
|
+
<!--
|
346
|
+
principal-name specifies a valid principal
|
347
|
+
-->
|
348
|
+
<!ELEMENT principal-name (#PCDATA)>
|
349
|
+
|
350
|
+
<!--
|
351
|
+
group-name specifies a valid group name
|
352
|
+
-->
|
353
|
+
<!ELEMENT group-name (#PCDATA)>
|
354
|
+
|
355
|
+
<!--
|
356
|
+
The name of a resource reference.
|
357
|
+
-->
|
358
|
+
<!ELEMENT res-ref-name (#PCDATA)>
|
359
|
+
|
360
|
+
<!--
|
361
|
+
resource-env-ref holds all the runtime bindings of a resource env reference.
|
362
|
+
-->
|
363
|
+
<!ELEMENT resource-env-ref ( resource-env-ref-name, jndi-name )>
|
364
|
+
|
365
|
+
<!--
|
366
|
+
name of a resource env reference.
|
367
|
+
-->
|
368
|
+
<!ELEMENT resource-env-ref-name (#PCDATA)>
|
369
|
+
|
370
|
+
<!--
|
371
|
+
resource-ref node holds all the runtime bindings of a resource reference.
|
372
|
+
-->
|
373
|
+
<!ELEMENT resource-ref (res-ref-name, jndi-name, default-resource-principal?)>
|
374
|
+
|
375
|
+
<!--
|
376
|
+
user name and password to be used when none are specified while accesing a resource
|
377
|
+
-->
|
378
|
+
<!ELEMENT default-resource-principal ( name, password)>
|
379
|
+
|
380
|
+
<!--
|
381
|
+
ior-security-config element describes the security configuration information for the IOR.
|
382
|
+
-->
|
383
|
+
<!ELEMENT ior-security-config ( transport-config? , as-context?, sas-context? )>
|
384
|
+
|
385
|
+
<!--
|
386
|
+
transport-config is the root element for security between the end points
|
387
|
+
-->
|
388
|
+
<!ELEMENT transport-config ( integrity, confidentiality, establish-trust-in-target, establish-trust-in-client )>
|
389
|
+
|
390
|
+
<!--
|
391
|
+
integrity element indicates if the server (target) supports integrity protected messages.
|
392
|
+
The valid values are NONE, SUPPORTED or REQUIRED
|
393
|
+
-->
|
394
|
+
<!ELEMENT integrity ( #PCDATA)>
|
395
|
+
|
396
|
+
<!--
|
397
|
+
confidentiality element indicates if the server (target) supports privacy protected
|
398
|
+
messages. The values are NONE, SUPPORTED or REQUIRED
|
399
|
+
-->
|
400
|
+
<!ELEMENT confidentiality ( #PCDATA)>
|
401
|
+
|
402
|
+
<!--
|
403
|
+
establish-trust-in-target element indicates if the target is capable of authenticating to a client.
|
404
|
+
The values are NONE or SUPPORTED.
|
405
|
+
-->
|
406
|
+
<!ELEMENT establish-trust-in-target ( #PCDATA)>
|
407
|
+
|
408
|
+
<!--
|
409
|
+
establish-trust-in-client element indicates if the target is capable of authenticating a client. The
|
410
|
+
values are NONE, SUPPORTED or REQUIRED.
|
411
|
+
-->
|
412
|
+
<!ELEMENT establish-trust-in-client ( #PCDATA)>
|
413
|
+
|
414
|
+
<!--
|
415
|
+
as-context (CSIv2 authentication service) is the element describing the authentication
|
416
|
+
mechanism that will be used to authenticate the client. If specified it will be the
|
417
|
+
username-password mechanism.
|
418
|
+
-->
|
419
|
+
<!ELEMENT as-context ( auth-method, realm, required )>
|
420
|
+
|
421
|
+
<!--
|
422
|
+
required element specifies if the authentication method specified is required
|
423
|
+
to be used for client authentication. If so the EstablishTrustInClient bit
|
424
|
+
will be set in the target_requires field of the AS_Context. The element value
|
425
|
+
is either true or false.
|
426
|
+
-->
|
427
|
+
<!ELEMENT required ( #PCDATA )>
|
428
|
+
|
429
|
+
<!--
|
430
|
+
auth-method element describes the authentication method. The only supported value
|
431
|
+
is USERNAME_PASSWORD
|
432
|
+
-->
|
433
|
+
<!ELEMENT auth-method ( #PCDATA )>
|
434
|
+
|
435
|
+
<!--
|
436
|
+
realm element describes the realm in which the user is authenticated. Must be
|
437
|
+
a valid realm that is registered in server configuration.
|
438
|
+
-->
|
439
|
+
<!ELEMENT realm ( #PCDATA )>
|
440
|
+
|
441
|
+
<!--
|
442
|
+
sas-context (related to CSIv2 security attribute service) element describes
|
443
|
+
the sas-context fields.
|
444
|
+
-->
|
445
|
+
<!ELEMENT sas-context ( caller-propagation )>
|
446
|
+
|
447
|
+
<!--
|
448
|
+
caller-propagation element indicates if the target will accept propagated caller identities
|
449
|
+
The values are NONE or SUPPORTED.
|
450
|
+
-->
|
451
|
+
<!ELEMENT caller-propagation ( #PCDATA) >
|
452
|
+
|
453
|
+
<!--
|
454
|
+
pass-by-reference elements controls use of Pass by Reference semantics.
|
455
|
+
EJB spec requires pass by value, which will be the default mode of operation.
|
456
|
+
This can be set to true for non-compliant operation and possibly higher
|
457
|
+
performance. For a stand-alone server, this can be used. By setting a similarly
|
458
|
+
named element at sun-application.xml, it can apply to all the enclosed ejb
|
459
|
+
modules. Allowed values are true and false. Default will be false.
|
460
|
+
-->
|
461
|
+
<!ELEMENT pass-by-reference (#PCDATA)>
|
462
|
+
|
463
|
+
<!--
|
464
|
+
PM descriptors contain one or more pm descriptors, but only one of them must
|
465
|
+
be in use at any given time. If not specified, the Sun CMP is used.
|
466
|
+
-->
|
467
|
+
<!ELEMENT pm-descriptors ( pm-descriptor+, pm-inuse)>
|
468
|
+
|
469
|
+
<!--
|
470
|
+
pm-descriptor describes the pluggable vendor implementation for the CMP
|
471
|
+
support of the CMP entity beans in this module.
|
472
|
+
-->
|
473
|
+
<!ELEMENT pm-descriptor ( pm-identifier, pm-version, pm-config?, pm-class-generator, pm-mapping-factory?)>
|
474
|
+
|
475
|
+
<!--
|
476
|
+
pm-identifier element identifies the vendor who provides the CMP implementation
|
477
|
+
-->
|
478
|
+
<!ELEMENT pm-identifier (#PCDATA)>
|
479
|
+
|
480
|
+
<!--
|
481
|
+
pm-version further specifies which version of PM vendor product to be used
|
482
|
+
-->
|
483
|
+
<!ELEMENT pm-version (#PCDATA)>
|
484
|
+
|
485
|
+
<!--
|
486
|
+
pm-config specifies the vendor specific config file to be used
|
487
|
+
-->
|
488
|
+
<!ELEMENT pm-config (#PCDATA)>
|
489
|
+
|
490
|
+
<!--
|
491
|
+
pm-class-generator specifies the vendor specific class generator to be used
|
492
|
+
at the module deploymant time. This is the name of the class specific to this
|
493
|
+
vendor.
|
494
|
+
-->
|
495
|
+
<!ELEMENT pm-class-generator (#PCDATA)>
|
496
|
+
|
497
|
+
<!--
|
498
|
+
pm-mapping-factory specifies the vendor specific mapping factory
|
499
|
+
This is the name of the class specific to a vendor.
|
500
|
+
-->
|
501
|
+
<!ELEMENT pm-mapping-factory (#PCDATA)>
|
502
|
+
|
503
|
+
<!--
|
504
|
+
pm-inuse specifies which CMP vendor is used.
|
505
|
+
-->
|
506
|
+
<!ELEMENT pm-inuse (pm-identifier, pm-version)>
|
507
|
+
|
508
|
+
|
509
|
+
<!--
|
510
|
+
This holds the runtime configuration properties of the message-driven bean
|
511
|
+
in its operation environment. For example, this may include information
|
512
|
+
about the name of a physical JMS destination etc.
|
513
|
+
Defined this way to match the activation-config on the standard
|
514
|
+
deployment descriptor for message-driven bean.
|
515
|
+
-->
|
516
|
+
<!ELEMENT activation-config ( description?, activation-config-property+ ) >
|
517
|
+
|
518
|
+
<!--
|
519
|
+
provide an element description
|
520
|
+
-->
|
521
|
+
<!ELEMENT description (#PCDATA)>
|
522
|
+
|
523
|
+
<!--
|
524
|
+
This hold a particular activation config propery name-value pair
|
525
|
+
-->
|
526
|
+
<!ELEMENT activation-config-property (
|
527
|
+
activation-config-property-name, activation-config-property-value ) >
|
528
|
+
|
529
|
+
<!--
|
530
|
+
This holds the name of a runtime activation-config property
|
531
|
+
-->
|
532
|
+
<!ELEMENT activation-config-property-name ( #PCDATA ) >
|
533
|
+
|
534
|
+
<!--
|
535
|
+
This holds the value of a runtime activation-config property
|
536
|
+
-->
|
537
|
+
<!ELEMENT activation-config-property-value ( #PCDATA ) >
|
538
|
+
|
539
|
+
<!--
|
540
|
+
This node holds the module ID of the resource adapter that
|
541
|
+
is responsible for delivering messages to the message-driven
|
542
|
+
bean, as well as the runtime configuration information for
|
543
|
+
the mdb.
|
544
|
+
-->
|
545
|
+
<!ELEMENT mdb-resource-adapter ( resource-adapter-mid, activation-config? )>
|
546
|
+
|
547
|
+
<!--
|
548
|
+
This node holds the module ID of the resource adapter that is responsible
|
549
|
+
for delivering messages to the message-driven bean.
|
550
|
+
-->
|
551
|
+
<!ELEMENT resource-adapter-mid ( #PCDATA ) >
|
552
|
+
|
553
|
+
<!--
|
554
|
+
Generic name-value pairs property
|
555
|
+
-->
|
556
|
+
<!ELEMENT property ( name, value ) >
|
557
|
+
|
558
|
+
<!--
|
559
|
+
This text nodes holds a value string.
|
560
|
+
-->
|
561
|
+
<!ELEMENT value (#PCDATA)>
|
562
|
+
|
563
|
+
|
564
|
+
|
565
|
+
<!--
|
566
|
+
W E B S E R V I C E S
|
567
|
+
-->
|
568
|
+
<!--
|
569
|
+
Information about a web service endpoint.
|
570
|
+
-->
|
571
|
+
<!ELEMENT webservice-endpoint ( port-component-name, endpoint-address-uri?, login-config?, transport-guarantee?, service-qname?, tie-class?, servlet-impl-class? )>
|
572
|
+
|
573
|
+
<!--
|
574
|
+
Unique name of a port component within a module
|
575
|
+
-->
|
576
|
+
<!ELEMENT port-component-name ( #PCDATA )>
|
577
|
+
|
578
|
+
<!--
|
579
|
+
Relative path combined with web server root to form fully qualified
|
580
|
+
endpoint address for a web service endpoint. For servlet endpoints, this
|
581
|
+
value is relative to the servlet's web application context root. In
|
582
|
+
all cases, this value must be a fixed pattern(i.e. no "*" allowed).
|
583
|
+
If the web service endpoint is a servlet that only implements a single
|
584
|
+
endpoint has only one url-pattern, it is not necessary to set
|
585
|
+
this value since the container can derive it from web.xml.
|
586
|
+
-->
|
587
|
+
<!ELEMENT endpoint-address-uri ( #PCDATA )>
|
588
|
+
|
589
|
+
<!--
|
590
|
+
The name of tie implementation class for a port-component. This is
|
591
|
+
not specified by the deployer. It is derived during deployment.
|
592
|
+
-->
|
593
|
+
<!ELEMENT tie-class (#PCDATA)>
|
594
|
+
|
595
|
+
<!--
|
596
|
+
The service-qname element declares the specific WSDL service
|
597
|
+
element that is being refered to. It is not set by the deployer.
|
598
|
+
It is derived during deployment.
|
599
|
+
-->
|
600
|
+
<!ELEMENT service-qname (namespaceURI, localpart)>
|
601
|
+
|
602
|
+
<!--
|
603
|
+
The localpart element indicates the local part of a QNAME.
|
604
|
+
-->
|
605
|
+
<!ELEMENT localpart (#PCDATA)>
|
606
|
+
|
607
|
+
<!--
|
608
|
+
The namespaceURI element indicates a URI.
|
609
|
+
-->
|
610
|
+
<!ELEMENT namespaceURI (#PCDATA)>
|
611
|
+
|
612
|
+
<!--
|
613
|
+
Optional authentication configuration for an EJB web service endpoint.
|
614
|
+
Not needed for servet web service endpoints. Their security configuration
|
615
|
+
is contained in the standard web application descriptor.
|
616
|
+
-->
|
617
|
+
<!ELEMENT login-config ( auth-method )>
|
618
|
+
|
619
|
+
<!--
|
620
|
+
Name of application-written servlet impl class contained in deployed war.
|
621
|
+
This is not set by the deployer. It is derived by the container
|
622
|
+
during deployment.
|
623
|
+
-->
|
624
|
+
<!ELEMENT servlet-impl-class (#PCDATA)>
|
625
|
+
|
626
|
+
<!--
|
627
|
+
Runtime settings for a web service reference. In the simplest case,
|
628
|
+
there is no runtime information required for a service ref. Runtime info
|
629
|
+
is only needed in the following cases :
|
630
|
+
* to define the port that should be used to resolve a container-managed port
|
631
|
+
* to define default Stub/Call property settings for Stub objects
|
632
|
+
* to define the URL of a final WSDL document to be used instead of
|
633
|
+
the one packaged with a service-ref
|
634
|
+
-->
|
635
|
+
<!ELEMENT service-ref ( service-ref-name, port-info*, call-property*, wsdl-override?, service-impl-class?, service-qname? )>
|
636
|
+
|
637
|
+
<!--
|
638
|
+
Coded name (relative to java:comp/env) for a service-reference
|
639
|
+
-->
|
640
|
+
<!ELEMENT service-ref-name ( #PCDATA )>
|
641
|
+
|
642
|
+
<!--
|
643
|
+
Name of generated service implementation class. This is not set by the
|
644
|
+
deployer. It is derived during deployment.
|
645
|
+
-->
|
646
|
+
<!ELEMENT service-impl-class ( #PCDATA )>
|
647
|
+
|
648
|
+
<!--
|
649
|
+
Information for a port within a service-reference.
|
650
|
+
|
651
|
+
Either service-endpoint-interface or wsdl-port or both
|
652
|
+
(service-endpoint-interface and wsdl-port) should be specified.
|
653
|
+
|
654
|
+
If both are specified, wsdl-port represents the
|
655
|
+
port the container should choose for container-managed port selection.
|
656
|
+
|
657
|
+
The same wsdl-port value must not appear in
|
658
|
+
more than one port-info entry within the same service-ref.
|
659
|
+
|
660
|
+
If a particular service-endpoint-interface is using container-managed port
|
661
|
+
selection, it must not appear in more than one port-info entry
|
662
|
+
within the same service-ref.
|
663
|
+
|
664
|
+
-->
|
665
|
+
<!ELEMENT port-info ( service-endpoint-interface?, wsdl-port?, stub-property*, call-property* )>
|
666
|
+
|
667
|
+
<!--
|
668
|
+
Fully qualified name of service endpoint interface
|
669
|
+
-->
|
670
|
+
<!ELEMENT service-endpoint-interface ( #PCDATA )>
|
671
|
+
|
672
|
+
<!--
|
673
|
+
Specifies that the communication between client and server should
|
674
|
+
be NONE, INTEGRAL, or CONFIDENTIAL. NONE means that the application
|
675
|
+
does not require any transport guarantees. A value of INTEGRAL means
|
676
|
+
that the application requires that the data sent between the client
|
677
|
+
and server be sent in such a way that it can't be changed in transit.
|
678
|
+
CONFIDENTIAL means that the application requires that the data be
|
679
|
+
transmitted in a fashion that prevents other entities from observing
|
680
|
+
the contents of the transmission. In most cases, the presence of the
|
681
|
+
INTEGRAL or CONFIDENTIAL flag will indicate that the use of SSL is
|
682
|
+
required.
|
683
|
+
-->
|
684
|
+
<!ELEMENT transport-guarantee ( #PCDATA )>
|
685
|
+
|
686
|
+
|
687
|
+
<!--
|
688
|
+
Port used in port-info.
|
689
|
+
-->
|
690
|
+
<!ELEMENT wsdl-port ( namespaceURI, localpart )>
|
691
|
+
|
692
|
+
<!--
|
693
|
+
JAXRPC property values that should be set on a stub before it's returned to
|
694
|
+
to the web service client. The property names can be any properties supported
|
695
|
+
by the JAXRPC Stub implementation. See javadoc for javax.xml.rpc.Stub
|
696
|
+
-->
|
697
|
+
<!ELEMENT stub-property ( name, value )>
|
698
|
+
|
699
|
+
<!--
|
700
|
+
JAXRPC property values that should be set on a Call object before it's
|
701
|
+
returned to the web service client. The property names can be any
|
702
|
+
properties supported by the JAXRPC Call implementation. See javadoc
|
703
|
+
for javax.xml.rpc.Call
|
704
|
+
-->
|
705
|
+
<!ELEMENT call-property ( name, value )>
|
706
|
+
|
707
|
+
<!--
|
708
|
+
Runtime information about a web service.
|
709
|
+
|
710
|
+
wsdl-publish-location is optionally used to specify
|
711
|
+
where the final wsdl and any dependent files should be stored. This location
|
712
|
+
resides on the file system from which deployment is initiated.
|
713
|
+
|
714
|
+
-->
|
715
|
+
<!ELEMENT webservice-description ( webservice-description-name, wsdl-publish-location? )>
|
716
|
+
|
717
|
+
<!--
|
718
|
+
Unique name of a webservice within a module
|
719
|
+
-->
|
720
|
+
<!ELEMENT webservice-description-name ( #PCDATA )>
|
721
|
+
|
722
|
+
<!--
|
723
|
+
This is a valid URL pointing to a final WSDL document. It is optional.
|
724
|
+
If specified, the WSDL document at this URL will be used during
|
725
|
+
deployment instead of the WSDL document associated with the
|
726
|
+
service-ref in the standard deployment descriptor.
|
727
|
+
|
728
|
+
Examples :
|
729
|
+
|
730
|
+
// available via HTTP
|
731
|
+
<wsdl-override>http://localhost:8000/myservice/myport?WSDL</wsdl-override>
|
732
|
+
|
733
|
+
// in a file
|
734
|
+
<wsdl-override>file:/home/user1/myfinalwsdl.wsdl</wsdl-override>
|
735
|
+
|
736
|
+
-->
|
737
|
+
<!ELEMENT wsdl-override ( #PCDATA )>
|
738
|
+
|
739
|
+
<!--
|
740
|
+
file: URL of a directory to which a web-service-description's wsdl should be
|
741
|
+
published during deployment. Any required files will be published to this
|
742
|
+
directory, preserving their location relative to the module-specific
|
743
|
+
wsdl directory(META-INF/wsdl or WEB-INF/wsdl).
|
744
|
+
|
745
|
+
Example :
|
746
|
+
|
747
|
+
For an ejb.jar whose webservices.xml wsdl-file element contains
|
748
|
+
META-INF/wsdl/a/Foo.wsdl
|
749
|
+
|
750
|
+
<wsdl-publish-location>file:/home/user1/publish
|
751
|
+
</wsdl-publish-location>
|
752
|
+
|
753
|
+
The final wsdl will be stored in /home/user1/publish/a/Foo.wsdl
|
754
|
+
|
755
|
+
-->
|
756
|
+
<!ELEMENT wsdl-publish-location ( #PCDATA )>
|