ehsavoie commented on a change in pull request #2000: Adding full support for
Wildfly 17, 18
URL: https://github.com/apache/netbeans/pull/2000#discussion_r390836241
##########
File path:
contrib/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/config/gen/package-info.java
##########
@@ -58,8 +58,38 @@
docRoot="jboss-app",
java5=true
),
+// @Schema2Beans(
+// schema="../../resources/jboss-ejb3-2_1.xsd",
+// schemaType=SchemaType.XML_SCHEMA,
+// outputType=OutputType.TRADITIONAL_BASEBEAN,
+// validate=true,
+// attrProp=true,
+// removeUnreferencedNodes=true,
+// docRoot="enterprise-beans",
+// java5=true
Review comment:
I don't think those are required at all. i should remove them
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists