OMDocument.getOMFactory() is not supported.
-------------------------------------------
Key: WSCOMMONS-92
URL: http://issues.apache.org/jira/browse/WSCOMMONS-92
Project: WS-Commons
Issue Type: Bug
Components: AXIOM
Environment: Windows
Reporter: Toshiro Takase
Priority: Critical
org.apache.axiom.om.impl.llom.OMDocumentImpl.getOMFactory() is not supported.
Current :
public OMFactory getOMFactory() {
// TODO TODO
throw new UnsupportedOperationException("TODO");
}
The easiest way :)
public OMFactory getOMFactory() {
return this.getOMDocumentElement().getOMFactory();
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]