org.apache.myfaces.trinidad.model.XMLMenuModel$MenuContentHandler file was not
put in META-INF/services directory
-----------------------------------------------------------------------------------------------------------------
Key: ADFFACES-183
URL: http://issues.apache.org/jira/browse/ADFFACES-183
Project: MyFaces ADF-Faces
Issue Type: Bug
Reporter: Gary Kind
Attachments: trunk.patch
In order for the XMLMenuModel (on the API side) to use and call into the
MenuContentHandlerImpl ( on the trinidadinternal side) the file listed in the
summary, org.apache.myfaces.trinidad.model.XMLMenuModel$MenuContentHandler,
must be present in the META-INF/services directory of the api jar file (or any
jar file in the Classpath, as per the Services API). Currently, it is not
present and the XMLMenuModel will not work without it. This can be worked
around by putting this file in any jar file that is in the user's Classpath.
--
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