interportlet communication best practices

2005-03-08 Thread Soo Han
Hi all, I am using Jetspeed 1.4 and Tomcat 5.0.27 I am trying to access and modify the attributes of one portlet from action class of a different portlet. What is the best practice to access portlet configuration of one portlet from another? any help will be appreciated, thanks! --

Re: Struts bridge, lost request parameters

2005-03-08 Thread Ate Douma
Colin, I will try to look at you problem later this evening or otherwise tomorrow evening. Ate Colin O'Toole wrote: Hi all, I was using Struts portlet 0.2 with my app and it was working fine, I've upgraded to the latest version from CVS and I'm now losing request parameters. I have a action that i

Re: security_credential - encryption algorithm

2005-03-08 Thread Ate Douma
Shah Amit wrote: Did some reasearch in the spi-impl modules and found that it is SHA-1. Can someone confirm if I am right For the default configuration, yes. Its a MessageDigest algorithm name and you can configure it through the Spring context. For populating the security_credential table w

RE: security_credential - encryption algorithm

2005-03-08 Thread Shah Amit
Did some reasearch in the spi-impl modules and found that it is SHA-1. Can someone confirm if I am right Thanks, Amit Original Message Follows From: "Shah Amit" <[EMAIL PROTECTED]> Reply-To: "Jetspeed Users List" To: jetspeed-user@jakarta.apache.org Subject: security_credential - en

security_credential - encryption algorithm

2005-03-08 Thread Shah Amit
Hi all, Does anyone know what kind of encryption is used on security_credential table ... Actually I have some data that I need to translate to jetspeed based model and populate the security_credential table with an external program so ... Thanks, Amit -

RE: Jetspeed2 with Oracle Help?

2005-03-08 Thread Z B
Hi, I'm also using Oracle. I changed the parameters in the HSQL entry in the jetspeed.xml file. Following is my jetspeed file: appName="Jetspeed" userClassNames="org.apache.jetspeed.security.impl.UserPrincipalImpl"

RE: EmptyStackException

2005-03-08 Thread Roel van Dijk
I screamed too soon. I tried this with a custom remote page, and that worked just fine. Apparently the startTag/stopTag/startTagNumber configuration for the "Mozilla Clipped" portlet is not applicable anymore. Still, it's an ugly, big stacktrace ;-) Roel -Oorspronkelijk bericht- Van: R

EmptyStackException

2005-03-08 Thread Roel van Dijk
I've checked out Jetspeed 1.6-dev from the CVS, and it runs fine on Resin 3.0.12 on my Debian machine. I'm trying out the different Portlets. I've configured a custom XSLT Porlet, which works just fine. However, the next portlet I wanted to try were the WebClippingPortlet. First, when I tried the