Deploy Portlet problem in JS2

2003-10-30 Thread Eric Chow
Hello, When I deploy the demo portlet in JetSpeed2, it just display the following. I had followed all the steps in the document. But still failed. In fact, I met some other problems: 1. I was ever deploy success one time. But it failed to load those portlet pages. When loading http://localhost/j

Jetspeed 1.4 release available for download

2003-10-30 Thread Mark Orciuch
The Jakarta Jetspeed development team has released the latest version of the Jetspeed Portal Server, version 1.4 Final Release. * New Features * - Search service refactored with pluggable document handlers - Parameter style jsp tag - Logging converted from Turbine to Commo

Re: Objectdata

2003-10-30 Thread Yong Bing Khoo
Are you referring to Objectdata in TURBINE_USERS table? If yes, then the answer is probably a java.util.Hashtable. Regards, Yong Bing From: "Thavutam, Prashanth" <[EMAIL PROTECTED]> Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]> To: 'Jetspeed Users List' <[EMAIL PROTECTED]> Subject: Objectda

RE: Has Jetspeed 1.4 gone final?

2003-10-30 Thread Celeste Haseltine
Mark, Thanks for the update. I've not seen any announcements, but the 1.4 war file dated 10/29 is on the Jetspeed home page, if you select the option to download the binaries (war file). If you select the menu option to download the source, 1.4b4 is still available. I didn't know if this meant

RE: Has Jetspeed 1.4 gone final?

2003-10-30 Thread Mark Orciuch
Have you seen any annoucements? I'm in process of putting out the final release. Please hold your horses until tomorrow. Thanks! Best regards, Mark Orciuch - [EMAIL PROTECTED] Jakarta Jetspeed - Enterprise Portal in Java http://jakarta.apache.org/jetspeed/ > -Original Message- > From: Ce

Re: One Panel with 3 JSP Portlets

2003-10-30 Thread Yong Bing Khoo
The problem may be circumvented by adding a hidden input field in your JSP's form. As such, your modified JSP may contain the following: <%@ taglib uri='/WEB-INF/templates/jsp/tld/template.tld' prefix='jetspeed' %> <%@ page import="org.apache.turbine.util.Log"%> <% try {

Has Jetspeed 1.4 gone final?

2003-10-30 Thread Celeste Haseltine
I just went to the Jetspeed home page and noticed that the war file is now named 1.4 not 1.4 b4. Is Jetspeed 1.4 now a final release? If so, the source code on the Jetspeed home page still reflects the 1.4 b4 zip file. How would I go about getting a copy of the source code for the 1.4 war release

Objectdata

2003-10-30 Thread Thavutam, Prashanth
Can someone please expalin what objects are stored in objectdata columns. I am having problems creating tables in DB2(v 7) on OS/390. I tried to use varchar, but there is a limit on that and I can't go beyond length 4000. Using LOBs is not allowed in our environment. Thanks for any help. Prashanth

How to set which tab is active in pane

2003-10-30 Thread Boyd, David
I have created a child pane of a parent pane. parent child1child2 child3 now, each child has a security reference for it defined in the security xreg file. Like etc. What is happening is, let say I have a user whos role does not allow him to view child1, so the user role i

RE: how to call buildNormalContext manually

2003-10-30 Thread Todd Kuebler
Well, to answer your question exactly it would be possible with a massive amount of work getting jetspeed/turbine to use server-side push. But I don't think that is feasible or desirable. You can also set a client refresh for x seconds to refresh the page, this is more feasable and could prob

Re: Security model

2003-10-30 Thread Todd Kuebler
You just need to remove the form based logins from the template and implement a SessionValidator to login the user into jetspeed/turbine (assuming you can at least get the username from the request or somewhere). -tk At 05:39 PM 10/28/2003 -0500, Thavutam, Prashanth wrote: Here is the require

RE: User authentication

2003-10-30 Thread Todd Kuebler
Another approach is to use servlet container (tomcat or whatever) managed auth to authenticate your user and provide a SessionValidator to manage logging in the user to jetspeed/turbine. In this approach you disable the form based login actions altogether by removing them from the appropriate

Re: Info about JS1 hot portlet deployment

2003-10-30 Thread Todd Kuebler
I don't believe so. If it does, you should be able to compile your classes into the WEB-INF/classes directory, add the entry to the .xreg )or a new .xreg) and your templates to the proper directories. I have never gotten that to work however, a restart seems required. -tk At 11:48 AM 10/29

Re: Info about Jetspeed registry

2003-10-30 Thread Todd Kuebler
The only luck I've ever had changing .xreg files is with tomcat and the portal not running at all. Your milage may vary. -tk At 03:05 PM 10/29/2003 +0100, [EMAIL PROTECTED] wrote: Hi! I'd like to know some info about registry management: if i change some portlet definition in xreg file and wai

Re: Difference Pluto <-> Jetspeed

2003-10-30 Thread Todd Kuebler
No, Jetspeed 1 does not currently support JSR 168. I don't think there are any official plans to add this feature to Jestpeed 1 (spi) as all future development will be focused on J2. Of course, it is probably possible to create a JSR 168 container as a portlet in J1, there are just no plans I

Re: Some question about jetspeed

2003-10-30 Thread Todd Kuebler
It sounds like you would benefit from reading the Jetspeed Tutorial from start to finish. You can find it at: http://www.bluesunrise.com/jetspeed-docs/JetspeedTutorial.htm %regards -tk At 12:15 PM 10/30/2003 -0300, Jose Campot wrote: Hello, I have a few questions about Jetspeed and I was hop

Re: One Panel with 3 JSP Portlets

2003-10-30 Thread Todd Kuebler
Also, if your action is shared between different portlets (possible due to mvcportlet implementation) and you want your action to only act on one portlet you must set the 'js_peid' as a variable in your form so the jetspeed system knows the portlet you are targeting (usually a good idea anyway)

WSRP4J Consumer for Jetspeed 1

2003-10-30 Thread Helder Pinto
Hi, all. I want to integrate WSRP portlets in a Jetspeed portal, and I cannot wait for version 2 in order to possibly make by job easier. I must develop the solution as soon as possible. So I am in the way of starting the development of a WSRP4J Consumer for Jetspeed 1. As I want to avoid starting

Re: Title Bar Icons in Portlet for Anon

2003-10-30 Thread Gerald Stampfel
I've set services.JetspeedSecurity.actions.anon.disable=false services.JetspeedSecurity.permission.default.anonymous=* problem is, I still don't see any buttons. - Gerald Stampfel [EMAIL PROTECTED] - Original Message - From: "Holger Dewes" <[EMAIL PROTECTED]> To: "'Jetspeed Users List

Some question about jetspeed

2003-10-30 Thread Jose Campot
Hello, I have a few questions about Jetspeed and I was hoping someone could help me. I download jetspeed-1.4-b4 1) Does Jetspeed support LDAP authentication? 2) Do I have to change Jetspeed code to add profile values to my users? 3) When I try to compile the tutorial or the todolist-portlet-1.0

Re: One Panel with 3 JSP Portlets

2003-10-30 Thread Stefan Kuhn
Hi, you actually encountered a common problem which is due to a misunderstanding: Portlets only exist on the server side, for the browser it's just one html page and therefore you can't refresh a single portlet. Always the whole page is sent to the server and all portlet classes are executed. If

One Panel with 3 JSP Portlets

2003-10-30 Thread troppfigo
I have a panel with 3 portlet (a,b,c), every portlet is a very simple jsp portlet which use org.apache.jetspeed.portal.portlets.JspPortlet and its action class (JspPortletActionA,JspPortletActionB,JspPortletActionC) Example of portletb.xreg Prova JSP B esem

Re: Problems/Questions with RSS Portlets and caching

2003-10-30 Thread Grischa Brockhaus
Hello, If you would even provide a link to look at, it would make me happy... Anyone has to know that? Not? Grischa Brockhaus wrote: I have added some RSS feeds to my jakarta configuration, as I love to see all relevant (to me) news on one page. I want to see fresh news, when I reload the por

RE: Title Bar Icons in Portlet for Anon

2003-10-30 Thread Holger Dewes
> -Original Message- > From: Gerald Stampfel [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 29, 2003 10:06 PM > To: Jetspeed Users List > Subject: Title Bar Icons in Portlet for Anon > > > Hey again! > > When displaying the standard, not customized, Jetspeed root page > (http://f