Hello Christoph,
 
Are there any other reasons for not finding Action Class.I tried all the ways by 
modifying  my local-portlets.xreg file and placing .class file in different places (i 
placed in WEB-INF\classes\org\apache\jetspeed\modules\actions\portlets too as you 
suggested).But its not working.What might be the reason.
 
Can you once again mention clearly...
 
1) where should i place my .java and .class files exactly (No custom package defined)
 
2) what should i mention in the classname and in the value of Parameter Name="Action".
 
     <classname>???????</classname>
        <parameter name="action" value="?????" hidden="true" cachedOnName="true" 
cachedOnValue="true"/>
 
May be this is a simple problem complex..but i am trying it since today 
morning....!.Pl reply.
Thank you,
Maruthi.
 
 
 
 


Floßmann_Christoph <[EMAIL PROTECTED]> wrote:
You already described your mistake very clearly. You put the .class file in the wrong 
path. Right now they should be in the 
WEB-INF\classes\org\apache\jetspeed\modules\actions\portlets path. You also can define 
your own paths in the
webapp/WEB-INF/conf/TurbineResources.properties
There are entries there like this:

module.packages=org.apache.jetspeed.modules
module.packages=org.apache.turbine.modules

And you can define your own.


-----Original Message-----
From: Maruthi [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 24, 2004 11:55 AM
To: [EMAIL PROTECTED]
Subject: ***SPAM*** class not found Exception ..JSP portlet Action class


Hello,

I have problem with JSP Portlet Action class.I am getting class not found exception.I 
didn't defined custom package for my action class.I just placed .java and .class files 
in the .....portlets.JspPortlet directory.Below is my Registry fragment.

Thank you,
Maruthi.

Error:
java.lang.ClassNotFoundException: 

Requested Action not found: portlets.RegistrationJSPAction
Turbine looked in the following modules.packages path: 
[org.apache.jetspeed.modules, org.apache.turbine.modules]
======================
..xreg file
======================




Registration JSP Example

org.apache.jetspeed.portal.portlets.JspPortlet






web services
finance.stocks
jsp



======================


---------------------------------
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!

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


                
---------------------------------
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!

Reply via email to