<[EMAIL PROTECTED] session= ?

2006-09-25 Thread Ludovic Chungue
Hi, Just a little question : does "page session" imply anything wether it is set to "true" or "false" ? (any requirement ? any consequences ?) Thanks, Ludovic - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Still problem with Security Constraints for Fragment

2006-09-21 Thread chungue
>> >> > name="jetspeed-layouts::VelocityTwoColumns"> >> >> >> >> >> engineering >> view >> >> >> Try encapsulating your inside tags. Also make sure you close correctly your tags (looks like one is missing) On a side note: from my testings,

Re: Portal deployment in Tomcat

2006-09-14 Thread chungue
> > consider yourself fortunate that you are not using Torque :) > If you don't want to use the default method of connecting to a database > (via the application server and jndi) simply override your spring > configuration's datasource.xml, for example: > >destroy-method="close" >

Portal deployment in Tomcat

2006-09-14 Thread chungue
Hi, I'm wondering if it's possible to build a WAR from a custom portal, inside which there is a context.xml for describing DB connections. Because my co-workers, who worked with J1, told me they could deploy their resulting WAR using Tomcat Manager's 2nd option for deployment (with only 1 file to

Re: Remove "maximize" button

2006-09-07 Thread chungue
Philip, Actually I wanted to keep every other mode buttons, instead of wiping the whole title bar. But anyway, I have found what I'm looking for inside /WEB-INF/jetspeed_macros.vm (macro : PortletActionBar) Ludovic > Hi Ludovic, > > On 9/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> Hi

Remove "maximize" button

2006-09-06 Thread chungue
Hi, I have some portlets that plays around Maximize windowstate, and I wouldn't like people to have control over these... Anyone has a clue on where I can dig ? I have "grep" (and googled) many times and haven't found anything relevant so far (except maybe "supported.windowstate" inside jetspeed.

Re: A couple of questions regarding PSMLs

2006-08-31 Thread chungue
> Editing PSML by hand does lead to problems. We're finding its best to > let the system assign them. Once customization is strong enough, we > won't have to rely on editing the XML by hand. This will also encourage > database storage of pages. > > We're developing a new Site Manager admin portlet

Re: A couple of questions regarding PSMLs

2006-08-30 Thread chungue
Thanks for your input David! (feedbacks below) > [EMAIL PROTECTED] wrote: >> Hi again, >> >> 1) I've recently noticed that ALL my pages which have VelocityTwoColumns >> actually display 1 column (1 portlet per row). I haven't touched >> anything >> to my PSMLs as far as I know. I even tried to pu

Re: New to Portals...

2006-08-30 Thread chungue
Hi Gokhan, I don't have any radical opinion about using JSC for developping the portlets. I gave a try a month ago, but the portlets I had to develop were in my case much faster to do it "by hand" than spending time learning how JSC works. All I can tell you is that you might want to check the fo

Re: Cannot create instance of "Simplest Portlet"

2006-08-30 Thread chungue
Hi Enrique, My first guess would be to remove the .java extension found inside your portlet.xml, because it is looking for a Class, not a file : Portlet1 instead of : p1.java HTH, Ludovic > Hi all, > > I'm trying to view two "simplest portlets" (just saying "Hi, I'm portlet > x.") in a

Re: Security constraints for fragments

2006-08-29 Thread chungue
Oh gosh... I'm terribly sorry to have confused you, because it DOES work on v2.0.1 ! I guess my problem was that during my testing I didn't give enough time to Jetspeed to clear its cache and reload the PSML correctly... Adding to that, the PSML I was using during the latest tests, had the securit

Re: Security constraints for fragments

2006-08-29 Thread chungue
Well Aaron, The work I have taken involves creating a new portal app. That's why I wouldn't like to skip step 4 since it'd still be required for later developments anyway. On the other hand, since you've got a 2.1-dev upish already, maybe you could test and confirm that security-constraints does w

Re: A couple of questions regarding PSMLs

2006-08-29 Thread chungue
Enrique, Thanks for the link you've pointed out. I have taken a look at the doc and it was quite helpful. Nonetheless there are still some misty points to me, like : 1) how come "role:user:group:user:group:admin" doesn't look first for /pages/_role/user/_group/user/_group/admin ? (similarly to J1

Re: Security constraints for fragments

2006-08-28 Thread chungue
Randy, I wish I could help you testing, but I can't even succeed in deploying a J2.1 portal ! ;( So far, I've been following the same procedure (which works fine for v2.0 and v2.0.1) : - edit build.properties - check out from SVN (v2.0.1 and v2.1) or download from Maven (v2.0) - maven initMavenPl

A couple of questions regarding PSMLs

2006-08-28 Thread chungue
Hi again, 1) I've recently noticed that ALL my pages which have VelocityTwoColumns actually display 1 column (1 portlet per row). I haven't touched anything to my PSMLs as far as I know. I even tried to pull out an older version which I remember displayed OK, and now it's screwed as well. Therefor

Re: Security constraints for fragments

2006-08-27 Thread chungue
Randy, I will try to test on 2.1 tomorrow, even though I highly doubt migrating to a "beta" version of J2 will make its way to prod... I so wish there could be a "stable" release with this feature integrated already. Hmm.. at worst, I think there's still a way to simulate this by duplicating the

Re: Security constraints for fragments

2006-08-25 Thread chungue
Hi, Sorry to revive that old subject, but it looks like it's exactly the problem I am encountering. Basically here's what I'm trying to achieve : groupOne,groupTwo view groupOne

Registering portlet applications "on-the-fly"

2006-07-06 Thread chungue
Hello, I've just started working on J2, and made the "Simplest" portlet (+application+psml) described on the J2 website. However I was wondering: is my config wrong somewhere ? or you really can't deploy WARs correctly while Jetspeed/Tomcat is running ? (if you know what I mean, and the answer