You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Nael Mohammad <nm...@good.com> on 2002/02/17 18:44:28 UTC

Email Confirmation

Greetings Community,


Just finished setting up Jetspeed, now I need to get the email confirmation
working. I look at the web site and its incomplete, any ideas! :)


-Nael




Have a Good Day | Nael Mohammad | NOC Analyst |Good Technology |
nael@good.com


Information in this email and any attachments are confidential, and may not
be copied or used by anyone other than the addressee, nor disclosed to any
third party without our permission.  There is no intention to create any
legally binding contract or other commitment through the use of this email.

Re: Email Confirmation

Posted by Paul Spencer <pa...@apache.org>.
Nael,
What is NOT working?

You need:
1) Set up a local SMTP mail server, like Jakarta-James
2) Set the parameters in JetspeedResources.properties in the "New User
Registration mail support" section

Optionally:
1) Edit the email templates in <jetspeed-home>/WEB-INF/templates/vm/emails
2) Edit the language specific values in
<jetspeed-home>/WEB-INF/classes/org/apache/jetspeed/modules/localization/JetspeedLocalization_xx.properties


Paul Spencer




Nael Mohammad wrote:

 > Greetings Community,
 >
 >
 > Just finished setting up Jetspeed, now I need to get the email 
confirmation
 > working. I look at the web site and its incomplete, any ideas! :)
 >
 >
 > -Nael
 >
 >
 >
 >
 > Have a Good Day | Nael Mohammad | NOC Analyst |Good Technology |
 > nael@good.com
 >
 >
 > Information in this email and any attachments are confidential, and 
may not
 > be copied or used by anyone other than the addressee, nor disclosed 
to any
 > third party without our permission.  There is no intention to create any
 > legally binding contract or other commitment through the use of this 
email.
 >
 >




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: portlet problem

Posted by Paul Spencer <pa...@apache.org>.
Mus,
Please see the section on using "&" in a URL.
http://jakarta.apache.org/jetspeed/site/portlet_config_common.html#Element:%20url

Paul Spencer

Mus wrote:

> Hi All,
> 
> I hope that somebody has had the same problem and may be able to help.
> I am using  Jetspeed-1.3a, under tomcat-4 I  have created a portlet, after
> compiling and registering succesfully, I was able to see th eportlet on the
> list of selectable portlets.  However  it does not display.
> I had a look at the log file, and frankly I could not understand.  Can
> anyone help please
> 
> Thanks a lot
> Mus
> ----------
> 
> Log
> [Mon Feb 18 12:52:10 GMT 2002] -- ERROR --
>         Exception:  org.apache.jetspeed.portal.PortletException: The entity
> name must immediately follow the '&' in the entity reference.
>         Stack Trace follows:
>         org.apache.jetspeed.portal.PortletException: The entity name must
> immediately follow the '&' in the entity reference.
>         at
> org.apache.jetspeed.portal.portlets.NewRSSPortlet.init(NewRSSPortlet.java:16
> 8)
>         at
> org.apache.jetspeed.services.portletfactory.JetspeedPortletFactoryService.ge
> tPortlet(JetspeedPortletFactoryService.java:299)
>         at
> org.apache.jetspeed.services.portletfactory.JetspeedPortletFactoryService.ge
> tPortlet(JetspeedPortletFactoryService.java:141)
>         at
> org.apache.jetspeed.services.PortletFactory.getPortlet(PortletFactory.java:9
> 2)
>         at
> org.apache.jetspeed.services.portaltoolkit.JetspeedPortalToolkitService.getS
> et(JetspeedPortalToolkitService.java:405)
>         at
> org.apache.jetspeed.services.portaltoolkit.JetspeedPortalToolkitService.getS
> et(JetspeedPortalToolkitService.java:388)
>         at
> org.apache.jetspeed.services.portaltoolkit.JetspeedPortalToolkitService.getS
> et(JetspeedPortalToolkitService.java:355)
>         at
> org.apache.jetspeed.services.PortalToolkit.getSet(PortalToolkit.java:165)
>         at
> org.apache.jetspeed.om.profile.BaseProfile.getRootSet(BaseProfile.java:111)
>         at
> org.apache.jetspeed.modules.actions.controls.Customize.doPerform(Customize.j
> ava:147)
>         at org.apache.turbine.modules.Action.perform(Action.java:87)
>         at
> org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:122)
>         at
> org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:143)
>         at org.apache.turbine.modules.Page.build(Page.java:90)
>         at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:123)
>         at org.apache.turbine.Turbine.doGet(Turbine.java:565)
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: portlet problem

Posted by Santiago Gala <sg...@hisitech.com>.
Mus wrote:

>Hi All,
>
>I hope that somebody has had the same problem and may be able to help.
>I am using  Jetspeed-1.3a, under tomcat-4 I  have created a portlet, after
>compiling and registering succesfully, I was able to see th eportlet on the
>list of selectable portlets.  However  it does not display.
>I had a look at the log file, and frankly I could not understand.  Can
>anyone help please
>
>Thanks a lot
>Mus
>----------
>
>Log
>[Mon Feb 18 12:52:10 GMT 2002] -- ERROR --
>        Exception:  org.apache.jetspeed.portal.PortletException: The entity
>name must immediately follow the '&' in the entity reference.
>
This is a typical XML problem. "&" must be quoted as "&amp;" in all XML 
files (including psml, ocs, xsl, rss, ...)

I have seen it happen even in channels like xmlhack or slashdot.




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


portlet problem

Posted by Mus <m....@man.ac.uk>.
Hi All,

I hope that somebody has had the same problem and may be able to help.
I am using  Jetspeed-1.3a, under tomcat-4 I  have created a portlet, after
compiling and registering succesfully, I was able to see th eportlet on the
list of selectable portlets.  However  it does not display.
I had a look at the log file, and frankly I could not understand.  Can
anyone help please

Thanks a lot
Mus
----------

Log
[Mon Feb 18 12:52:10 GMT 2002] -- ERROR --
        Exception:  org.apache.jetspeed.portal.PortletException: The entity
name must immediately follow the '&' in the entity reference.
        Stack Trace follows:
        org.apache.jetspeed.portal.PortletException: The entity name must
immediately follow the '&' in the entity reference.
        at
org.apache.jetspeed.portal.portlets.NewRSSPortlet.init(NewRSSPortlet.java:16
8)
        at
org.apache.jetspeed.services.portletfactory.JetspeedPortletFactoryService.ge
tPortlet(JetspeedPortletFactoryService.java:299)
        at
org.apache.jetspeed.services.portletfactory.JetspeedPortletFactoryService.ge
tPortlet(JetspeedPortletFactoryService.java:141)
        at
org.apache.jetspeed.services.PortletFactory.getPortlet(PortletFactory.java:9
2)
        at
org.apache.jetspeed.services.portaltoolkit.JetspeedPortalToolkitService.getS
et(JetspeedPortalToolkitService.java:405)
        at
org.apache.jetspeed.services.portaltoolkit.JetspeedPortalToolkitService.getS
et(JetspeedPortalToolkitService.java:388)
        at
org.apache.jetspeed.services.portaltoolkit.JetspeedPortalToolkitService.getS
et(JetspeedPortalToolkitService.java:355)
        at
org.apache.jetspeed.services.PortalToolkit.getSet(PortalToolkit.java:165)
        at
org.apache.jetspeed.om.profile.BaseProfile.getRootSet(BaseProfile.java:111)
        at
org.apache.jetspeed.modules.actions.controls.Customize.doPerform(Customize.j
ava:147)
        at org.apache.turbine.modules.Action.perform(Action.java:87)
        at
org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:122)
        at
org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:143)
        at org.apache.turbine.modules.Page.build(Page.java:90)
        at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:123)
        at org.apache.turbine.Turbine.doGet(Turbine.java:565)




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Email Confirmation

Posted by Chris Kimpton <ki...@yahoo.com>.
Hi,

--- Nael Mohammad <nm...@good.com> wrote:
> Greetings Community,
> 
> 
> Just finished setting up Jetspeed, now I need to get the email
> confirmation
> working. I look at the web site and its incomplete, any ideas! :)
> 
> 
> -Nael
> 

You could finish it and submit your code to the jetspeed project...

Or you could live with what is currently there - like the rest of
us...

HTH,
Chris

=====
Need somewhere to Live in London? - Then go to http://freeflats.com

__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>