LS,
I just did another try to build and deploy Graffito into J2Final (mysql). These
are the results :
1/ Initial build failed
The build failed with the following message :
copy.scripts.derby:
[echo] Copying SQL schema creation scripts for Derby
BUILD FAILED
File...... C:\Utilities\graffito\trunk\maven.xml
Element... maven:reactor
Line...... 88
Column.... 40
Unable to obtain goal [test:test] --
C:\Utilities\graffito\trunk\components\maven.xml:109:63: <copy>
C:\Utilities\graffito\trunk\components\src\sql\GraffitoServer\derby not found.
I tweaked this by removing the <copy> directive in components/maven.xml as I am
using mysql and nor derby I expect this to be non fatal for my implementation.
2/ I deployed Graffito in a fresh J2Final mysql environment
- In the content browser portlet in edit mode using the security tab results in
the following message :
javax.portlet.PortletException: Failed to execute method :permission.retrieve
at
org.apache.portals.graffito.portlets.page.manager.PortletPageManager.executePortletAction
(PortletPageManager.java:429)
at
org.apache.portals.graffito.portlets.page.manager.PortletPageManager.processAction(Portle
tPageManager.java:320)
at
org.apache.portals.graffito.portlets.page.manager.PortletPageManager.doEdit(PortletPageMa
nager.java:190)
at
org.apache.portals.graffito.portlets.GraffitoPortlet.doEdit(GraffitoPortlet.java:101)
at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:253)
- In the content browser portlet,
When you create a "simple text file" and enter data. In view mode all the data
is shown on a single line.
- The document view portlet shows the following error
Failed to load portlet org.apache.portals.graffito.portlets.DocumentPortlet:
java.lang.NoClassDefFoundError: org/springframework/core/io/Resource
- The content tree portlet shows the following error
Failed to load portlet org.apache.portals.graffito.portlets.TreePortlet:
java.lang.NoClassDefFoundError: org/springframework/core/io/Resource
Kind regards,
Herman Reintke