AW: Problem with Jetspeed 1.4

2004-01-23 Thread Michael Burschik
As far as I can seen, the xreg files are okay. Moreover, they work with Jetspeed 1.4-b4, so what has changed since then? Regards Michael Burschik Check your registry files (*.xreg), they look screwed up, see if they are valid xml files, and doesn't stop somewhere for no reason. Aurelien

RE: ***Scrollbar in a portlet***

2004-01-23 Thread Roshan G
Hi Archana, Thanks for the snippet. It really did give me an idea. I should be able to put in my JSP too here right? Do you think there will be any problem? Will try it with one of the JSPs i have. Yeah it should work fine. Basically you can put pretty much any HTML code that can appear

Jetspeed 1.4 deployment performance ?

2004-01-23 Thread Dalton, Michael D
Does anyone have any good source of information regarding the performance of a fully deployed Jetspeed 1.4 configuration. My management has been asking for numbers. I am looking for: 1) How many users can Jetspeed 1.4 handle. 2) Performance differences between Windows and UNIX boxes 3)

RE: js_pane vs. js_panename....

2004-01-23 Thread Craig Connell
Richard, What you need to do is change your portlet entry to look like this: portlets id=P-fa3f54716a-1 name=NewPage metainfo descriptionNewPage/description titleNewPage/title /metainfo security-ref parent=owner-only/ layout position=1

RE: ***Scrollbar in a portlet***

2004-01-23 Thread Archana Turaga
Thanks will try the approach and see if it works for me. I was checking out IFRamePortlet to put my JSP into it(Since it seemed pretty easy to do)...but after reading some mailing list mails i figured that when any page is put in the IFramePortlet it is trerated like a separate app and none of

RE: ***Scrollbar in a portlet***

2004-01-23 Thread Archana Turaga
What you said was right. I tried viewing the JSP in opera and it does not like it at all...it works in IE though..cool..i was pretty happy to see that. I will look up the javascript and see what happens...I was planning to search the web for the javascript...any sites where i can find this

RE: Jetspeed 1.4 deployment performance ?

2004-01-23 Thread Prasad A Navalimath
First I am sorry for replying with same subject body though I am little deviating from the main topic. Yes I am also very much interested in information on the same lines. Michael Dalton, Could you please send the steps for how you configured MySQL with Jetspeed. I tried the step given in the

RE: js_pane vs. js_panename....

2004-01-23 Thread Richard Berger
Craig: Thanks much - it works perfectly now. I was wondering whether or not I had not set the name correctly. Did I somehow miss this in the customizer (which is what I used to create the new pane) or is it something that is only available through the .xreg entry? Thanks again, RB Twenty

How to get Role name ?

2004-01-23 Thread Prasad A Navalimath
Hi all, My requirement is : User1 -- who can customize its home page. This person role name is role1 User2 -- This person should only be able to view pages same as home page of user1, ie., no customization links at all. This person role name role2. How I am planning to implement this is, -- *.

RE: Jetspeed 1.4 deployment performance ?

2004-01-23 Thread Dalton, Michael D
Check out the thread I started called HSQL to mySQL configuration problem - ProfileException. That may answer your problem. I have set up mySQL as the user database but still have to convert the filed based PSML over to mySQL. -Original Message- From: Prasad A Navalimath

RE: js_pane vs. js_panename....

2004-01-23 Thread Craig Connell
You're welcome ... I have not seen anything in the customizer ... the only way I know how to do it currently is through .xreg manipulation. Craig -Original Message- From: Richard Berger [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 11:27 AM To: Jetspeed Users List Subject:

RE: How to get Role name ?

2004-01-23 Thread Craig Connell
Try: JetspeedSecurityService.getRole(user.getUserName()); That should work for you. Craig -Original Message- From: Prasad A Navalimath [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 11:55 AM To: 'Jetspeed Users List' Subject: How to get Role name ? Importance: High

[J1] Customization Does Not work

2004-01-23 Thread Dmitry Sklyut
Hi All, I am experiencing a strange problem. When I try to customize a portlet (click on the customize button in the header of the portlet), customization does not take hold but appends ,Customize to the template name. So when I come back to the portal I get the following error instead of the

RE: Jetspeed 1.4 deployment performance ?

2004-01-23 Thread Prasad A Navalimath
Thanks for reply. First I have some info for performance tuning: http://nagoya.apache.org/wiki/apachewiki.cgi?JetspeedPerformanceTips Sorry again that I am combining two different topic with this reply, namely, - performance, and Data migration from PSML to MySQL issues. I read your thread -

RE: How to get Role name ?

2004-01-23 Thread Prasad A Navalimath
Thanks for reply :-) actually I was try to find a way in .vm files (velocity template files). So that while displaying the vm file, I will check whether the role is admin or role1 or role2, and decide whether to display the portlet content or hide part of it. Or if there any sophisticated way to

Re: Getting userid and password

2004-01-23 Thread Bela Kovac
Am 22.01.2004 um 21:51 schrieb Peter Andersén: Is there a method in the jsp page to get username and password on the user logged in or ? There is a way to get L and P from the user logged in (in a JSP portlet): The action class should look something like this: package

RE: [J1] Customization Does Not work

2004-01-23 Thread Dmitry Sklyut
Ok. I figured it out, but I still think there should be a fix. I set hidden=true for template so now it doesn't show up in the customization screen. One of the o.a.j.modules.actions.controls.Customize.doPerform() has the following code: jdata.setScreenTemplate(Customize); This is what get

RE: How to get Role name ?

2004-01-23 Thread Dmitry Sklyut
Take a look here: http://jakarta.apache.org/jetspeed/site/portlet_config_Velocity.html This lists what you have in the context for Velocity. I think it is trivial to create a macro that will return the UserRole by calling JetspeedSecurityService.getRole(user.getUserName()); I haven't used

Exception while deploying jetspeed 1.4 with Hypersonic DB

2004-01-23 Thread Archana Turaga
Hi, On one of our machines here we have 4.1.29 tomcat along with 1.4.0 JDK. I put in the jetspeed.war after downloading the source and compiling. Please look below for the exceptions found in each of the jetspeedservices.log and jetspeed.log. Exceptions happen the moment we access the portal

RE: [J1] Customization Does Not work

2004-01-23 Thread Richard Berger
Sorry I wasn't able to get back to you sooner. I had experienced the same problem - and came up with the same fix (set hidden=true). Drove me crazy for a number of hours - you seemed to have solved it a bit faster. Enjoy, RB Twenty Years | One Mission | Accelerating Business

connecting to Hypersonicsql

2004-01-23 Thread venkat nagaraju
hi all, How to connect to HypersonicSQL just like connecting to Oracle or postgresql (not Programmatically). As it maintains users in hypersonicsql I need to change the passwords and create new tables and so on. Thanks in advance. Regards Raju