rzo1 commented on code in PR #883:
URL: https://github.com/apache/tomee/pull/883#discussion_r873055259


##########
container/openejb-jee/src/main/java/org/apache/openejb/jee/ObjectFactory.java:
##########
@@ -166,4 +167,12 @@ public JAXBElement<Webservices> createConnector(final 
Webservices value) {
     public JAXBElement<FacesConfig> createFacesConfig(final FacesConfig value) 
{
         return new JAXBElement<FacesConfig>(_FacesConfig_QNAME, 
FacesConfig.class, null, value);
     }
+    
+     /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link WebFragment 
}{@code >}}
+     */
+    @XmlElementDecl(namespace = "http://java.sun.com/xml/ns/javaee";, name = 
"web-fragment")

Review Comment:
   Thanks for the comment. I think, that the best way would be to follow up on 
the list. @dblevins might have some thoughts / insights here.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to