Move the portlets by dragging with mouse?

2004-04-13 Thread 李 琬菁
Hi,
I browsed through MSN's customized portlets:
http://my.msn.com/  (you have to sign in first and you can personalized and organized 
the way you want.)
 
Especially, user can move the portlets by dragging with mouse.
That's what I want to ask: How can they(msn) make it?
and can we do it in jetspeed now?
 
Thanks in advanced
 
Claire,lee



-
抄近路!!Email處處收!
Yahoo!奇摩捷徑列 免費下載

RE: Source Code download

2004-04-13 Thread Suchisubhra Sinha \(susinha\)
You  can  checkout from  CVS
cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login
password: anoncvs

 or download from 
http://portals.apache.org/

~suchi

-Original Message-
From: Marco Fregozo [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 5:14 PM
To: Jetspeed Users List
Subject: Source Code download


Hi,

Someone knows how to download a newer version than 1.4
in one file zip, tar or some like this.

Thanks

Marco


 --- Sarat Challa <[EMAIL PROTECTED]> wrote:
> Hi
>  
> Try using setTemplate() option for redirecting JSP
> in action.
>  
> Regards
> 
> Sihong Fan <[EMAIL PROTECTED]> wrote:
> Does any one know how to redirect JSP in a action?
> For
> example, I want load a JSP in the action java class
> just like the what we can do in Struts. I want load
> a
> different JSP page when I click max icon in portlet.
> What should i do?
> 
> Thanks
> 
> 
> 
> 
> __
> Do you Yahoo!?
> Yahoo! Small Business $15K Web Design Giveaway
> http://promotions.yahoo.com/design_giveaway/
> 
>
-
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
>   
> -
> Do you Yahoo!?
> Yahoo! Tax Center - File online by April 15th





__
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html

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



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



Source Code download

2004-04-13 Thread Marco Fregozo
Hi,

Someone knows how to download a newer version than 1.4
in one file zip, tar or some like this.

Thanks

Marco


 --- Sarat Challa <[EMAIL PROTECTED]> wrote:
> Hi
>  
> Try using setTemplate() option for redirecting JSP
> in action.
>  
> Regards
> 
> Sihong Fan <[EMAIL PROTECTED]> wrote:
> Does any one know how to redirect JSP in a action?
> For
> example, I want load a JSP in the action java class
> just like the what we can do in Struts. I want load
> a
> different JSP page when I click max icon in portlet.
> What should i do? 
> 
> Thanks
> 
> 
> 
> 
> __
> Do you Yahoo!?
> Yahoo! Small Business $15K Web Design Giveaway 
> http://promotions.yahoo.com/design_giveaway/
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
>   
> -
> Do you Yahoo!?
> Yahoo! Tax Center - File online by April 15th





__
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html

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



Re: redirect JSP in action

2004-04-13 Thread Sarat Challa
Hi
 
Try using setTemplate() option for redirecting JSP in action.
 
Regards

Sihong Fan <[EMAIL PROTECTED]> wrote:
Does any one know how to redirect JSP in a action? For
example, I want load a JSP in the action java class
just like the what we can do in Struts. I want load a
different JSP page when I click max icon in portlet.
What should i do? 

Thanks




__
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/

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


-
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th

Eclipse Plugin for Pluto

2004-04-13 Thread pierreyvesfadet
Hello,
 
I'm a new user of pluto. I work with the
tutorial : "http://plutoeclipse.sourceforge.net/";.
But I have some errors as :
"ERROR  org.apache.pluto.portalImpl.services   Failed to load mapping
file 
C:\Program Files\Apache Software Foundation\Tomcat
5.0\webapps\pluto\WEB- INF\data\xml\portletdefinitionmapping.xml
java.net.MalformedURLException: unknown protocol: c"

Config:
 
Tomcat 5.0.18
plugin : org.eclipsefan.pluto.ui_1.0.0.zip
j2sdk-1_4_2_03
eclipse-SDK-3.0
Windows 2000

Could you help me please?
Thank you.

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



redirect JSP in action

2004-04-13 Thread Sihong Fan
Does any one know how to redirect JSP in a action? For
example, I want load a JSP in the action java class
just like the what we can do in Struts. I want load a
different JSP page when I click max icon in portlet.
What should i do? 

Thanks




__
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/

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



Re: JSP Action

2004-04-13 Thread Marco Fregozo
Raphaël

thak you! i'm going to do it.

I proved last time but this not function too. When i
click on submit button, i don't see the Stock Quotes

do I have to update some code?

i have the source code 1.4

Marco
--- Raphaël_Luta <[EMAIL PROTECTED]> wrote:
> Check out the default JSP portlets in the jetspeed
> distribution like
> JSPPortlet ou JSPStockQuote.
> 
> You'll find the appropriate actions in 
> org.apache.jetspeed.modules.actions.portlets
> 
> Also make sure to check your logfiles for any clue
> on why your
> action doesn't work as expected.
> 
> -- 
> Raphaël Luta - [EMAIL PROTECTED]
> Apache Jetspeed - Enterprise Portal in Java
> http://jakarta.apache.org/jetspeed/
> 
> Marco Fregozo wrote:
> > Sorry, i really mean, do you know if someone has
> one example?
> >  
> > Marco
> > 
> > 
> > JetSpeed FG <[EMAIL PROTECTED]> wrote:
> > Hi,
> > 
> > I really do this. But when I send in my portlet
> the Request by the Submit button, nothing happens.
> > 
> > You know if someone has one example.
> > 
> > Thanks.
> > 
> > Marco
> > 
> > Sarat Challa wrote:
> > Hi,
> > 
> > U need to put the action class in a package with
> ends with actions.portlets.
> > 
> > For ex. Assuming ur Action class is sample.java.
> It must be in 
> > /actions/portlets package. You must also enter
> this /actions/portlets path in
> TurbineResources.properties.
> > 
> > You must have specify the JSP file and action
> class in .xreg file to be visible.
> > 
> > If you were to do this then u should be able to
> get your JSP with action class running.
> > 
> > Hope this helps,
> > 
> > Regards
> > 
> > JetSpeed FG wrote:
> > Hello!
> > 
> > I'm begginer in Jetspeed.
> > 
> > Someone have an example about JSP portlet with
> action?
> > 
> > I worked with the tutorial but this do not work.
> > 
> > Thanks
> > 
> > __
> > Do you Yahoo!?
> > Yahoo! Mail - More reliable, more storage, less
> spam
> > http://mail.yahoo.com
> > 
> >
>
-
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> > 
> > 
> > -
> > Do you Yahoo!?
> > Yahoo! Tax Center - File online by April 15th
> > 
> > -
> > Do you Yahoo!?
> > Yahoo! Small Business $15K Web Design Giveaway -
> Enter today
> > 
> > -
> > Do you Yahoo!?
> > Yahoo! Small Business $15K Web Design Giveaway -
> Enter today
> 
> 
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


=
Marco Fregozo




__
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/

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



Simple Jetspeed sites

2004-04-13 Thread Marco Fregozo
Hi

Someone knows jetspeed sample sites, others than the
jetspeed home page and the links there, because i
can't registrer o login in this samples.

Thanks

Marco

=
Marco Fregozo




__
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/

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



Re: Linked Portlet

2004-04-13 Thread Raphaël Luta
Jonathan Hawkins wrote:
Carlos,

Unless anyone comes up with anything better, I'm looking at using
"Forwards" and passing the URL as a parameter.
If you have real external URL that you need to pass between portlets,
you'll probably be better off using a Map to index these URLs.
For example:
- define a properties file with the URLs you want use (if you want to
update them in real time without reloading J1, consider using a SQL
table instead)
myURL.properties
url1=http://myserver/url
url2=http://myserver2/url
...
- add a "urlmap" parameter to both of your portlets in the registry
  that points to your properties file
- make sure to load the properties file into a java.util.Properties
  object, which you'll include as "urlmap" in your portlet context (in the
  buildNormalContent() of your portlets)
- you can then simply use the properties key (like url1, url2, etc...)
  between your portlets to reference your URLs without encoding issues.
A slightly more complex setup (but way more powerful) would be to define
your links in local OCS or RSS files and use the OCS and RSS tools of
Jetspeed to create your link map...
--
Raphaël Luta - [EMAIL PROTECTED]
Apache Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Linked Portlet

2004-04-13 Thread Jonathan Hawkins
How does the second portlet know when the parameter has been set. Also,
I may need to target a specific portlet. Any examples would be greatly
appreciated.

Best Regards,

Jon Hawkins

-Original Message-
From: Raphaël Luta [mailto:[EMAIL PROTECTED] 
Sent: 13 April 2004 16:41
To: Jetspeed Users List
Subject: Re: Linked Portlet

Jonathan Hawkins wrote:

> About two years since I used Jetspeed !!
> 
> I need a Portlet on the left hand side that displays links (URLs).
User
> clicks on a link and the content is displayed in another portlet on
the
> right. Suggestions and ideas very welcome !!
> 
> 

Since in J1 all portlets share the same parameter space, simply have one
portlet set a parameter and the other one use it...
Just make sure your URL is correcly encoded to avoid parsing issues with
the different browsers.

-- 
Raphaël Luta - [EMAIL PROTECTED]
Apache Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/


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



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



RE: Linked Portlet

2004-04-13 Thread Marco Fregozo

Me too.

--- Carlos Roberto Yaconi Hitschfeld
<[EMAIL PROTECTED]> wrote:
> I've the same problem!!
> 
> 
> Atte,
> Carlos Yaconi Hitschfeld
> e-mail: [EMAIL PROTECTED]
> Teléfono: 637-6480
> 
> 
> -Mensaje original-
> De: Jonathan Hawkins
> [mailto:[EMAIL PROTECTED] 
> Enviado el: Martes, 13 de Abril de 2004 5:51
> Para: '[EMAIL PROTECTED]'
> Asunto: Linked Portlet
> 
> 
> About two years since I used Jetspeed !!
> 
> I need a Portlet on the left hand side that displays
> links (URLs). User clicks on a link and the content
> is displayed in another portlet on the right.
> Suggestions and ideas very welcome !!
> 
> > Jonathan Hawkins
> > Product Development
> > CedAr Software Ltd
> > CedAr House
> > 78 Portsmouth Road
> > Cobham
> > Surrey
> > KT11 1HY
> > 
> > Tel: 01932 584154
> > Mobile: 07740 075492
> > 
> > mailto:[EMAIL PROTECTED]
> > 
> > About CedAr
> > 
> > CedAr Software Ltd. is the result of the newly
> formed merger between 
> > Cedar Software and Arelon.  The company provides
> Financial, 
> > eProcurement and Performance Management Solutions
> that deliver 
> > increased capabilities and offer a direct and
> measurable financial 
> > return on investment.  CedAr has a customer base
> of more than 500 
> > organisations in both the public and private
> sector.
> > 
> > Particular sector strengths include Airlines,
> Business Services, 
> > Education, Emergency Services, Financial Services,
> Government, Health, 
> > Local Authorities, Not for Profit, Retail and
> Utilities.  For more 
> > information, please visit www.cedar.com © 2003
> CedAr Software Ltd. All 
> > Rights Reserved.
> > 
> > 
> 
> 
>
***
> 
> This email and any files transmitted with it are
> confidential and 
> intended solely for the use of the individual or
> entity to whom they 
> are addressed. Any unauthorised distribution or
> copying is strictly 
> prohibited. 
> Whilst Cedar Software Ltd takes steps to prevent the
> transmission of 
> viruses via e-mail, we can not guarantee that any
> email or 
> attachment is free from computer viruses and you are
> strongly 
> advised to undertake your own anti-virus
> precautions. 
> Cedar Software Ltd grants no warranties regarding
> performance, 
> use or quality of any e-mail or attachment and
> undertakes no 
> liability for loss or damage, howsoever caused. 
> CedAr is a leading UK supplier of Financial,
> eProcurement, Performance Management and, following
> the recent acquisition of Goldenhill Computer
> Systems Ltd, HR and Payroll software. CedArs
> solutions deliver increased capabilities and offer a
> direct and measurable financial return on
> investment. The company has a customer base of more
> than 500 organisations in both the public and
> private sector. 
> Particular sector strengths include Airlines,
> Business Services, Education, Emergency Services,
> Financial Services, Government, Health, Local
> Authorities, Not for Profit, Retail and Utilities.
> For more information, please visit www.cedar.com 
> 2003 CedAr Software Ltd. All Rights Reserved. 
>
***
> 
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 
> CONFIDENTIAL NOTE: The information transmitted in
> this message and/or attachments is confidential
> and/or privileged and is intented only for use of
> the person or entity to whom it is addressed. If you
> are not the intended recipient, any
> retention,dissemination, distribution or copy of
> this information is strictly prohibited and
> sanctioned by law. If you received this messagge in
> error, please reply us this same message and delete
> this message and all attachments. Thank you.
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 





__
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/

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



Re: Linked Portlet

2004-04-13 Thread Raphaël Luta
Jonathan Hawkins wrote:

About two years since I used Jetspeed !!

I need a Portlet on the left hand side that displays links (URLs). User
clicks on a link and the content is displayed in another portlet on the
right. Suggestions and ideas very welcome !!

Since in J1 all portlets share the same parameter space, simply have one
portlet set a parameter and the other one use it...
Just make sure your URL is correcly encoded to avoid parsing issues with
the different browsers.
--
Raphaël Luta - [EMAIL PROTECTED]
Apache Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Add media type

2004-04-13 Thread Raphaël Luta
zze-MORON François FTRD/DMI/REN wrote:

Hi,

I'd like to know how can i define or add the media type XHTML-MP (WAP 2) in jetspeed.

François


Add your definition in media.xreg (WEB-INF/conf/media.xreg)
also define the browsers that should be sent this media type in
the client.xreg registry (WEB-INF/conf/client.xreg)
--
Raphaël Luta - [EMAIL PROTECTED]
Apache Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Linked Portlet

2004-04-13 Thread Jonathan Hawkins
Carlos,

Unless anyone comes up with anything better, I'm looking at using
"Forwards" and passing the URL as a parameter.

Regards,

Jon

-Original Message-
From: Carlos Roberto Yaconi Hitschfeld [mailto:[EMAIL PROTECTED] 
Sent: 13 April 2004 16:37
To: Jetspeed Users List
Subject: RE: Linked Portlet

I've the same problem!!


Atte,
Carlos Yaconi Hitschfeld
e-mail: [EMAIL PROTECTED]
Teléfono: 637-6480


-Mensaje original-
De: Jonathan Hawkins [mailto:[EMAIL PROTECTED] 
Enviado el: Martes, 13 de Abril de 2004 5:51
Para: '[EMAIL PROTECTED]'
Asunto: Linked Portlet


About two years since I used Jetspeed !!

I need a Portlet on the left hand side that displays links (URLs). User
clicks on a link and the content is displayed in another portlet on the
right. Suggestions and ideas very welcome !!

> Jonathan Hawkins
> Product Development
> CedAr Software Ltd
> CedAr House
> 78 Portsmouth Road
> Cobham
> Surrey
> KT11 1HY
> 
> Tel: 01932 584154
> Mobile: 07740 075492
> 
> mailto:[EMAIL PROTECTED]
> 
> About CedAr
> 
> CedAr Software Ltd. is the result of the newly formed merger between 
> Cedar Software and Arelon.  The company provides Financial, 
> eProcurement and Performance Management Solutions that deliver 
> increased capabilities and offer a direct and measurable financial 
> return on investment.  CedAr has a customer base of more than 500 
> organisations in both the public and private sector.
> 
> Particular sector strengths include Airlines, Business Services, 
> Education, Emergency Services, Financial Services, Government, Health,

> Local Authorities, Not for Profit, Retail and Utilities.  For more 
> information, please visit www.cedar.com © 2003 CedAr Software Ltd. All

> Rights Reserved.
> 
> 


*** 
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they 
are addressed. Any unauthorised distribution or copying is strictly 
prohibited. 
Whilst Cedar Software Ltd takes steps to prevent the transmission of 
viruses via e-mail, we can not guarantee that any email or 
attachment is free from computer viruses and you are strongly 
advised to undertake your own anti-virus precautions. 
Cedar Software Ltd grants no warranties regarding performance, 
use or quality of any e-mail or attachment and undertakes no 
liability for loss or damage, howsoever caused. 
CedAr is a leading UK supplier of Financial, eProcurement, Performance
Management and, following the recent acquisition of Goldenhill Computer
Systems Ltd, HR and Payroll software. CedArs solutions deliver increased
capabilities and offer a direct and measurable financial return on
investment. The company has a customer base of more than 500
organisations in both the public and private sector. 
Particular sector strengths include Airlines, Business Services,
Education, Emergency Services, Financial Services, Government, Health,
Local Authorities, Not for Profit, Retail and Utilities. For more
information, please visit www.cedar.com 
2003 CedAr Software Ltd. All Rights Reserved. 
***


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




CONFIDENTIAL NOTE: The information transmitted in this message and/or
attachments is confidential and/or privileged and is intented only for
use of the person or entity to whom it is addressed. If you are not the
intended recipient, any retention,dissemination, distribution or copy of
this information is strictly prohibited and sanctioned by law. If you
received this messagge in error, please reply us this same message and
delete this message and all attachments. Thank you.

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



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



Re: JSP Action

2004-04-13 Thread Raphaël Luta
Check out the default JSP portlets in the jetspeed distribution like
JSPPortlet ou JSPStockQuote.
You'll find the appropriate actions in 
org.apache.jetspeed.modules.actions.portlets

Also make sure to check your logfiles for any clue on why your
action doesn't work as expected.
--
Raphaël Luta - [EMAIL PROTECTED]
Apache Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/
Marco Fregozo wrote:
Sorry, i really mean, do you know if someone has one example?
 
Marco

JetSpeed FG <[EMAIL PROTECTED]> wrote:
Hi,
I really do this. But when I send in my portlet the Request by the Submit button, nothing happens.

You know if someone has one example.

Thanks.

Marco

Sarat Challa wrote:
Hi,
U need to put the action class in a package with ends with actions.portlets.

For ex. Assuming ur Action class is sample.java. It must be in 
/actions/portlets package. You must also enter this /actions/portlets path in TurbineResources.properties.

You must have specify the JSP file and action class in .xreg file to be visible.

If you were to do this then u should be able to get your JSP with action class running.

Hope this helps,

Regards

JetSpeed FG wrote:
Hello!
I'm begginer in Jetspeed.

Someone have an example about JSP portlet with action?

I worked with the tutorial but this do not work.

Thanks

__
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
-
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway - Enter today

-
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway - Enter today


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


RE: Linked Portlet

2004-04-13 Thread Carlos Roberto Yaconi Hitschfeld
I've the same problem!!


Atte,
Carlos Yaconi Hitschfeld
e-mail: [EMAIL PROTECTED]
Teléfono: 637-6480


-Mensaje original-
De: Jonathan Hawkins [mailto:[EMAIL PROTECTED] 
Enviado el: Martes, 13 de Abril de 2004 5:51
Para: '[EMAIL PROTECTED]'
Asunto: Linked Portlet


About two years since I used Jetspeed !!

I need a Portlet on the left hand side that displays links (URLs). User clicks on a 
link and the content is displayed in another portlet on the right. Suggestions and 
ideas very welcome !!

> Jonathan Hawkins
> Product Development
> CedAr Software Ltd
> CedAr House
> 78 Portsmouth Road
> Cobham
> Surrey
> KT11 1HY
> 
> Tel: 01932 584154
> Mobile: 07740 075492
> 
> mailto:[EMAIL PROTECTED]
> 
> About CedAr
> 
> CedAr Software Ltd. is the result of the newly formed merger between 
> Cedar Software and Arelon.  The company provides Financial, 
> eProcurement and Performance Management Solutions that deliver 
> increased capabilities and offer a direct and measurable financial 
> return on investment.  CedAr has a customer base of more than 500 
> organisations in both the public and private sector.
> 
> Particular sector strengths include Airlines, Business Services, 
> Education, Emergency Services, Financial Services, Government, Health, 
> Local Authorities, Not for Profit, Retail and Utilities.  For more 
> information, please visit www.cedar.com © 2003 CedAr Software Ltd. All 
> Rights Reserved.
> 
> 


*** 
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they 
are addressed. Any unauthorised distribution or copying is strictly 
prohibited. 
Whilst Cedar Software Ltd takes steps to prevent the transmission of 
viruses via e-mail, we can not guarantee that any email or 
attachment is free from computer viruses and you are strongly 
advised to undertake your own anti-virus precautions. 
Cedar Software Ltd grants no warranties regarding performance, 
use or quality of any e-mail or attachment and undertakes no 
liability for loss or damage, howsoever caused. 
CedAr is a leading UK supplier of Financial, eProcurement, Performance Management and, 
following the recent acquisition of Goldenhill Computer Systems Ltd, HR and Payroll 
software. CedArs solutions deliver increased capabilities and offer a direct and 
measurable financial return on investment. The company has a customer base of more 
than 500 organisations in both the public and private sector. 
Particular sector strengths include Airlines, Business Services, Education, Emergency 
Services, Financial Services, Government, Health, Local Authorities, Not for Profit, 
Retail and Utilities. For more information, please visit www.cedar.com 
2003 CedAr Software Ltd. All Rights Reserved. 
***


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




CONFIDENTIAL NOTE: The information transmitted in this message and/or attachments is 
confidential and/or privileged and is intented only for use of the person or entity to 
whom it is addressed. If you are not the intended recipient, any 
retention,dissemination, distribution or copy of this information is strictly 
prohibited and sanctioned by law. If you received this messagge in error, please reply 
us this same message and delete this message and all attachments. Thank you.

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



unknown service PoolService

2004-04-13 Thread Jason Shindler
I'm attempting to develop portlets for Jetspeed 1.x (latest from CVS)
using Eclipse 3.0 M8/Tomcat 4.1/JRE 1.4.2.
 
After making just about any change using Eclipse, Jetspeed fails with an
"Unknown service PoolService" error. The error is similar to these
previous postings:
 
http://www.mail-archive.com/[EMAIL PROTECTED]/msg10755.ht
ml
http://www.mail-archive.com/[EMAIL PROTECTED]/msg10638.ht
ml
http://www.mail-archive.com/[EMAIL PROTECTED]/msg09243.ht
ml
 
Restarting Tomcat has no effect. The only way to fix it is to stop
Tomcat, delete the directory from webapps, and allow the WAR to be
regenerated. I've also observed similar behavior on Tomcat 5.x.
 
Does anyone have any ideas on what might be causing this? 
 
Thanks,
Jason Shindler
University of Florida Housing
 
 
 


Re: JSP Action

2004-04-13 Thread Marco Fregozo
Sorry, i really mean, do you know if someone has one example?
 
Marco


JetSpeed FG <[EMAIL PROTECTED]> wrote:
Hi,

I really do this. But when I send in my portlet the Request by the Submit button, 
nothing happens.

You know if someone has one example.

Thanks.

Marco

Sarat Challa wrote:
Hi,

U need to put the action class in a package with ends with actions.portlets.

For ex. Assuming ur Action class is sample.java. It must be in 
/actions/portlets package. You must also enter this /actions/portlets path in 
TurbineResources.properties.

You must have specify the JSP file and action class in .xreg file to be visible.

If you were to do this then u should be able to get your JSP with action class running.

Hope this helps,

Regards

JetSpeed FG wrote:
Hello!

I'm begginer in Jetspeed.

Someone have an example about JSP portlet with action?

I worked with the tutorial but this do not work.

Thanks

__
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com

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


-
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th

-
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway - Enter today

-
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway - Enter today

Re: JSP Action

2004-04-13 Thread JetSpeed FG
Hi,
 
I really do this. But when I send in my portlet the Request by the Submit button, 
nothing happens.
 
You know if someone has one example.
 
Thanks.
 
Marco

Sarat Challa <[EMAIL PROTECTED]> wrote:
Hi,

U need to put the action class in a package with ends with actions.portlets.

For ex. Assuming ur Action class is sample.java. It must be in 
/actions/portlets package. You must also enter this /actions/portlets path in 
TurbineResources.properties.

You must have specify the JSP file and action class in .xreg file to be visible.

If you were to do this then u should be able to get your JSP with action class running.

Hope this helps,

Regards

JetSpeed FG wrote:
Hello!

I'm begginer in Jetspeed.

Someone have an example about JSP portlet with action?

I worked with the tutorial but this do not work.

Thanks

__
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com

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


-
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th

-
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway - Enter today

Pb during J2 deploy

2004-04-13 Thread zze-MORON François FTRD/DMI/REN
I checked out J2 from CVS, compiled it and deployed it without any pb.
When I launch tomcat 5, I have this error (not with tomcat 4).

13 avr. 2004 15:52:47 org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL 
file:C:\Apps\tomcat\conf\Catalina\localhost\manager.xml
13 avr. 2004 15:52:47 org.apache.catalina.startup.ContextConfig authenticatorConfig
GRAVE: Impossible d'instancier un authentificateur (authenticator) pour la classe 
org.apache.catalina.authenticator.BasicAuthenticator
java.lang.ExceptionInInitializerError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at 
org.apache.catalina.startup.ContextConfig.authenticatorConfig(ContextConfig.java:385)
at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:614)
at 
org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:209)
at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4252)
at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)

at 
org.apache.catalina.core.StandardHostDeployer.addChild(StandardHostDeployer.java:808)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java:252)
at org.apache.commons.digester.SetNextRule.end(SetNextRule.java:256)
at org.apache.commons.digester.Rule.end(Rule.java:276)
at org.apache.commons.digester.Digester.endElement(Digester.java:1058)
at 
org.apache.catalina.util.CatalinaDigester.endElement(CatalinaDigester.java:76)
at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
 Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.commons.digester.Digester.parse(Digester.java:1567)
at 
org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:488)
at org.apache.catalina.core.StandardHost.install(StandardHost.java:863)
at 
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:480)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:425)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:961)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:347)
at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)

at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)

at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)
at org.apache.catalina.core.StandardService.start(StandardService.java:476)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:2298)
at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:284)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:422)
Caused by: org.apache.commons.logging.LogConfigurationException: 
java.lang.ClassNotFoundException: org.apache.commons.logging.impl.Log4jFactory
at org.apache.commons.logging.LogFactory$2.run(LogFactory.java:609)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.commons.logging.LogFactory.newFactory(LogFactory.java:561)


Re: RE : Jetspeed / jsr 168

2004-04-13 Thread Scott T Weaver
Hi François,

There is no plan to make any version of J1 JSR-168 compliant.   However, 
we do plan on providing a migration path from J1 to J2 as soon as J2 is 
stable.

Regards,

**
*Scott T. Weaver *
*  <[EMAIL PROTECTED]>   *
* -- *
*Apache Jetspeed Enterprise Portal   *
*  Apache Pluto Porlet container *
**  
* OpenEditPro, Website Content Mangement *
*    *
**



zze-MORON François FTRD/DMI/REN wrote:

That is to say that 1.4 and 1.5 are not JSR168 compliant for the moment or won't be at all ?

-Message d'origine-
De : Stuart Belden [mailto:[EMAIL PROTECTED] 
Envoyé : mardi 13 avril 2004 14:20
À : [EMAIL PROTECTED]
Objet : Re: Jetspeed / jsr 168

J2 is (will be) JSR168 compliant; 1.4 and 1.5 are stable and are safe for production use.  The jetspeed-dev list is a good way to watch the progress on J2.

 

[EMAIL PROTECTED] 04/13/04 03:58AM >>>
   

Hi,

I'd like to know exactly which versions of jetspeed (1.4, 1.5 and 2) are JSR168 compliant, and which are stable and can be used in production ?

François



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



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


Re: RE : Jetspeed / jsr 168

2004-04-13 Thread Stuart Belden
Won't be at all.  

>>> [EMAIL PROTECTED] 04/13/04 07:26AM >>>
That is to say that 1.4 and 1.5 are not JSR168 compliant for the moment or won't be at 
all ?

-Message d'origine-
De : Stuart Belden [mailto:[EMAIL PROTECTED] 
Envoyé : mardi 13 avril 2004 14:20
À : [EMAIL PROTECTED] 
Objet : Re: Jetspeed / jsr 168


J2 is (will be) JSR168 compliant; 1.4 and 1.5 are stable and are safe for production 
use.  The jetspeed-dev list is a good way to watch the progress on J2.

>>> [EMAIL PROTECTED] 04/13/04 03:58AM >>>
Hi,

I'd like to know exactly which versions of jetspeed (1.4, 1.5 and 2) are JSR168 
compliant, and which are stable and can be used in production ?

François



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


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





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



RE : Jetspeed / jsr 168

2004-04-13 Thread zze-MORON François FTRD/DMI/REN
That is to say that 1.4 and 1.5 are not JSR168 compliant for the moment or won't be at 
all ?

-Message d'origine-
De : Stuart Belden [mailto:[EMAIL PROTECTED] 
Envoyé : mardi 13 avril 2004 14:20
À : [EMAIL PROTECTED]
Objet : Re: Jetspeed / jsr 168


J2 is (will be) JSR168 compliant; 1.4 and 1.5 are stable and are safe for production 
use.  The jetspeed-dev list is a good way to watch the progress on J2.

>>> [EMAIL PROTECTED] 04/13/04 03:58AM >>>
Hi,

I'd like to know exactly which versions of jetspeed (1.4, 1.5 and 2) are JSR168 
compliant, and which are stable and can be used in production ?

François



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


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



Re: Jetspeed / jsr 168

2004-04-13 Thread Stuart Belden
J2 is (will be) JSR168 compliant; 1.4 and 1.5 are stable and are safe for production 
use.  The jetspeed-dev list is a good way to watch the progress on J2.

>>> [EMAIL PROTECTED] 04/13/04 03:58AM >>>
Hi,

I'd like to know exactly which versions of jetspeed (1.4, 1.5 and 2) are JSR168 
compliant,
and which are stable and can be used in production ?

François



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



Add media type

2004-04-13 Thread zze-MORON François FTRD/DMI/REN
Hi,

I'd like to know how can i define or add the media type XHTML-MP (WAP 2) in jetspeed.

François



Linked Portlet

2004-04-13 Thread Jonathan Hawkins
About two years since I used Jetspeed !!

I need a Portlet on the left hand side that displays links (URLs). User
clicks on a link and the content is displayed in another portlet on the
right. Suggestions and ideas very welcome !!

> Jonathan Hawkins
> Product Development 
> CedAr Software Ltd
> CedAr House
> 78 Portsmouth Road
> Cobham
> Surrey
> KT11 1HY
> 
> Tel: 01932 584154
> Mobile: 07740 075492
> 
> mailto:[EMAIL PROTECTED] 
> 
> About CedAr
> 
> CedAr Software Ltd. is the result of the newly formed merger between Cedar
> Software and Arelon.  The company provides Financial, eProcurement and
> Performance Management Solutions that deliver increased capabilities and
> offer a direct and measurable financial return on investment.  CedAr has a
> customer base of more than 500 organisations in both the public and
> private sector. 
> 
> Particular sector strengths include Airlines, Business Services,
> Education, Emergency Services, Financial Services, Government, Health,
> Local Authorities, Not for Profit, Retail and Utilities.  For more
> information, please visit www.cedar.com 
> © 2003 CedAr Software Ltd. All Rights Reserved.
> 
> 


*** 
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they 
are addressed. Any unauthorised distribution or copying is strictly 
prohibited. 
Whilst Cedar Software Ltd takes steps to prevent the transmission of 
viruses via e-mail, we can not guarantee that any email or 
attachment is free from computer viruses and you are strongly 
advised to undertake your own anti-virus precautions. 
Cedar Software Ltd grants no warranties regarding performance, 
use or quality of any e-mail or attachment and undertakes no 
liability for loss or damage, howsoever caused. 
CedAr is a leading UK supplier of Financial, eProcurement, Performance Management and, 
following the recent acquisition of Goldenhill Computer Systems Ltd, HR and Payroll 
software. CedArs solutions deliver increased capabilities and offer a direct and 
measurable financial return on investment. The company has a customer base of more 
than 500 organisations in both the public and private sector. 
Particular sector strengths include Airlines, Business Services,
Education, Emergency Services, Financial Services, Government, Health,
Local Authorities, Not for Profit, Retail and Utilities. For more
information, please visit www.cedar.com 
2003 CedAr Software Ltd. All Rights Reserved. 
***


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



Jetspeed / jsr 168

2004-04-13 Thread zze-MORON François FTRD/DMI/REN
Hi,

I'd like to know exactly which versions of jetspeed (1.4, 1.5 and 2) are JSR168 
compliant,
and which are stable and can be used in production ?

François