[jboss-svn-commits] JBL Code SVN: r15585 - labs/jbossesb/trunk/product/etc/schemas/xml.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Oct 4 13:29:22 EDT 2007
Author: tcunning
Date: 2007-10-04 13:29:22 -0400 (Thu, 04 Oct 2007)
New Revision: 15585
Modified:
labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd
Log:
bug:JBESB-1071
Remove defaults for whereCondition and orderBy.
Modified: labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd
===================================================================
--- labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd 2007-10-04 17:16:53 UTC (rev 15584)
+++ labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd 2007-10-04 17:29:22 UTC (rev 15585)
@@ -806,14 +806,14 @@
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
- <xsd:attribute name="where-condition" use="optional" type="xsd:string" default="where_condition">
+ <xsd:attribute name="where-condition" use="optional" type="xsd:string" default="">
<xsd:annotation>
<xsd:documentation xml:lang="en">A where clause, not including the word where, which is applied
to the query.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
- <xsd:attribute name="order-by" use="optional" type="xsd:string" default="order_by">
+ <xsd:attribute name="order-by" use="optional" type="xsd:string" default="">
<xsd:annotation>
<xsd:documentation xml:lang="en">A where clause, not including the word where, which is applied
to the query.
More information about the jboss-svn-commits
mailing list