Matthias Koch wrote:
Hi,

its my first time working with jetspeed, because I used the Spring Framework for
my applications I just will test how I can integrate them into jetspeed.

 Portlet is Not Available: SpringPortletDemo
Reason: PortletFactory: Failed to load portlet
org.apache.portals.bridges.frameworks.GenericFrameworkPortlet:javax.portlet.PortletException:
Spring Configuration file not specified

Can anyone help me getting this portlet to run, please?
or any hints what i have maked wrong?


You will need to add these settings to your portlet def:

        <init-param>
            <name>spring-configuration</name>

<value>/WEB-INF/velocity/spring-portlet-configuration.xml</value>
        </init-param>
        <init-param>
            <name>validator-configuration</name>
            <value>/WEB-INF/velocity/validator-configuration.xml</value>
        </init-param>


Look here for examples:

http://cvs.apache.org/viewcvs.cgi/jakarta-jetspeed-2/portals-bridges/library/

--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
[office] +01 707 773-4646
[mobile] +01 707 529 9194

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to