authentificate without login_module

2006-02-15 Thread Michael Gustav Simon
I analyse my problem to authentificate without the login_module in more detail. My solution works fine (see prior messages) but I have no access to the user associated roles with the method isUserInRol(). The problem is that I allow an external component to executes the authentification and the sec

Re: interportlet communication

2006-02-15 Thread Michael Gustav Simon
Many thanks for the hint to use a message service. My solution will be to try use all portlets in one application to communicate between portlet specefic APPLICATION_SCOPE. A user specefic field resolve the communiction from my own layout-portlet to the portlet application. mg ---

Problem of RomeRssPortlet

2006-02-15 Thread mu baosen
HI, all I run J2 behind a proxy. The portal is running fine. But the RomeRssPortlet throws a exception:connection refused.What is the possible reason? How to set a proxy in RomeRssPortlet? Thanks

Re: Tomcat 5.5.15 auto redeployment

2006-02-15 Thread Vladimir Simjanoski
Yes, I have to explicitly set the s in JETSPEED_HOME/WEB-INF/web.xml in order to avoid 403. * works only for admin role for me. On 2/15/06, Aaron Evans <[EMAIL PROTECTED]> wrote: > > Out of curiosity, are you getting a 403 whenever you login as someone that > doesn't have the admin role? > > This

Re: Tomcat 5.5.15 auto redeployment

2006-02-15 Thread Aaron Evans
Out of curiosity, are you getting a 403 whenever you login as someone that doesn't have the admin role? This is an issue we found with Tomcat 5.5.15, JDK 1.5 (but on non-windows platforms). On 2/15/06, Vladimir Simjanoski <[EMAIL PROTECTED]> wrote: > > Hi all, > > I'm using J2 with Tomcat 5.5.1

Tomcat 5.5.15 auto redeployment

2006-02-15 Thread Vladimir Simjanoski
Hi all, I'm using J2 with Tomcat 5.5.15 on Windows. The redeployment doesn't work for me (I have set the antiJARLocking attribute to true in TOMCAT_HOME\conf\context.xml). I know this is more relevant to Tomcat then J2, but I'm just wandering whether anyone out there experience the same thing.

Re: hook into deployment process

2006-02-15 Thread Joachim Müller
this in fact is so simple, it must be mentioned in the faq. http://wiki.apache.org/portals/Jetspeed2/HowToManageBackgroundProcessesInMyPortalApplication thanks Aaron Aaron Evans wrote: > Yeah, or more simply, you could just add a ServletContextListener to the > portal application and do whatever

Re: interportlet communication

2006-02-15 Thread Jacek Wiślicki
Wiadomosc od Michael Gustav Simon z 2006-02-15 17:04 brzmiala: Hello j2-users, I know that the interportlet communication is possible in the PortletSession.APPLICATION_SCOPE. In my project I have to use more portlet applications and to communicate with the different portlets. The interportlet co

RE: interportlet communication

2006-02-15 Thread Frank Villarreal
put them in the same application ... or else you're pretty much circumventing the modular, independent application design which is the whole point of using a JSR-168 portal in the first place! > -Original Message- > From: Michael Gustav Simon [mailto:[EMAIL PROTECTED] > Sent: Wednesday, F

Re: hook into deployment process

2006-02-15 Thread Aaron Evans
Yeah, or more simply, you could just add a ServletContextListener to the portal application and do whatever you need to do in the contextInitialized method. On 2/14/06, Joachim Müller <[EMAIL PROTECTED]> wrote: > > Hi. > > I've found a way to hook into (re)deployment without changing the > Jetspee

Re: Changing Menu layout

2006-02-15 Thread Aaron Evans
You just edit the velocity decorator and macro code. I considered doing this as well, but just remember that if you do this, when a user clicks a tab (and therefore navigates to a page in a folder) the list of tabs will then change to the ones of that folder. On 2/15/06, [EMAIL PROTECTED] <[EMA

interportlet communication

2006-02-15 Thread Michael Gustav Simon
Hello j2-users, I know that the interportlet communication is possible in the PortletSession.APPLICATION_SCOPE. In my project I have to use more portlet applications and to communicate with the different portlets. The interportlet communication works in one appliation only! How do I share session i

Changing Menu layout

2006-02-15 Thread lists
Hello, How tricky is it swap round the default Jetspeed2 menu layout, so my psml files are shown in the left navigation bar (where directories are currently) and my directories are show as tabs across the top (where my psml files are currently shown)? Cheers Dan ---

Re: RssPortlet and RomeRssPortlet

2006-02-15 Thread mu baosen
> > Thank you very much >

Re: RssPortlet and RomeRssPortlet

2006-02-15 Thread Joachim Müller
The rssPortlet transforms the feed using xslt, the RomRssPortlet uses the rome0.4 library. IMO the RomeRssPortlet is the way to go. The handlich is much easier ans it supports all rss versions and atom feeds as well. The rome.04 lib is quite old and has some bugs with some rss formats (pubDate ins

RssPortlet and RomeRssPortlet

2006-02-15 Thread mu baosen
Hello, everyone. I found there are two rss portlets in j2 : RssPortlet and RomeRssPortlet. What is the difference between them? Which should I use? Thanks