Jetspeed 2 build failure -- jars not found at ibiblio or bluesunrise

2004-05-21 Thread Jetspeed
Hello - I've just downloaded via cvsgrab the HEAD-tagged sources for Jetspeed 2. Maven is configured to use ibiblio and bluesunrise as remote repositories. It appears to be working, but when I attempt to run the indicated build command maven allClean allBuild, I get a number of warnings

Jetspeed 2 download

2004-05-21 Thread Vikas Gupta
Hi All, I am planning to download jetspeed 2 to evaluate if jetspeed - struts can work together. I read it somewhere that Jetspeed 2 does support struts. Has anybody implemented Jetspeed and Struts successfully?? Also, I have never used cvs before, can anyone sugget how do I go about it. Any help

Is Jetspeed-2 ready to use?

2004-05-21 Thread Vladislovas Razas
Is jetspeed-2 ready for production? Sorry I did not find their FAQ and they have only developers mailing list. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Jetspeed 2 build failure -- jars not found at ibiblio or bluesunrise

2004-05-21 Thread Ate Douma
Jetspeed wrote: Hello - I've just downloaded via cvsgrab the HEAD-tagged sources for Jetspeed 2. Maven is configured to use ibiblio and bluesunrise as remote repositories. It appears to be working, but when I attempt to run the indicated build command maven allClean allBuild, I get a number of

Looking for Jetspeed experts

2004-05-21 Thread Christophe Lombart
Hi All, I'm looking for Jetspeed/CMS experts for an important project in Europe - Brussels/France (french or english speaker). The following knowledge are required : * Jetspeed or any other portal solution. * Red Hat WAF - content management solution (very important). * Lucene or any other

[J2]: Build issue with struts-portlet

2004-05-21 Thread Vikas Gupta
Hi All, I am trying to build struts-portlet, I am getting following exception, Can someone tell me what's wrong, Regards Vikas D:\Program Files\Apache Software Foundation\Jetspeed 2\struts-portletmaven __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_|

Re: [J2]: Build issue with struts-portlet

2004-05-21 Thread Ate Douma
Looks like one of your xml files is corrupted. Which one is hard to tell from the stack trace. Check the maven.xml and/or project.xml. Because its a multi-project it could be ../project.xml also. Vikas Gupta wrote: Hi All, I am trying to build struts-portlet, I am getting following exception,

Re: Jetspeed 2 build failure -- jars not found at ibiblio or bluesunrise

2004-05-21 Thread OlsonE
I am seeing the same problems Dan is when trying to run the instructions from http://portals.apache.org/jetspeed-2/getting-started.html - early in the build, I get the following warnings: Attempting to download content-server-2.0-a1-dev.jar. WARNING: Failed to download

Retrieve url from RunData

2004-05-21 Thread Stefano Bianchi
HEllo! With this I can get the page name: %@ taglib uri='/WEB-INF/templates/jsp/tld/template.tld' prefix='jetspeed' % %@ page import = org.apache.jetspeed.services.resources.JetspeedResources % %@ page import = org.apache.turbine.util.RunData % % RunData data = (RunData)

Re: Retrieve url from RunData

2004-05-21 Thread Stefan Rennick Egglestone
One possibility is via request.requestURI() in your JSP. I've tried it on one portlet, and it returns /WorkflowPortal/portal/media-type/html/user/test/page/default.psml/js_pane/211 which is not quite what you want, but may be good enough. (note - request is of type

Jetspeed - WSRP

2004-05-21 Thread OlsonE
Are there plans for Jetspeed 2 to support the WSRP standard? If so, is there a general timeline for this to be implemented (or is it already in?) Thanks, Eric Olson

Re: Retrieve url from RunData

2004-05-21 Thread Stefano Bianchi
Thank Stef, it works! I have to work on Strings but... I still wonder if there is any key in Rundata.getParameters() returning it without any further operation. Bye Stefano - Original Message - From: Stefan Rennick Egglestone [EMAIL PROTECTED] To: Jetspeed Users List [EMAIL PROTECTED]

Can someone elaborate on Jetspeed-1 vs Jetspeed-2

2004-05-21 Thread Vladislovas Razas
I want to use either one of them but I am not sure which one I want :) What can I gain from J2 vs J1 and vice versa. To save Your time, quick tips would be enough. Vladas

jetspeed od liferay?

2004-05-21 Thread Debora Galante
-Messaggio originale- Da: Scott T Weaver [mailto:[EMAIL PROTECTED] Inviato: giovedì 20 maggio 2004 0.30 A: Jetspeed Users List Oggetto: Re: R: Struts Jetspeed 1.5 Thanks to Ate Douma, Jetspeed 2 is now capable of running struts-based portlet apps. The latest CVS HEAD will

RE: Can someone elaborate on Jetspeed-1 vs Jetspeed-2

2004-05-21 Thread Vikas Gupta
Hi Razas, Well JS 1 has a stable release (v1.5) and there is yet no release (not even Beta ) for JS 2. Though you can definitely download JS2 from cvs repository. Advantages of using JS 2 is that it will adehere to JSR 168 specs. So it will be industry wide accepted and standardized. Cant say much

non-text in JSP(mixed content type in portlet)

2004-05-21 Thread Sihong Fan
I want hide(security reason) a group of static PDF in jetspeed. So I read and write the PDF in jsp. This jsp page can read and write jsp out side jetspeed. But after I put it into jetspeed. It give me 'getWriter() has already been called for this response ' error. Does any one know how to solve

Jetspeed 1.5 and ldap

2004-05-21 Thread Daniel SELAM
Hi, I have several questions concerning ldap management with jetspeed : a) seems that it does not work with tomcat 5. while works better with tomcat 4., is there any reason ? b) What's the purpose of services.JetspeedSecurity.caching.enable variable ? (seems better to set it to false) c) I can

Jetspeed 1.5 and Turbine

2004-05-21 Thread alex
Does anyone have any examples of using Turbine (or at least Torque) with Jetspeed 1.5? Or maybe a how-to? Alex Irazabal --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004

RE: Jetspeed 1.5 and ldap

2004-05-21 Thread Jeremy Ford
You may want to try pulling the latest source from CVS. There was a bug that was recently fixed in regards to the LDAP implemenation. Jeremy Ford [EMAIL PROTECTED] From: Daniel SELAM [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Jetspeed 1.5 and ldap Date: Fri,

Error retrieving Portal Page

2004-05-21 Thread masa lang
Hi , in jetspeed interface : when i logged in with turbine , i see this message : Error retrieving Portal Page: null , and there is nothing .. !! and when i log in with admin in Portlet browser, i couldn't see the parents , category, media type, type the all the list (there is nothing!)

What is the default Group Profile?

2004-05-21 Thread Bob Fleischman
And where is it created? I am familiar with services.Profiler.newuser.template for new users, but I did not see anything similar for groups. I would like to intercept the process and customize the Profile/PSML that is created for each group so that I can quickly create team workspaces. Has

Jetspeed 1.6-dev from CVS - Freeze in CastorRegistryService

2004-05-21 Thread Jean-François Ménard
With a fresh build from CVS, everything work fine for a while. But as soon as I try to use a VelocityPortlet or a JspPortlet, Jetspeed hang and cannot start anymore. In fact, as soon as I insert one of these portlets in my psml files, I can't start Jetspeed anymore... What's very bizarre is that

Re: Error retrieving Portal Page

2004-05-21 Thread masa lang
when i logged in with anon , i can see the portlet (mine) but when i try turbine i have this message : Error retrieving Portal Page: null And i saw in jetspeed.log : ERROR MyPagesListBox - Exception java.lang.NullPointerException at

RE: Error retrieving Portal Page

2004-05-21 Thread Jeremy Ford
I believe that this bug has been resolved. See http://nagoya.apache.org/jira/browse/JS1-474 Try using the latest src from CVS. Jeremy Ford [EMAIL PROTECTED] -Original Message- From: masa lang [mailto:[EMAIL PROTECTED] Sent: Friday, May 21, 2004 5:28 PM To: Jetspeed Users List

RE: Error retrieving Portal Page

2004-05-21 Thread masa lang
i am new with jetspeed my question is : how can you explain that the anon user can see his portlets but not the turbine user ? src from CVS ? i had my jetspeed by .war ! can you explain me please ? thanks in advance Jeremy Ford [EMAIL PROTECTED] wrote: I believe that this bug has been

RE: Error retrieving Portal Page

2004-05-21 Thread Jeremy Ford
I don't know why the turbine user is having trouble. The stack trace that you sent would seem to indicate you ran into a bug that has been fixed in the development tree. In order to get access to the src in the development tree without waiting for an official release, you need to access