[j2] cornerstone depends on jdmk

2004-02-18 Thread Ender Hikmet KILIÇOÐLU
Where can I find this lib. Which type of license used for this kit. Ender - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Security questions

2004-02-18 Thread Stijn de Witt
Since 1.4b4 contains quitte some bugs that have been fixed, I recommend switching to 1.4 final while waiting for 1.5... -Stijn - Original Message - From: Archana Turaga [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 8:42 PM Subject: Re: Security questions

Is class JspPortletAction deprecated?

2004-02-18 Thread Stijn de Witt
I read the following comments in the source for JspPortletAction. Does this mean I should avoid using JspPortletAction altogether? If I plan to switch to Jetspeed 2 as soon as it becomes official, should I care about this? Thanks for any insights. -Stijn /** * An abstract action class to

RE: trouble with MySql

2004-02-18 Thread Paul Mansfield
On Tue, 2004-02-17 at 17:24, Bryan K. Cantwell wrote: Oh, but you assume wrong, I AM using the wrong driver. Now, which is the correct jar for that driver? you could write your own, but personally I'd use the ones from www.mysql.com :-) -Original Message- From: Paul Mansfield

R: Headache with the Tutorial

2004-02-18 Thread Piero Cazzati
Hi scott, My jetspeed home is in tomcat/webapps/jetspeed. I copied the jetspeed.war to the jetspeed home directory (tomcat/webapps/jetspeed). I can now compilie the tutorial by running ant tutorial-1. Jetspeed home distribution must be different to tomcat/webapps/jetspeed :( e.g.

Re: nested submenu question

2004-02-18 Thread Stuart Belden
I had this same req a while ago ( http://www.mail-archive.com/[EMAIL PROTECTED]/msg09943.html ) The way I did it, with help from someone else on the list, was to use two controls; MainMenu and SubMenu. MainMenu is modelled after VelocityPortletSetControl, and adds the concept of level to a

Re: nested submenu question

2004-02-18 Thread Archana Turaga
That is helpful. Thanks for responding. Based on what you told me though i have some questions: 1) So the number of levels in the menu are fixed then. So if i have submenu nested three levels deep then i should have three Sublevel controls. For eg. if i want MainMenu (control) SubMenu

Re: Exception while using jetspeed:dynamicUri

2004-02-18 Thread Archana Turaga
1) When i put my AddNodePage.jsp under the screens directory it worked...except it showed the portlet maximised. I want it to be shown within the portlet pane itself. My primary objective is to show the portlet without maximising ...So i do not care where i have to put the file in templates or

Re: Headache with the Tutorial

2004-02-18 Thread scott
It still won't work. Here is a what my properties file looks like now. This time I made my changes then did ant war. Then ant deploy from the jportal directory. I reread the directions and followed them exactly 6 times and it will not work properly. # typical settings without source # #

Re: [j2] cornerstone depends on jdmk

2004-02-18 Thread Jun Yang
They are libs in the Sun's JMX reference implementation. Download from here: http://java.sun.com/products/JavaManagement/index.jsp . Put them (jmxri-1.2.1.jar and jmxtools-1.2.1.jar) under Maven's repository in jmx/jars. Jun

Error rendering Velocity template: null

2004-02-18 Thread Daniel Farinha
I'm currently having problems with this exception: org.apache.turbine.util.TurbineException: Error rendering Velocity template: null The background to this, as summarized as possible: 1) working on CHTML support for JetSpeed 1.4, based on the existing WML support (following Marco Mari's

user's locale

2004-02-18 Thread Gregory Joseph
Hi list, I'm using Jetspeed-1.4. I've been trying to find where the user's locale is stored. I thought it would be somewhere in rundata, but it doesn't seem to be the case. If I use the language portlet, I see that indeed the headers of jetpseed (login links etc) change language, but I still get

RE: Has anyone ever made the Cone ToDoList work!?!?

2004-02-18 Thread Dalton, Michael D
Check out the Jetspeed User thread titled Cone's To Do List portlet configuration problem that I started. And, yes I did get it to work. Michael Dalton -Original Message- From: Bryan K. Cantwell [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 11:20 PM To: 'Jetspeed Users

Re: user's locale

2004-02-18 Thread Archana Turaga
Also look at the JetspeedSessionValidator class...you will get an idea of what is going on [EMAIL PROTECTED] 02/18/04 11:03AM Hi list, I'm using Jetspeed-1.4. I've been trying to find where the user's locale is stored. I thought it would be somewhere in rundata, but it doesn't seem to be the

Problem with setScreen...

2004-02-18 Thread Amin Lalji
Hello, I have an application where a method in a velocity portlet (DoUpdate) get's called. Once this method is run, I would like to forward the user to a new screen. in order to accomplish this I use: rundata.setScreen(UpdateSuccess); This results in Requested Screen not found:

Re: user's locale

2004-02-18 Thread Archana Turaga
You can get the user's locale from the method :user.getPerm (language). If this is null you can set the user locale by doing the following : 1) Instantiate a new locale 2) user.setPerm (locale ,locale); user.setPerm (language, System.getProperty (user.language));//Here i'm getting the

RE: user's locale

2004-02-18 Thread Gregory Joseph
thanks ! So what I see I can do is : rundata.getUser().getTemp(locale)... Now why is that stored in a map called Temp !? what a weird idea... Anyway, thanks ;) g -Original Message- From: Archana Turaga [mailto:[EMAIL PROTECTED] Sent: mercredi 18 février 2004 20:49 To: [EMAIL PROTECTED]

Re: Has anyone ever made the Cone ToDoList work!?!?

2004-02-18 Thread karthikeyan
To my experience Todolist is not as easy as Jportal... where Jportal configuration, compiling creating war etc., are much straightforward especially tried with accompanying tutorial. Todolist 'readme' is not sufficiently documented except for list of jar files needs to be included before

[Fwd: Apache vs JSP vs Jetspeed]

2004-02-18 Thread Paul Mansfield
I did some performance testing using two machines which are dual pentium4 zeons each with 4GB of memory, u320 scsi etc. I used jakarta jmeter on one, and tested apache 1.3.28 - modjk2 - tomcat 5.0.16 - jetspeed1.4 the results are interesting. I can't say they're perfect - far from it - because I