RE: OracleConnection - Torque

2004-02-03 Thread Suchisubhra Sinha \(susinha\)
In one my test case I have used like this. But not sure whether this is the best way to do This. But it works. DatabasePsmlManagerService databasePsmlManagerService = new DatabasePsmlManagerService(); Connection dbCon = databasePsmlManagerService.getDbConnection(); ~suchi -

RE: RegistryService: Failed to retrieve null from Portlet

2004-02-03 Thread Suchisubhra Sinha \(susinha\)
Nope I have the same problem in 1.4-b4. Didn't give much importance till now. I will look into it and if I find something I will let you know. ~suchi -Original Message- From: Michael Burschik [mailto:[EMAIL PROTECTED] Sent: Friday, January 30, 2004 12:15 AM To: 'Jetspeed Users List' S

RE: Security Message

2004-02-03 Thread Liu, Richard
David, Thanks for your response. I am using Jetspeed 1.4b4 under Windows 2003. When I try to "ant tutorial-all," I got the following error in velocity.log: unable to find resource 'sql/base/Control.vm' in any resource loader. This file is actually available under %Tutorial_HOME%\torque3\t

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

Security Message

2004-02-03 Thread Liu, Richard
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" when I choose to customize the portlet. What does this mean? Do

RE: How to Dynamically change contents of a portlet in anon user

2004-02-03 Thread Naveen
Thanks for the reply. I have created role based users by setting below parameter to empty. services.Profiler.newuser.template= Thus I am refering to the default.psml of the user role folder. But I am getting "You do not have access to these portlets" for the anonymous user home page.I am

Re: How to Dynamically change contents of a portlet in anon user

2004-02-03 Thread Paul Mansfield
On Tue, 2004-02-03 at 17:22, Naveen wrote: > Hi > I have a situation where I need to change the contents of portlets in > anonymous user from admin or from any User Role. surely portlets change their contents according to the code they run? so if the portlet reads a database which is modified b

How to Dynamically change contents of a portlet in anon user

2004-02-03 Thread Naveen
Hi I have a situation where I need to change the contents of portlets in anonymous user from admin or from any User Role. Is that possible. OR Is this anonymous user just for displaying static information With regards Naveen -

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: Urgent help required: Changing the content of a portlet/pane on anonymous user home page.

2004-02-03 Thread jmpelegrinl
And what about to have different "templates\vm\layouts\html\default.vm" for diferent roles? I mean, is there a way to have different page "structures" for different roles? Thanks in advance, José María Pelegrín López |-+--> | | Dmitry Skl

RE: panes and skins

2004-02-03 Thread Gerry Reno
Aurelien, Go ahead and use what you like from my templates. They work good for now with the current skinning until something new will be ready. rgds, Gerry --- Pernoud Aurelien <[EMAIL PROTECTED]> wrote: > > Well in fact the new skinning process was supposed to get rid of all > the property o

AW: Forward to portlet with specified action

2004-02-03 Thread Swientek, Jens-Martin
Thanks for your reply. > If u want to call some other function then u have to call it > thro .vm file How can I achieve this? I've tried some §jsforward- and $jslink-links but they didn't work. Martin Swientek - To unsubsc

RE: Forward to portlet with specified action

2004-02-03 Thread S, VENKATESH
According to my knowledge whenever we soecify an action first buildNormalContext will be called. If u want to call some other function then u have to call it thro .vm file or in buildNormalContext u have to call the required function u want. -Original Message- From: Swientek, Jens-Marti

AW: Forward to portlet with specified action

2004-02-03 Thread Swientek, Jens-Martin
> > 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 another action-method, e.g. > 'doSomething(Rundata > > ru

Re: jetspeed 1.5 status

2004-02-03 Thread Paul Mansfield
On Tue, 2004-02-03 at 05:55, David Sean Taylor wrote: > On Monday, February 2, 2004, at 04:38 AM, Paul Mansfield wrote: > > I've heard mention of js1.5, and am wondering if anyone can give me a > > date when it will be available in beta and/or in release-candidate > > form? > > > > Hopefully it w

RE: How to get member of a group or users who have a role?

2004-02-03 Thread S, VENKATESH
Hi, Please check TurbineRoleManagement java file from that u can get current user roles -Original Message- From: Paul Mansfield [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 4:55 PM To: Jetspeed Users List Subject: RE: How to get member of a group or users who have a role? O

R: R: Changes in a PSML referenced by another

2004-02-03 Thread Cristina Lissoni
My idea was that it should be possible do develop a new administration portlet to flush pages according to some criteria (e.g. all pages belonging to a user or to a role). This should be done by calling the methods query and refresh of the class CastorPsmlManagerService. But I never tried. Cristina

RE: panes and skins

2004-02-03 Thread Pernoud Aurelien
Well in fact the new skinning process was supposed to get rid of all the property of a skin... That's why in skins.xreg metal skin should only have the portlet-skin-class entry, nothing else. I'll keep your templates to see if I can reuse them the way I wanted to :) Thx Aurelien Gerry Reno a