You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/11/04 05:00:36 UTC

[GitHub] arusinha commented on issue #958: [NETBEANS-1074] Module review j2ee.sun.dd

arusinha commented on issue #958: [NETBEANS-1074] Module review j2ee.sun.dd
URL: https://github.com/apache/incubator-netbeans/pull/958#issuecomment-435642479
 
 
   Thanks @matthiasblaesing for merging schema changes.
   After these schema changes ,schema generation if failing only for glassfish-ejb-jar_3_1-1.dtd(present inside https://repo1.maven.org/maven2/org/glassfish/main/appclient/gf-client-module/5.0/gf-client-module-5.0.jar) , for rest two files(sun-resources_1_3.dtd, glassfish-resources_1_5.dtd) it worked
   
   I found out below tag is  causing the issue
   <!ELEMENT enterprise-beans (name?, unique-id?, ejb*, pm-descriptors?, cmp-resource?,
   	message-destination*, webservice-description*, property*)>
   	
   in old file tag was
   <!ELEMENT enterprise-beans (name?, unique-id?, ejb*, pm-descriptors?, cmp-resource?,
   	message-destination*, webservice-description*)>
   If I remove attribute 'property*' , build happens successfully.
   error msg is as below
   incubator-netbeans/enterprise/j2ee.sun.dd/build/classes-generated/org/netbeans/modules/j2ee/sun/dd/impl/ejb/model_3_1_1/EnterpriseBeans.java:359: error: method setPropertyElement(int,PropertyElement) is already defined in class EnterpriseBeans
   [nb-javac] public void setPropertyElement(int index, org.netbeans.modules.j2ee.sun.dd.api.ejb.PropertyElement value) throws VersionNotSupportedException 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists