| FUSE Mediation Router 2.7 XML Schema Reference | ||||||
| SUMMARY: DOCUMENTATION | ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||
http://www.osgi.org/xmlns/blueprint/v1.0.0)>http://www.osgi.org/xmlns/blueprint/v1.0.0))*
The <blueprint> element is the root element for a blueprint
configuration file. A blueprint configuration has two sections.
The first section (contained within the <type-converters> element)
identifies components that are used for converting values into
different target types. The type converters are optional, so
the file does not need to specify a type converter section.
Following the type converters are the component definitions.
Components are <bean>, <service>, <reference>, and
<reference-list> elements that identify the bundle components that will
be managed by the blueprint service.
| Nested Element Summary | |||||||||||||||
| sequence |
|
||||||||||||||
| Attribute Summary | |
Tactivation | default-activation
Specifies the default activation setting that will be defined for components. |
Tavailability | default-availability
Specifies the default availability value to be used for <reference>, and <reference-list> components. |
Ttimeout | default-timeout
Specifies the default timeout value to be used when operations are invoked on unstatisfied service references. |
| Attribute Detail |
Specifies the default activation setting that will be defined
for components. If not specified, the global default is "eager".
Individual components may override the default value.
Defined with global type Tactivation
"eager"
Specifies the default availability value to be used for
<reference>, and <reference-list> components. The
normal default is "mandatory", and can be changed by individual
service reference components.
Defined with global type Tavailability
"mandatory"
Specifies the default timeout value to be used when operations
are invoked on unstatisfied service references. If the
reference does not change to a satisfied state within the timeout
window, an error is raised on the method invocation. The
default timeout value is 300000 milliseconds and individual
<reference> element can override the specified configuration
default.
Defined with global type Ttimeout
"300000"
| FUSE Mediation Router 2.7 XML Schema Reference | ||||||
| SUMMARY: DOCUMENTATION | ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||