Page rebuilding and caching

2005-02-10 Thread zazo
Hi all, I'm trying to add to J2 some kind of security constraints at the level of a single portlet. It's supposed to be as simple as possible. To achive this goal I'm using portlet enitity's preferences. I modified a little bit PageAggregatorImpl and according to these preferences above I can dec

PAM protlet not foud

2005-02-10 Thread jean charles jabouille
Hi, when I deploying Jetspeed I can see that the pam application (pam.war) is deploying. So The PAM portlet definition loaded for Jetspeed. But when I try to access to the http://localhost:8080/jetspeed it means that Jetspeed can't find the PAM portlet definition and do an error. How can I defi

Jetspeed 2 Login Issue

2005-02-10 Thread giridharan.loganathan
Hello I am using jboss 3.2.6 and jetspeed 2, I am able to login from the index page using the admin/admin, but I am facing small problem, as soon as I login, it will ask to change password, if I change also , it is asking repeatedly many times and I am not able to go to administrative portle

jetspeed 2 in jboss4.0.1

2005-02-10 Thread giridharan.loganathan
hi, While i was deploying jetspeed 2 in jboss 4.0.1 I encounter an exception which says as "problem with xsl transformation". Whoever has successfully deployed j2 in jboss4.0.1 please help me out. regards, giri 2005-02-10 10:35:31,566 ERROR [org.jboss.deployment.MainDeployer] Could not in

Re: Access your own psml file

2005-02-10 Thread Shah Amit
Hi David, Thanks for your answer. I tried that, but I still get the default-page.psml file. Actually I can type anything after http://localhost:8789/jetspeed/portal/ and it still gives me the same jetspeed default page Please help :( Amit Original Message Follows From: David Sean Ta

Jetspeed 2 Login Issue

2005-02-10 Thread giridharan.loganathan
Hello I am using jboss 3.2.6 and jetspeed 2, I am able to login from the index page using the admin/admin, but I am facing small problem, as soon as I login, it will ask to change password, if I change also , it is asking repeatedly many times and I am not able to go to administrative portlets

RE: Jetspeed 2 Login Issue

2005-02-10 Thread Frank Villarreal
giri, I'm not sure what's going on with your particular issue ... but you can take a look at the database table named "SECURITY_CREDENTIAL" and you'll see a field named "AUTH_FAILURES" ... you can reset that field back to 0 in order to keep trying your password. You can also set the "IS_ENCODED"

RE: Changing the webapp context on J2

2005-02-10 Thread Frank Villarreal
Thanks for the info Chris. This is a real bummer, kinda need this soon ... like I said, I'm real close to making it work. I'm able to page through the site in my new context and see all my portlet "placeholders", but their content all comes up "Reason: null". I'll keep trying and post to this li

Re: PAM protlet not foud

2005-02-10 Thread jean charles jabouille
I solved this problem while deploying manually the application portal - Original Message - From: "jean charles jabouille" <[EMAIL PROTECTED]> To: "Jetspeed Users List" Sent: Thursday, February 10, 2005 11:31 AM Subject: PAM protlet not foud Hi, when I deploying Jetspeed I can see tha

RE: Changing the webapp context on J2

2005-02-10 Thread Frank Villarreal
OK ... got it! In order to change the default context in Jetspeed2 ... I still had to take all the steps I outlined in my previous email (see below), but I had to perform them immediately after running Maven's "quickStart" task. Apparently, J2 does some type of initialization that "hard-codes" the

RE: Jetspeed 2 Login Issue

2005-02-10 Thread Pesendorfer, Tom
I had the same problem - in my case, iirc I got around by modifying the "isUpdateRequired" method to simply return false, but that's obviously just a temporary hack (my goal was to get it to work with an existing LDAP directory, so I didn't mind that), Regards, Tom -Original Message- From

RE : jetspeed 2 in jboss4.0.1

2005-02-10 Thread boussicaud
I think your jetspeed-ds.xml is not well formated. Compare with hsql-ds.xml. Cedric -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : jeudi 10 février 2005 13:59 À : jetspeed-user@jakarta.apache.org Objet : jetspeed 2 in jboss4.0.1 hi, While i was deployi

controlling portlet caching in jetspeed 1.5

2005-02-10 Thread Dan Moore
Hi folks, I am looking into portlet caching a bit in Jetspeed 1.5. We have some portlets, all subclasses of VelocityPortlet. The data they pull (from an oracle database) is mostly static, but there are some times where data changes, and we'd like the portlets to reflect that. All of these portl

JFreeChart and JetSpeed2

2005-02-10 Thread Satyabrata.Dash
Hi, I am trying to use CeWolf and JFreeChart packages within JetSpeed2 Portlets. The image never gets rendered and I get "The Chart has expired and please reload" error. When I debugged this error message, I found that somehow the session object used by renderer is different. So the image is ne

AW: Changing the webapp context on J2

2005-02-10 Thread Sven Thiergen
> OK ... got it! > > In order to change the default context in Jetspeed2 ... I still had to take > all the steps I outlined in my previous email (see below), but I had to > perform them immediately after running Maven's "quickStart" task. > Apparently, J2 does some type of initialization that "hard