Re: Jetspeed 2 - Postgresql connection Issue

2004-06-22 Thread David Sean Taylor
On Jun 22, 2004, at 2:40 PM, Nicholls, Ian wrote: Hi, I am looking at developing a series of JSR 168 compliant portlets and wanted to use the Jetspeed 2 code as a base to work from, I have a number of databases setup using Postgresql and do not want to run yet another database so I started to cha

Re: Jetspeed 2 - Sample files for Windows, Tomcat 4.1

2004-06-17 Thread David Sean Taylor
On Jun 17, 2004, at 4:33 PM, Bob Fleischman wrote: I am trying to build Jetspeed 2 from source using the steps in http://portals.apache.org/jetspeed-2/getting-started.html on a Window XP PC. However it seems that the instructions differ slightly from the current files. For example, they point at

Re: Role Based User Management

2004-06-17 Thread David Sean Taylor
On Jun 16, 2004, at 3:07 AM, Stijn de Witt wrote: Hi, I have asked a few questions on the User List about role based PSML. I still only half understand how it works, but I'm getting there... :) Recently I checked out jetspeed-1.6-dev from the CVS and I noticed that changes had been/are being made

Re: How to get group name from portlet

2004-06-17 Thread David Sean Taylor
On Jun 15, 2004, at 8:37 AM, Assia Aouat wrote: Hi How can I get the group name of the user log in to my portlet? Not sure what you mean by "user log" But if you are trying to get the groups that a user is a member of, try Iterator groups = JetspeedSecurity.getGroups(username); --

Re: Maven Error Details

2004-06-15 Thread David Sean Taylor
On Jun 14, 2004, at 8:08 PM, Bob Fleischman wrote: Also, can I run and debug one suite of tests? maven -Dtest.case=org.apache.jetspeed.services.security.TestRoleManagement test:single or you can define the test case as a property then run maven test:single -Original Message- From: Bob Fl

Re: Problem with a tutorial's CoffeeBrowser portlet !

2004-06-09 Thread David Sean Taylor
On Jun 8, 2004, at 3:44 PM, Michael Muller wrote: Hi Jetspeed Veterans, I'm looking at the tutorial's portltets: the CoffeeBrowser portlet. But once deployed the portlet is empty... There was an error because in t9-portlets.xreg references the class portlets.CoffeesBrowserAction which dosn't exis

Re: ScheduledJob

2004-06-09 Thread David Sean Taylor
On Jun 9, 2004, at 12:30 PM, Al. Oupraxay wrote: I still get an error message... Any help would be greatly appreciated. Thanks in advance, Aloundeth, 2004-06-09 12:21:38 StandardContext[/jetspeed]StandardWrapper.Throwable java.lang.NoSuchMethodError: org.apache.torque.om.BaseObject.setPrimaryKey(I)

Re: ScheduledJob

2004-06-09 Thread David Sean Taylor
On Jun 8, 2004, at 12:04 PM, Al. Oupraxay wrote: Hi, How do you make jetspeed 1.5+ scheduledjob works? Do you need to create ID_TABLE and TURBINE_SCHEDULED_JOB om classes? You don't have to setup the jobs in the database. Try the TurbineNonPersistentScheduler which runs off job configuration in th

Re: http://portals.apache.org/jetspeed-2/tutorial/ ??

2004-06-09 Thread David Sean Taylor
On Jun 8, 2004, at 2:00 PM, Jeff Marin wrote: Does anybody know where to find a tutorial for building portlets in jetspeed2? There isn't a tutorial available for J2 yet Here is a good article on general Portlet API development: http://www.javaworld.com/javaworld/jw-08-2003/jw-0801-portlet.html

Re: PSML resolution, how does it work?

2004-06-05 Thread David Sean Taylor
On Jun 5, 2004, at 2:07 PM, Stijn de Witt wrote: role |-- admin | \-- html | \-- default.psml |-- guest | \-- html | \-- default.psml |-- manager | \-- html | \-- default.psml \-- user \-- html \-- default.psml It keeps looking

Re: PSML resolution, how does it work?

2004-06-05 Thread David Sean Taylor
On Jun 5, 2004, at 10:51 AM, Stijn de Witt wrote: Can anyone point me to information on the algorith that determines which .psml file jetspeed uses? Is it possible to completely remove the user dir from webapp/WEB-INF/psml? I would like to have only the directory 'role' with subdirs 'guest', 'us

Re: How to change from hsqldb to mysql?

2004-06-05 Thread David Sean Taylor
On Jun 5, 2004, at 4:13 AM, Stijn de Witt wrote: Looking at the SQL in turbine-mysql.sql, it seems to be for the wrong database type. Maybe a mixup? It looks like this (just the first two tables): patch applied to CVS head, try again and let us know if that works for you -

Re: How to change from hsqldb to mysql?

2004-06-05 Thread David Sean Taylor
On Jun 5, 2004, at 4:13 AM, Stijn de Witt wrote: Looking at the SQL in turbine-mysql.sql, it seems to be for the wrong database type. Maybe a mixup? It looks like this (just the first two tables): It appears that the patch to add the EMAIL table broke this script That was my mistake, I didn't revie

Re: Multiple devices and psml files

2004-06-04 Thread David Sean Taylor
On Jun 4, 2004, at 2:41 AM, Fabrice Mercier wrote: Hi everybody ! Is it possible to adapt jetspeed (1.5) screens to the connected device (pda, pc, smartphone,...) without having to create a new media type for each client ? Your portlets, and the portal, need to generate the correct markup. If y

Re: 2 or more identical portlets on one page

2004-06-03 Thread David Sean Taylor
o amounts to the same as above Finally, Take a look at PortletSessionState.getAttributeWithFallback which attempts to find an attribute in the following: - request param - session attribute (from session per instance) - instance attribute (psml 'instance') - config param (registr

Re: Portlet search engine: how to find a working URL to a portlet

2004-06-01 Thread David Sean Taylor
On Jun 1, 2004, at 6:32 AM, Sprang, Henning (Firma CS) wrote: Hy, I am working on a search engine for a jetspeed 1.5 Portal. We have different types of content being displayed by different kinds of custom Portlets we wrote, that are indexed by a search engine we wrote for this task. The basic sear

Re: Maximized Views in XSL/Velocity Portlets?

2004-06-01 Thread David Sean Taylor
On Jun 1, 2004, at 8:16 AM, [EMAIL PROTECTED] wrote: I am writing an XSL document to transform an existing XML document to XHTML, but I cannot find a way to specify a different "view" when the portlet is maximized. For example, in normal mode, I only want the portlet to show summary information.

Re: psml "test" in deployment war - what is it?

2004-06-01 Thread David Sean Taylor
On Jun 1, 2004, at 5:06 AM, Vladimir Figurov wrote: WEB-INF/test - what is it? Unit test data. IMO those files should not be a part of the deployment. Please log a bug, and we will get around to removing it from the deployment. Or better yet send a patch --

Re: How To insert predefined roles

2004-06-01 Thread David Sean Taylor
On Jun 1, 2004, at 2:28 AM, Vladimir Figurov wrote: How To insert predefined roles (myRole) in jetspeed1.5-src, what they would be then in result deployment war? In \src\sql\external\populate-* ??? - But I not find populate-* for hypersonic DB ;( With Hypersonic the database script is actually th

Re: Hangs during maven war command

2004-06-01 Thread David Sean Taylor
On May 31, 2004, at 6:05 PM, Bob Fleischman wrote: I have maven 1.0rc3 and gotten the latest source code of Jetspeed 1.6dev from the CVS head. When I run maven war it stops at [junit] INFO - loading component: name=fulcrum class=org.apache.fulcrum.Fulc rum config=webapp\WEB-INF\conf\Fulcrum.p

Re: What is the default Group Profile?

2004-05-27 Thread David Sean Taylor
ll by late response, Im a bit swamped this week. I can try to get to implementing JS1-480 by next week Bob -Original Message- From: David Sean Taylor [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 26, 2004 12:58 AM To: Jetspeed Users List Subject: Re: What is the default Group Profile? On

Re: What is the default Group Profile?

2004-05-25 Thread David Sean Taylor
your requirements, or is the current implementation fine? -Original Message- From: David Sean Taylor [mailto:[EMAIL PROTECTED] Sent: Monday, May 24, 2004 12:12 PM To: Jetspeed Users List Subject: Re: What is the default Group Profile? On May 21, 2004, at 2:48 PM, Bob Fleischman wrote: And

Re: What is the default Group Profile?

2004-05-24 Thread David Sean Taylor
On May 21, 2004, at 2:48 PM, Bob Fleischman wrote: 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

Re: Anonymous User

2004-05-17 Thread David Sean Taylor
On May 17, 2004, at 1:17 PM, Anthony Smith wrote: I tried that but I think the problem is in my session validator. This little bugger right here. data.getUser().setTemp("locale", locale); I had it where it never got set but then my pageloader blew up. I guess because every page looks for a locale?

Re: Anonymous User

2004-05-17 Thread David Sean Taylor
On May 17, 2004, at 12:58 PM, Anthony Smith wrote: Has anyone found a way or implementing the portal in such a way where you do not have to worry baout the naonymous user? I can put some stuff in the code to fake an anonymous users, but in actuality I di not even want to fake it. I defintely do

Re: Is it hard to migrate from jetspeed 1.4 --> 1.5

2004-05-14 Thread David Sean Taylor
On May 14, 2004, at 4:51 PM, Frédéric FACHINETTI wrote: Hello, I plan to migrate from jetspeed 1.4 to 1.5, and I'm trying to evaluate the time it will take me to do so. I would like some advice before proceeding as I've seen many jetspeed 1.5 issues lately. 1/ Is it worth migrating from 1.4 to 1.5

Re: ldap patch

2004-05-13 Thread David Sean Taylor
today. Sorry, been very busy lately -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] [office] +01 707 773-4646 [mobile] +01 707 529 9194 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Re: Re-creating om source code

2004-05-11 Thread David Sean Taylor
On May 11, 2004, at 2:08 PM, Anthony Smith wrote: I ran the command maven clean in order to get rid of my om source so that I could modify the security-schema and have my classes generated. Unfortnately, I do nto know how to re-generate them. These commands do not seem to recreate the source: ma

Re: Localisation in Panenames

2004-05-05 Thread David Sean Taylor
On May 5, 2004, at 4:45 AM, [EMAIL PROTECTED] wrote: Hi, it is possible to use the localisation ( l10n ) for the names of the panes and/or the portlettitles ? I think this one was answered before, search the archives, but again, yes, change the controller layouts Jetspeed does not fully support

Re: using jsptag portletlink without loosing the tabbed panes?

2004-05-05 Thread David Sean Taylor
On May 5, 2004, at 5:14 AM, Gregory Joseph wrote: I can't seem to make any sense of these forwards, so if someone feels like helping or giving examples. (reminder of my context: i need to create html links between portlets, and keep the "tabs" (tabbed panes) in their right state) Forwards are

Re: Confused with security and Turbine

2004-05-05 Thread David Sean Taylor
On May 5, 2004, at 6:51 AM, [EMAIL PROTECTED] wrote: Hi. In spite of having a recently support in the subject, I'm still not really clear about where is the frontier between Turbine user management, and a particular User Management implementation. Exactly, what I want to do, is to implement

Re: Jetspeed Performance

2004-05-04 Thread David Sean Taylor
On May 4, 2004, at 4:01 PM, [EMAIL PROTECTED] wrote: Hi, The performance of the portal that we have developed using Jetspeed is not acceptable to our users. I have noticed that the more roles a user have, the slower the performance of the application. We are using the menu pane for each tab

Re: creating links to portlets using JSP

2004-05-04 Thread David Sean Taylor
On May 4, 2004, at 7:22 AM, Stefan Rennick Egglestone wrote: Can anyone point me in the direction of some example portlets / documentation describing how to create links when using a JSP portlet? There's nothing in the tutorial, and I've tried searchijng the mailing list and not found anythin

Re: Are the jetspeed user limited ???

2004-05-04 Thread David Sean Taylor
On May 4, 2004, at 3:38 AM, Stefan Rennick Egglestone wrote: I'm having a similar problem. I've tried adding a new user using the admin servlet, and no error messages are given, but the user isn't added. Am using mySQL 5/ Tomcat 5. I've seen previous emails on the mailing list which indicate t

Re: Customizer problem

2004-05-04 Thread David Sean Taylor
On May 4, 2004, at 2:29 AM, Guillaume Lasnier wrote: It seems like the error is due to custom localization settings in the TurbineResources.properties.merge. When I removed the property locale.default.bundles it worked but I loose the capablity of customizing messages and labels. I have copi

Re: PSML and roles

2004-05-04 Thread David Sean Taylor
On May 3, 2004, at 10:10 PM, Cyrille GACHOT wrote: On Mon, 2004-05-03 at 18:20, David Sean Taylor wrote: On May 2, 2004, at 10:41 PM, Cyrille GACHOT wrote: Hi, If you don't specify a psml file for a user and services.Profiler.rolefallbask is set to 'true' in the porperty file,

Re: Getting users and roles from external DB

2004-05-03 Thread David Sean Taylor
On May 3, 2004, at 11:23 AM, Carlos Yaconi Hitschfeld wrote: object model classes. Also, you can level your implementation, meaning that you can implement the User interfaces, but leave the default Group and Role implementations. Thank you very much... and the last (I hope) question, Does all the

Re: Getting users and roles from external DB

2004-05-03 Thread David Sean Taylor
On May 3, 2004, at 10:28 AM, Carlos Yaconi Hitschfeld wrote: Of course I read it!! Sorry, no need to yell at the support guy ;-) Im just trying to help But I'm getting a little confused with that article because it says: "... However Jetspeed is no longer coupled to the Turbine Security service

Re: Getting users and roles from external DB

2004-05-03 Thread David Sean Taylor
On May 3, 2004, at 10:03 AM, Carlos Yaconi Hitschfeld wrote: Hi! I'm implementing a portal that need to use the existent human resources DB (highly populated) to get the users and "maybe" the roles (this last thing depends on the information stored, because they don't want to re-write the user

Re: localization - wrong characters 8(

2004-05-03 Thread David Sean Taylor
ource file: JetspeedLocalization_ru.properties -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] [office] +01 707 773-4646 [mobile] +01 707 529 9194 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: getting portlet state in a velocity template

2004-05-03 Thread David Sean Taylor
ce, I want your answers. See JetspeedRunData interface. From vm: $data.getMode() $data.Mode -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] [office] +01 707 773-4646 [mobile] +01 707 529 9194 - To unsubscribe, e-mail:

Re: retrieve jetspeed session from servlet

2004-05-03 Thread David Sean Taylor
request. Is there another way to retrieve JetspeedUser ? Thanks in advance for any possible help. If you want to get the current logged on user, go to the session. -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] [office] +01 707 773-

Re: PSML and roles

2004-05-03 Thread David Sean Taylor
user psml file will not be modified? There is also the role merge feature. It makes a copy of the role PSML into the user's PSML as soon as the user is created. -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] [office] +01 707 773-4646 [mobi

Re: Cannot have more than 4 users account

2004-05-03 Thread David Sean Taylor
he source. I will update the documentation to require the steps above; unless someone disagrees with these requirements -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] [office] +01 707 773-4646 [mobile] +01 707 529 9194 ---

Re: Jetspeed 1.5 Final Release available for download

2004-04-24 Thread David Sean Taylor
On Apr 23, 2004, at 11:44 PM, Mark Divitt wrote: Hi Folks, Is there a property that controls executing the junit tests? maven -Dmaven.test.skip war - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Jetspeed 1.5 Final Release available for download

2004-04-23 Thread David Sean Taylor
The Apache Portals Jetspeed development team has released the final version 1.5 of the Jetspeed Portal Server. Jetspeed is now a part of the Apache Portals project: http://portals.apache.org/ The Jetspeed 1.x project is now hosted here: http://portals.apache.org/jetspeed-1/ The binary release

Re: turbine_user MODIFIED / CREATED columns are NULL (MSSQL)

2004-04-21 Thread David Sean Taylor
On Apr 21, 2004, at 11:42 AM, Dalton, Michael D wrote: Configuration: Using Microsoft SQL (MSSQL) database for users "and" PSML. Jetspeed 1.4 release with a few custom modules being used. Turbine 2.2 release jar. Tomcat 5. Microsoft IIS 4 w/Tomcat JK2.0.2 Web Server Connector (IIS, Tomcat and MSS

Re: PSML References Can't Be Removed or Deleted - MSSQL

2004-04-21 Thread David Sean Taylor
rence implementation for starters: o.a.j.om.profile.psml.PsmlReference and the DB PSML service o.a.j.services.psmlmanager.db.* I'll try it out here possibly tomorrow. Its been a while since I implemented references. I never tested it with DB PSML. -- David Sean Taylor Bluesunrise Software [EMAIL

Re: Install Jetspeed 1.5

2004-04-21 Thread David Sean Taylor
e docs. Thanks for pointing that out. The Torque Maven Plugin should download automatically Let me know if it doesn't -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] [office] +01 707 773-4646 [mobile] +01 707 529 9194 -

Re: PSML References Can't Be Removed or Deleted - MSSQL

2004-04-21 Thread David Sean Taylor
not. Be interested to hear Mark's opinion on this since he is more involved in 1.x that I am these days -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] [office] +01 707 773-4646 [mobile] +01 707 529 9194 - T

Re: [J2] forcast: first 'stable release'?

2004-04-20 Thread David Sean Taylor
On Apr 15, 2004, at 5:15 PM, [EMAIL PROTECTED] wrote: can somebody dare a forcast: when will J2 comes with a first 'stable release'? thanks in advance, I've tried that a few times and been way off. Things have gone slower than expected. We had some problems with OJB. Then we spent a lot of time e

Re: create new user

2004-04-20 Thread David Sean Taylor
s/org/apache/jetspeed/om/ security/JetspeedUser.html 2. extend Jetspeed User http://portals.apache.org/jetspeed-1/ security.html#Extending_Jetspeed_User 3. write your own User Management implementation http://portals.apache.org/jetspeed-1/security.html#Security_Overview -- David Sean T

Re: Cannot build CVS

2004-04-20 Thread David Sean Taylor
On Apr 20, 2004, at 11:42 AM, steve wrote: So it seems that now, from the [jakarta-jetspeed] directory I simply type maven(?). I am trying it now and I see it is downloading a bunch of dependencies...fingers crossed! :) Otherwise, I will wait for your instructions later this week. The Page whic

Re: 2 little problems

2004-04-20 Thread David Sean Taylor
portlet i need to update? There is no standard way to do this in Jetspeed at this time -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] [office] +01 707 773-4646 [mobile] +01 707 529 9194 - To unsubscribe, e-mail

Re: Cannot build CVS

2004-04-20 Thread David Sean Taylor
apologize for the confusion and inconvenience From the root jakarta-jetspeed dircectory, type maven -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] [office] +01 707 773-4646 [mobile] +01 707 529 9194 - To unsubscrib

Re: Bluesunrise portlet / jetspeed tutorial + jetspeed2

2004-04-02 Thread David Sean Taylor
On Friday, April 2, 2004, at 02:11 AM, zze-MORON François FTRD/DMI/REN wrote: I didn''t managed to build jportal examples. I dowloaded torque 3.0 and uziped lib directory in my jetspeed2-home\lib Directory. Then when i build examples with Ant tutorial-all I have more than 100 java compil error.

Re: JetSpeed 1.4 OR 2.0 choice

2004-04-02 Thread David Sean Taylor
On Friday, April 2, 2004, at 08:24 AM, Aly, Mohamed wrote: Hi, We are currently considering a web portal interface to our application. JetSpeed is one of the first candidates, but I have some questions; -How far away is JetSpeed 2.0 the JSR168 compliant portal? Can I get it from CVS? Is it stab

Re: Hide Categories of Portlets from Groups of Users

2004-04-01 Thread David Sean Taylor
On Thursday, April 1, 2004, at 11:19 AM, Bob Fleischman wrote: I've had to modify this unit for some other items (We wanted a different default for the group selection instead of 'All Portlets') Is there a way I can submit a patch for just the change I made? I've never submitted a patch before

Re: Hide Categories of Portlets from Groups of Users

2004-03-31 Thread David Sean Taylor
On Wednesday, March 31, 2004, at 04:35 PM, Bob Fleischman wrote: David: I modified the code to check for PERMISSION_PERSONIZE and added a new security constraint "user-select_admin-all" If a portlet is marked "user-view_admin-all" they can not select it but they can view it. If I set it to "use

Re: Jetpeed-cms or integration of any free cms into jetspeed

2004-03-31 Thread David Sean Taylor
ms to be used in the thing in the jetspeed-cvs, or any other one, and has some hints on how to do it? We are working on it Be great if we can all collaborate and start a new project team at portals ps: I want to use "real" open source free software, no commercial things at all for th

Re: psml updates?

2004-03-31 Thread David Sean Taylor
On Wednesday, March 31, 2004, at 11:05 AM, Sturtz, Andrew wrote: Does anyone have a solution or work around for updating psml files without totally overwriting them. I need to update a user's role psml but still leave their customizations in their user psml. Any help would be greatly appreciat

Re: jetspeed production?

2004-03-31 Thread David Sean Taylor
On Wednesday, March 31, 2004, at 11:13 AM, Sturtz, Andrew wrote: I need to know how developers manage updates from development to production without affecting current production user database and configurations already in place. Does anyone have any recommendations as to how this works aside fro

Re: RE : RE : TR : Problem during jetspeed2 compil

2004-03-31 Thread David Sean Taylor
On Wednesday, March 31, 2004, at 07:28 AM, zze-MORON François FTRD/DMI/REN wrote: And when I try a fullDeploy, it fails : C:\Apps\jetspeed-2\portal>maven fullDeploy [snip] [java] Calling FileSystemPAM... [java] INFO: deploying WAR file'pam.war' to WEB-INF/... [java] ERROR: Unexpe

Re: Hide Categories of Portlets from Groups of Users

2004-03-30 Thread David Sean Taylor
t you may be on to something there If we check the personalize permission when listing portlets, this could work as a special permission to list portlets in the customizer's portlet list Bob Ps. I've got a feeling I'm going to need to create my own custom CustomSetAction. -Original Me

Re: Hide Categories of Portlets from Groups of Users

2004-03-29 Thread David Sean Taylor
u can also override the constraint on a per portlet instance basis with the portlet customizer We have some portlets we only want on public pages and we do not want users to be able to put them on their home pages. Thanks Bob -Original Message----- From: David Sean Taylor [mailto:[EMAIL

Re: 2 fast questions ...

2004-03-29 Thread David Sean Taylor
On Monday, March 29, 2004, at 10:51 AM, Yuri Huitron Alvarado wrote: 1.- Can Jetspeed be installed on SunONE WebServer ? Sure why not? give it a try Let us know how it works for you 2.- What must be done to install Jetspeed on a cluster of MacOS X ? I run Jetspeed on Tomcat under MacOS X, Clust

Re: looking for latest Village package source

2004-03-29 Thread David Sean Taylor
On Monday, March 29, 2004, at 10:45 AM, Reid Thompson wrote: Could someone point me to a tar/zip/cvs repository of the latest village source( it appears that share.whichever.com is not responding)? I'm trying to get jetspeed to work with postgresql and am hitting the com.workingdogs.vill

Re: Another problem building Jetspeed 2

2004-03-29 Thread David Sean Taylor
On Monday, March 29, 2004, at 09:32 AM, Jorge D'Alessandro wrote: Hi all! I'm new to jetspeed-2 and I have just downloaded jetspeed-2 from the cvs repository. Please read the GETTING-STARTED.html - To unsubscribe, e-mail: [EM

Re: Hide Categories of Portlets from Groups of Users

2004-03-28 Thread David Sean Taylor
On Sunday, March 28, 2004, at 04:19 PM, Bob Fleischman wrote: I know I can prevent users from seeing individual portlets in the PSML Customizer by setting security on the portlet accordingly. Is it possible to set security on an entire category of portlets so that it does not show up in the dr

Re: Adding myHelloWorld portlet

2004-03-28 Thread David Sean Taylor
On Sunday, March 28, 2004, at 02:58 PM, sinda hauser wrote: From the tutorial the steps are: 1. Create your HelloWorld Portlet. Compile it and make sure it is in the classpath, ie WEB-INF/classes/. Packaged classes should have the directories under this. 2. Add a reference for your portlet to

Re: PSML on the fly? (new to jestspeed)

2004-03-25 Thread David Sean Taylor
On Thursday, March 25, 2004, at 12:12 PM, Nehemia Litterat wrote: Hi I would like to know if there is a way to create a psml document and feed it to Jetspeed on the fly If I understand it right the psml documetn determine Jetspeed's way to present a page to the user. If insteed of one main

Re: jetspeed 2 blank screen

2004-03-25 Thread David Sean Taylor
commands, e-mail: [EMAIL PROTECTED] -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] [office] +01 707 773-4646 [mobile] +01 707 529 9194 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Is there a Login Portlet in Jetspeed 1.4?

2004-03-23 Thread David Sean Taylor
On Wednesday, March 17, 2004, at 02:02 PM, Glen Carl wrote: You need to build your own Login in modules to use instead of the Jetspeed modules in src/java/org/apache/jetspeed/modules/actions The CreateNewUserAndConfirm, JLoginUser, JLogoutUser, SendConfirmationEmail and SendNewUserNotificationE

Re: Browsing static pages within a portlet

2004-03-23 Thread David Sean Taylor
On Wednesday, March 17, 2004, at 01:35 PM, Glen Carl wrote: Consider implementing the NekoHTML technology for portlets that do rewriting. http://www.apache.org/~andyc/neko/doc/html/ We recently discovered Neko, and implemented it for rewriting. It eliminated many of the rewriting problems we w

Re: maximized question

2004-03-10 Thread David Sean Taylor
On Tuesday, March 9, 2004, at 10:29 AM, Jason Trust wrote: I have a situation that involves a search and results type action, and I want the available search options and returned data set to be shown differently based on when the user is normal or maximized mode. search_form.vm -> search_res

Re: Redirection with DynamicURI, what is $jslink?

2004-03-10 Thread David Sean Taylor
On Tuesday, March 9, 2004, at 01:23 PM, Stijn de Witt wrote: Can anyone point me in the right direction? I have attempted to get the $jslink in JSP myself, but I can't find it. If I dump my request attributes in my template, I see a 'link' attribute, but that is a JspLink or something, and I se

Re: Security questions

2004-02-17 Thread David Sean Taylor
On Tuesday, February 17, 2004, at 11:42 AM, Archana Turaga wrote: Thanks for the info. Although i think this is not valid in 1.4b4 which is what i'm using. Based on the e-mail that you sent today it seems as if this information is incorporated into 1.5. But 1.5 is not a official release yet...

Re: Headache with the Tutorial

2004-02-17 Thread David Sean Taylor
On Tuesday, February 17, 2004, at 06:09 PM, scott wrote: I am new to Jetspeed. I am trying to run the tutorials from the JPortal.jar. The issue I am having is as follows: I changed the build.properties to point to my catalina home and jetspeed home. My jetspeed home is in tomcat/webapps/jetspe

Re: Security questions

2004-02-17 Thread David Sean Taylor
On Tuesday, February 17, 2004, at 06:48 AM, Mikhail Garber wrote: Thus you can 'group' collections of users together in order to apply security constraints to those users. For example, you could create a constraint that granted view and customize access to all users in group 'A', but only view ac

Re: trouble with MySql

2004-02-16 Thread David Sean Taylor
On Monday, February 16, 2004, at 11:39 AM, Bryan K. Cantwell wrote: I get my JS portal 1.4 running fine on 2000 using jdk 1.4.2 and tomcat 4.1.29 and the initial HSQL db. Yet, when I switch to MySql 4.0.17, I get the portal to load, I can go to most default pages and even make SOME changes to use

Re: Regarding login IT's URGENT

2004-02-16 Thread David Sean Taylor
On Monday, February 16, 2004, at 09:05 PM, S, VENKATESH wrote: Hi, After clicking login button which class will execute,I know that JLoginUSer class is executing but what i have to know is whenever i am giving username as admin how it goes to respective page of admin,whenever i am giving as

Re: Security questions

2004-02-15 Thread David Sean Taylor
Trying to get these terms cleared so that i can come up with a clear security model for a project. Thanks for your time and patience. Regards, Archana - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: Self-register feature turned off by default in 1.4dev5, what parameter controls this?

2004-02-04 Thread David Sean Taylor
On Wednesday, February 4, 2004, at 12:52 PM, Mark Divitt wrote: Hi David, That's just what I needed. Thank you very much. I did find the first parameter after more digging, however the reason the second parameter must also be true is indeed unclear... Yes, I don't understand it. I'll propose c

Re: How do I set $clink.External?

2004-02-04 Thread David Sean Taylor
On Wednesday, February 4, 2004, at 12:29 PM, Smith, Fred wrote: I need to deploy Jetspeed behind a reverse proxy. templates\vm\layouts\html\*.vm get the base URL from $clink.External. It is defaulting to the private system name. I need to set it to the public system name. But I cannot f

Re: Self-register feature turned off by default in 1.4dev5, what parameter controls this?

2004-02-04 Thread David Sean Taylor
On Wednesday, February 4, 2004, at 12:17 PM, Mark Divitt wrote: Hi, I just pulled down 1.4dev5 from CVS and started it up. It appears that the self register (new user) feature is turn off by default. What parameter (in what file) controls this? I looked in the usual places and I couldn't fi

Re: Security Message

2004-02-03 Thread David Sean Taylor
On Tuesday, February 3, 2004, at 09:59 AM, Liu, Richard wrote: Hi All, I installed the tutorial portal JPortal. However, the "Stock Portfolio" Portlet only displays the header bar without any content. I see a message in red "The security for this portlet is currently defined as system default

Re: AW: Forward to portlet with specified action

2004-02-03 Thread David Sean Taylor
On Tuesday, February 3, 2004, at 06:08 AM, Swientek, Jens-Martin wrote: [snip] Thanks for your reply. For some reasons this does not work as intended. I have to portlets on a pane. portlet1 displays a Velocity-Template with a link to portlet2. This link should also call a specified action-meth

Re: JPortal Tutorial 3

2004-02-02 Thread David Sean Taylor
On Friday, January 30, 2004, at 03:33 PM, Liu, Richard wrote: Hi all, I am looking into JPortal Tutorial 3 to customize menus with the customizer. After I clicked the pen-like button to customize, I do not see the menu name list (such as Basic Tutorials, Advanced Tutorials,...) I only see numb

Re: Forward to portlet with specified action

2004-02-02 Thread David Sean Taylor
On Monday, February 2, 2004, at 03:46 AM, Swientek, Jens-Martin wrote: Hallo. Is it possible to forward to a portlet and automatically perform a specified action? When I forward to a portlet the 'buildNormalContext'-Method of the appropiate action-class is always called. But I need to invoke

Re: Security in IFRAME PORTLET

2004-01-13 Thread David Sean Taylor
On Tuesday, January 13, 2004, at 03:57 AM, Peter Andersén wrote: Im buildnig an IFRAMEPORLET that can pass configurable parameters and also username and password like the BASIC Auth IFrame Portlet. But it will take a while brefore im done, you can have it if you want when i have completed it !

Re: IRC channel for jetspeed users?

2004-01-09 Thread David Sean Taylor
On Friday, January 9, 2004, at 05:36 PM, Suchisubhra Sinha (susinha) wrote: Hi, I am trying to join this couple but still not successful. Can you give a hint How I can join IRC chat? Its irc.codehaus.org:6667 #jetspeed there was a typo in the last msg ---

Re: Does logon.auto.disable=true work in jetspeed 1.4?

2004-01-07 Thread David Sean Taylor
On Wednesday, January 7, 2004, at 10:54 AM, Jeff Marshall wrote: David, I must be missing something. In JloginUser the doPerform method catches LoginException doPerform(*) returns in the Exception block. I do not see how the code at the bottom of the doPerform method is executed. It looks lik

Re: Does logon.auto.disable=true work in jetspeed 1.4?

2004-01-07 Thread David Sean Taylor
On Wednesday, January 7, 2004, at 07:00 AM, Jeff Marshall wrote: Hi, I have tried multiple installs of jetspeed 1.4 and I cannot get the logon disable function to work. We are using tomcat 4.1.24 and tomcat 5 with Jetspeed 1.4 JetspeedSecurity.properties looks like this: # Auto-Account-Disable

Re: JloginUser-JetspeedSecurity.login-JetspeedAuthentication.login-getServices.login

2004-01-07 Thread David Sean Taylor
On Wednesday, January 7, 2004, at 08:04 AM, Paul Mansfield wrote: On Fri, 2004-01-02 at 14:58, Paul Mansfield wrote: Platform: redhat7.3 on intel Software: jetspeed1.4 release JDK:j2sdk 1.4.2_01 Hi, I'm sorry if this is a dumb question, but I am trying to figure out how

Re: UnsatisfiedLinkError - dll problem

2004-01-07 Thread David Sean Taylor
On Wednesday, January 7, 2004, at 09:02 AM, yael malka wrote: Hello, I have a problem trying to open a dll by the code : System.loadLibrary("mylib"); I get the following error : org.apache.jetspeed.portal.security.portlets.CacheableStatefulPortletWr apper threw exception class java.lang.Unsati

Re: Integration into a Single Sign on Solution

2003-12-15 Thread David Sean Taylor
from the servlet api. See o.a.j.security -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] [office] +01 707 773-4646 [mobile] +01 707 529 9194 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Problem in Registering the Portlet

2003-12-03 Thread David Sean Taylor
On Tuesday, December 2, 2003, at 10:45 AM, Suchisubhra Sinha (susinha) wrote: Hi David, this is for you. I am looking at the code and what I get In package org.apache.jetspeed.modules.actions.portlets we have class CustomizeSetAction. There in buildPortletList method, you are checking fo

Re: Struts 1.1 with jetspeed-2

2003-12-03 Thread David Sean Taylor
On Wednesday, December 3, 2003, at 04:48 AM, vasant wrote: can I used jetspeed-2 with struts 1.1 for portal development .which site provide simple example of this two technology that would be nice but its not currently possible j2 + struts (as a portlet application) is high on my list we are

Re: pb on install with jetspeed and mysql

2003-11-26 Thread David Sean Taylor
On Wednesday, November 26, 2003, at 05:51 AM, jla159753 wrote: Ok, thank for your help. I send you my zipped Torque.properties files. It looks fine. Are you storing your PSML in the database? Im not clear on this. Seems like we should first ensure that you can connect to the database. Do you ha

Re: Default Language in Portal Jetspeed

2003-11-25 Thread David Sean Taylor
On Tuesday, November 25, 2003, at 09:02 AM, Robson Borges wrote: But I created a "JetspeedLocalization_pt.properties" and translated the main properties. I'd like this properties file could be used by the default language. Remember that this file is used normally when I set PT in my "Change Lang

<    1   2   3   4   5   6   7   8   9   10   >