SPR-6460 Added "phase" attribute to the JMS namespace's "jca-listener-container" element.

This commit is contained in:
Mark Fisher
2009-11-27 18:16:08 +00:00
parent dc24944cd9
commit 1ac7b95c1d
6 changed files with 22 additions and 7 deletions

View File

@@ -391,6 +391,16 @@
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="phase" type="xsd:string">
<xsd:annotation>
<xsd:documentation><![CDATA[
The lifecycle phase within which this container should start and stop. The lower
the value the earlier this container will start and the later it will stop. The
default is Integer.MAX_VALUE meaning the container will start as late as possible
and stop as soon as possible.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>