Author: scabanovich
Date: 2009-02-24 06:21:15 -0500 (Tue, 24 Feb 2009)
New Revision: 13756
Modified:
trunk/seam/plugins/org.jboss.tools.seam.xml/resources/help/keys-seam.properties
trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-core.meta
trunk/seam/plugins/org.jboss.tools.seam.xml/schemas/core-2.1.xsd
Log:
JBIDE-3854
Modified: trunk/seam/plugins/org.jboss.tools.seam.xml/resources/help/keys-seam.properties
===================================================================
---
trunk/seam/plugins/org.jboss.tools.seam.xml/resources/help/keys-seam.properties 2009-02-24
10:41:11 UTC (rev 13755)
+++
trunk/seam/plugins/org.jboss.tools.seam.xml/resources/help/keys-seam.properties 2009-02-24
11:21:15 UTC (rev 13756)
@@ -1,9 +1,11 @@
FileSeamComponents11.editorTitle=Seam Components 1.1 Editor
FileSeamComponents12.editorTitle=Seam Components 1.2 Editor
FileSeamComponents20.editorTitle=Seam Components 2.0 Editor
+FileSeamComponents21.editorTitle=Seam Components 2.1 Editor
FileSeamComponent11.editorTitle=Seam Component 1.1 Editor
FileSeamComponent12.editorTitle=Seam Component 1.2 Editor
FileSeamComponent20.editorTitle=Seam Component 2.0 Editor
+FileSeamComponent21.editorTitle=Seam Component 2.1 Editor
FileSeamComponent12_Rename.WindowTitle=Rename
FileSeamComponent12_Rename.Title=File Seam Component
Modified: trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-core.meta
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-core.meta 2009-02-24
10:41:11 UTC (rev 13755)
+++ trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-core.meta 2009-02-24
11:21:15 UTC (rev 13756)
@@ -768,6 +768,23 @@
<XModelAttributeReference
attributes="debug,jndi-pattern,transaction-management-enabled,user-transaction-name"
entity="SeamCoreInit20" name="init"/>
+ <XModelAttribute PROPERTIES="category=advanced"
name="distributable" xmlname="distributable">
+ <Constraint loader="%ListEL%">
+ <value/>
+ <value name="true"/>
+ <value name="false"/>
+ </Constraint>
+ <Editor name="ListString"/>
+ </XModelAttribute>
+ <XModelAttribute PROPERTIES="category=advanced"
+ name="security-enabled" xmlname="security-enabled">
+ <Constraint loader="%ListEL%">
+ <value/>
+ <value name="true"/>
+ <value name="false"/>
+ </Constraint>
+ <Editor name="ListString"/>
+ </XModelAttribute>
<XModelAttribute TRIM="no" name="comment"
visibility="false" xmlname="#comment">
<Editor name="Note"/>
</XModelAttribute>
Modified: trunk/seam/plugins/org.jboss.tools.seam.xml/schemas/core-2.1.xsd
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.xml/schemas/core-2.1.xsd 2009-02-24 10:41:11
UTC (rev 13755)
+++ trunk/seam/plugins/org.jboss.tools.seam.xml/schemas/core-2.1.xsd 2009-02-24 11:21:15
UTC (rev 13756)
@@ -17,7 +17,7 @@
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="interceptors"
type="components:multiValuedProperty">
<xs:annotation>
- <xs:documentation>A list of interceptors that should be
enabled for all components. You must specify all built-in interceptors as well as any
extras interceptors.
+ <xs:documentation>A list of interceptors that should be
enabled for all components. You must specify all built-in interceptors as well as any
additional interceptors. Execution order is determined by the around and within attributes
on the @Interceptor annotation.
These interceptors are enabled by default:
org.jboss.seam.core.SynchronizationInterceptor
@@ -34,7 +34,9 @@
org.jboss.seam.transaction.RollbackInterceptor
org.jboss.seam.transaction.TransactionInterceptor
org.jboss.seam.webservice.WSSecurityInterceptor
- org.jboss.seam.security.SecurityInterceptor</xs:documentation>
+ org.jboss.seam.security.SecurityInterceptor
+
+The distributable flag appends the ManagedEntityInterceptor to this list (applies only to
conversation-scoped components).</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
@@ -45,7 +47,9 @@
<xs:attributeGroup name="attlist.init">
<xs:attribute name="debug" type="components:boolean"
/>
+ <xs:attribute name="distributable"
type="components:boolean" />
<xs:attribute name="jndi-pattern" type="components:string"
/>
+ <xs:attribute name="security-enabled"
type="components:boolean" />
<xs:attribute name="transaction-management-enabled"
type="components:boolean"/>
<xs:attribute name="user-transaction-name"
type="components:string"/>
</xs:attributeGroup>
Show replies by date