Re: jetspeed-archetype with Classic UI

2010-04-27 Thread Randy Watler
Chad, We made pragmatic decision there and supported only the min/ui configuration in the archetype. They are not too hard to convert. Off the top of my head, one needs to do the following to convert it to one of the other configurations: 1. grab a different j2-seed.xml and install it in yo

Re: subsite profiling question

2010-04-27 Thread Randy Watler
Aaron, Good. I am glad it worked for you in the end. Please go ahead and file JIRA bugs for the UI and docs issues. Randy Aaron Evans wrote: Randy, We've got it working now so I guess this isn't a bug after all although there is UI bug in the profiler admin. Here's what happened: a co-work

Re: subsite profiling question

2010-04-27 Thread Aaron Evans
Randy, We've got it working now so I guess this isn't a bug after all although there is UI bug in the profiler admin. Here's what happened: a co-worker of mine was working on the profiling rule and editing it in the profiler admin. He noticed that if you have two criterion named the same thing (

Re: Jetspeed PSML page security not ,found

2010-04-27 Thread David Sean Taylor
Could you paste in your jetspeed-mvn-settings.xml, sounds like something went wrong there... On Thu, Apr 22, 2010 at 7:59 AM, Philippe d'Anfray wrote: > Bonjour, > > I tried to build a custom Jetspeed-2.2.1 portal. When I launch the > portal I have in the logs many (many) errors like: > > 2010-04

Re: tutorial example will not run

2010-04-27 Thread David Sean Taylor
I just tested against my latest Tomcat I have here, Tomcat 6.0.18, and it worked fine. Figured that was a thorough enough test, so I downloaded 6.0.26, pointed the tutorial at it, rebuilt, redeployed, started up Tomcat 6.0.26, and it worked fine for me as well. I could add the My Portlet to my page

Re: subsite profiling question

2010-04-27 Thread Aaron Evans
Ok, great, we have the debug logging going on so now we can see what's happening. Anyhow, I believe that there is a bug with this stuff. It seems as though once you do a second "navigate", it won't consider the user's username or role anymore. Consider the example seed data. I have the followin

jetspeed-archetype with Classic UI

2010-04-27 Thread montgomery . chad . e
Is there a way to generate a classic custom portal using the jetspeed-archetype? I tried the command below from the jetspeed 2.2 maven tutorial but it appeared to use the JetUI which i would like to avoid for now. mvn org.apache.maven.plugins:maven-archetype-plugin:2.0-alpha-4:generate -Dar

Re: subsite profiling question

2010-04-27 Thread Randy Watler
Aaron, Sounds like you're on the right track. Look for the file named 'Log4j.properties' in the installed jetspeed webapp. Add the following lines: log4j.category.org.apache.jetspeed.portalsite = DEBUG, jetspeed log4j.additivity.org.apache.jetspeed.portalsite = false The logged output should

Re: subsite profiling question

2010-04-27 Thread Aaron Evans
Hey Randy, I swear I thought we tried something like that but that does seem to help somewhat. However, we're still having a problem for the anonymous case. In the event that the hostname is not found, we want the user to end up getting the content in: pages/_user/guest I tried inserting anothe

Re: Jetspeed Toolbox

2010-04-27 Thread Woonsan Ko
Unfortunately, it is not possible to use toolbox portlet with desktop pipeline because the toolbox portlet depends on the JetUI component, which is not enabled in the desktop pipeline. I'm not sure but I think it could work with /portal/ pipeline with 'server' option as well because the layout d

Re: Jetspeed Toolbox

2010-04-27 Thread Frank Otto
I use the desktop pipeline (js 2.2.0). Can I use the toolbox or I have to use ui pipeline? On ui pipeline I don't see the user page, but on desktop pipeline no toolbox. Am 27.04.2010 12:19, schrieb Woonsan Ko: Ah, sorry. You're right! I've confirmed that the new valve, PageProfilerValve, does

Re: Jetspeed Toolbox

2010-04-27 Thread Woonsan Ko
Ah, sorry. You're right! I've confirmed that the new valve, PageProfilerValve, does not use the profiler component with the 'ajax' option. You need to the default option, 'server', to use the profiler. However, I still think you can use the toolbox portlet with 'server' option. Right? Woonsan

Re: Jetspeed Toolbox

2010-04-27 Thread Frank Otto
No pipline (ui, desktop, portal) show the user psml pages from my min-pages folder (with jetui.customization.method=ajax) Am 27.04.2010 11:26, schrieb Woonsan Ko: Hi Frank, AFAIK, the /ui/ pipeline would not support the profiler any more. Instead, it introduces user space instead with space n

Re: Jetspeed Toolbox

2010-04-27 Thread Woonsan Ko
Hi Frank, AFAIK, the /ui/ pipeline would not support the profiler any more. Instead, it introduces user space instead with space navigator. So, if you want to use that profiling to override a page by a user page, then you need to stick to /portal pipeline. I think you could use /portal/ pipeline

Re: Jetspeed Toolbox

2010-04-27 Thread Frank Otto
Hi Woonsan, thanks for your answer. But If I set jetui.customization.method to ajax, the user pages will not be shown. It always shows the default-page.psml from min-pages folder and not from /user/MY-USER. With jetui.customization.method=server it works fine. How can I solve this? kind r