Re: Trouble Installing Jetspeed v1.4b1, TomCat 4.0.4, JDK 1.4.0b92, Linux RH 7.2 (MANIFEST.MF file not found)

2002-08-15 Thread Mudit Wahal
Hi all, Actually, I got this error message when I copied the jetspeed/conf/web.xml file from the source tree into the tomcat4/webapps/ROOT/WEB-INF/web.xml file. I was experimenting something while getting the repeated failures. If I remove the changes I made to the file and just keep the jetsp

Trouble Installing Jetspeed v1.4b1, TomCat 4.0.4, JDK 1.4.0b92, Linux RH 7.2

2002-08-15 Thread Mudit Wahal
I'm having trouble running jetspeed v1.4b1. Tomcat is 4.0.4. JDK is 1.4.0b92 (Sun) Linux RH 7.2 My tomcat is up and running with examples jsp and servlets. So, configuration is not an issue. I unzipped the war.zip file and copied jetspeed.war into /var/tomcat4/webapps. When I restart the tomc

Form Question

2002-08-15 Thread gueclan
Hi, I've a form and in it are some input boxes, 2 dropdown lists and a submit button. Upon clicking the submit button, it will invoke ActionAbc and it's working correctly but I've a query: Upon selecting an item from the 1st dropdown list, it's supposed to fetch from the database based on the

Urgent: rundata.setScreenTemplate() doesn't work

2002-08-15 Thread gueclan
Hi, I've created an action which extends from VelocityPortletAction. The template is test.vm and it's located in templates/vm/portlets/html/irportal/. It's working fine except that in the event of exception, it's supposed to call ShowError.vm (located in templates/vm/screens/html/) but instead

Urgent: Question on access rights

2002-08-15 Thread gueclan
Hi, I'm trying to remove the ability to customise a portlet from the user Turbine. First, I tried editing the permissions for the user Turbine, whereby I unchecked the permission "customise". I then logged in as Turbine but I'm still able to customise the portlets. I've even try restarting Tom

RE: problems while configuring jetspeed to use a psml database

2002-08-15 Thread def
yes, that was it, I should not run turbine-postgresql.sql , populate-postgresql.sql and then dbpsml-schema.sql because in this order I remove the previously populated tables from the database. thanks! On Thu, 15 Aug 2002, David Sean Taylor wrote: > > org.apache.jetspeed.services.security.Log

RE: XML media type testing

2002-08-15 Thread David Sean Taylor
AFAIK there aren't any, still in committee, although you can be sure IBM is working on it. Why do you put in your column.vm? Why not put that in your screen template? > -Original Message- > From: Ozgur Balsoy [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 15, 2002 2:33 PM > To: Je

Re: XML media type testing

2002-08-15 Thread Ozgur Balsoy
Do you know of any WSRP implementation? After I see XML usage in Jetspeed, I've got a clearer picture of WSRP. Thanks! This is my column.vm: #foreach ( $portlet in $portlets ) $!portlet.getContent($data) #end And, you might guess I get invalid XML: The multiple XML docs was my int

RE: Panes, Tabs, and Templates

2002-08-15 Thread David Sean Taylor
Thats a good request for an enhancement. I always edit the PSML by hand to do this, when it should be the job of customizer. Could you please submit an enhancement request in Bugzilla? Perhaps an Action icon next to the Delete icon [x] Don't really know of an obvious icon for 'Hide'. Is there suc

Panes, Tabs, and Templates

2002-08-15 Thread Matt Lupfer
Hello again, Jetspeed users. I am developing a local community portal using Jetspeed and I need to find a way to create panes that are hidden (that is, not displayed as a tab). I also need to find or create an easy interface to toggle panes as hidden/visible. Any ideas on how should I go about

RE: XML media type testing

2002-08-15 Thread David Sean Taylor
The multiple XML docs was my intention. In my application, the xml payloads are wrappered inside of tags (as per the ICE spec) I have xml controllers and controls that create the wrappers. It works great for me, but yes, I can see where there could be an agregrated XML format. > Portlets would b

Re: XML media type testing

2002-08-15 Thread Ozgur Balsoy
Both sound great. I have tested the agentxml/1.0. It works fine. I see that there are multiple XML docs in the output. It looks like we need XML aggregation like HTML where the result is one big XML following a schema with other XMLs inside (without prologs,of course). Some thing like:

RE: problems while configuring jetspeed to use a psml database

2002-08-15 Thread David Sean Taylor
> org.apache.jetspeed.services.security.LoginException: Failed > to get anonymous user: > org.apache.jetspeed.services.security.UnknownUserException: > Unknown user 'anon' at This question seems obvious but thought I'd double check: Do you have the anonymous user in your TURBINE_USER table? Th

RE: left.vm

2002-08-15 Thread David Sean Taylor
Look at the Home.vm screen template ## test for a maximized portlet #if (($data.User) && ($data.User.getTemp("js_peid"))) $data.setMode("maximize") $jetspeed.getPortletById($data.User.getTemp("js_peid")) ## process as a regular page request #else $data.setMode("default") $jetspee

RE: XML media type testing

2002-08-15 Thread David Sean Taylor
Ozgur, Im using Jetspeed as an XML portal, where Jetspeed checks the User-Agent header for the string "agentxml/1.0" - see the Capability Map. Perhaps a better way would be to check for "accept/xml" in the "Accept" string, but I really haven't been able to relay on it. If you'd like I can add the

left.vm

2002-08-15 Thread Fabiano Cruz
Hi! I´m trying to modify my left.vm in templates\vm\navigations\html, but I don´t know how can I do to add a portlet (to invoke a psml file) on this source. Does anyone know how to do this? UA Fabiano Cruz

Portlet Data Security Question

2002-08-15 Thread John Wubbel
We are using Jetspeed with Tomcat and have implemented a couple of portlets using Velocity. One of our screens will be obtaining confidential data from the user. How can we make sure the data for that portlet is secure when submitted by the user to our server/database? How would we implement SS

RE: Registry file getting trimmed

2002-08-15 Thread Wimmer, Matthias
Hi, I faced this problem by myself. In my opinion the whole registry will be rewritten on shutdown of Tomcat (or maybe during the execution of Jetspeed). The thing is that the castor framework deletes the old file and creates a completely new file. It uses the information to create the tags from

Re: Registry file getting trimmed

2002-08-15 Thread Kamal Muthuswamy
> Kamal, > 1) Are the xreg files being updated AFTER jetspeed is started, i.e. are > you editing the file? No, I am not modifying the registry file. > > 2) What should the size be? What is missing? When and how where the > missing items added? The missing items were there from the start. After

RE: JetSpeed

2002-08-15 Thread Mark Orciuch
Jetspeed can run under IBM WebSphere as well. We are running it under version 3.5. Best regards, Mark C. Orciuch Next Generation Solutions, Ltd. e-Mail: [EMAIL PROTECTED] web: http://www.ngsltd.com -Original Message- From: Wayne A Christian [mailto:[EMAIL PROTECTED]] Sent: Thursday, Au

RE: JetSpeed

2002-08-15 Thread Ramiro Rinaudo
I have Jetspeed running under Jboss 3.0 rc1 and tomcat, and it could run on every other web container with out any problem. -Original Message- From: 'Wayne A Christian' Sent: Thursday, August 15, 2002 11:09 AM To: 'Jetspeed-User \(E-mail\)' Subject:FW: JetSpee

FW: JetSpeed

2002-08-15 Thread Wayne A Christian
We have a requirement for our product that our portal server must be application server neutral. Can Jetspeed run on top of other application servers? Our customers have a wide variety of application servers, including JRun, IPlanet, BEA, WebSphere,... Wayne Christian Sr. Staff Software Engi

problems while configuring jetspeed to use a psml database

2002-08-15 Thread def
I am using postgresql 7.2.1 and jetspeed 1.4b2 (checked from cvs yesterday) and I am having trouble when trying to configure my postgresql with jetspeed. I have made all the appropriate steps described in the site: 1) run the ' turbine-postgres.sql', ' populate-postgres.sql' 2) build torque wit

Re: Absolute newbie conceptual question - Thanks!

2002-08-15 Thread Menon Hema
David, Thank you very much. Being a newbie myself, looking into getting directions, I greatly appreciate the information provided. Thanks, Hema - Original Message - From: "David Sean Taylor" <[EMAIL PROTECTED]> > Have a look at the slide show: > http://www.bluesunrise.com/jetspeed-doc

apache webserver + jetspeed

2002-08-15 Thread Hohlfeld, Sven
hello, while using apache with mod_jk and jetspeed 1.3a2 on winnt I encounter a mapping problem: Jetspeed is configured to run in /jetspeed context on tomcat The reason of course is the name of the .war file... We can reach jetspeed via apache. But when we try to reach one of the portal panes the