We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3044488 commit 57cbaeaCopy full SHA for 57cbaea
src/java/org/codehaus/groovy/grails/orm/hibernate/cfg/gorm.xsd
@@ -18,9 +18,11 @@
18
<xsd:attribute name="message-source-ref" type="xsd:string" use="required" />
19
<xsd:attribute name="lob-handler-ref" type="xsd:string" />
20
<xsd:attribute name="transaction-manager-ref" type="xsd:string" />
21
+ <xsd:attribute name="config-location" type="xsd:string" />
22
+ <xsd:attribute name="config-class" type="xsd:string" />
23
</xsd:extension>
24
</xsd:complexContent>
25
</xsd:complexType>
26
</xsd:element>
27
-</xsd:schema>
28
+</xsd:schema>
0 commit comments