Question about Portlet-URLs and PortletSessions

2005-02-24 Thread Heins, Hendrik
Hi, i'm using JS 1.6 with JSR168 portlets and i have problems with portlet sessions. The Java porllet api says that portlets, servlets and jsps that are in one web-app share the same session. But this is not the behaviour that my JS 1.6 build shows. Okay, i'll try to explain, what exactly hap

JSP template

2005-02-24 Thread Marek Nowak
Hello Is it possible in Jetspeed 2 to use JSP as a teplate instead of Velocity? Best regards Marek - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Created: (JS2-216) NPE when refreshing page after restart

2005-02-24 Thread Howard M. Lewis Ship (JIRA)
NPE when refreshing page after restart -- Key: JS2-216 URL: http://issues.apache.org/jira/browse/JS2-216 Project: Jetspeed 2 Type: Bug Components: Deployment Versions: 2.0-M1 Environment: JDK 1.4, Windows XP, Tomcat 5

JSP decorator

2005-02-24 Thread zazo
Hello everyone, I have J2 checkouted from CVS. What I'm trying to do is to replace vm decorators with jsp. I've got 2 questions. --- 1. How to do I initialize/use JetspeedPowerTool in custom JSP decorator page. I had modified LayoutPortlet.java before I tried to use jsp like this: <% JetspeedPow

JSP decorator II

2005-02-24 Thread zazo
Hi, It's me again. I've just found sth that may become useful (I hope). So, the last question is: --- 3. Can somebody tell me how do jsp decorators located in archives\WEB-INF\{templates, decorators}\**\*.jsp work? Actually the question should be: how to make them work? Are there any usefull or a

portal-struts bridge problems

2005-02-24 Thread Mike Douglass
I've been working to turn some struts application into portlets using the jetspeed2 portal-struts bridge. I've run into a couple of problems, one of which I managed to work around, the other is more difficult. First the applications are a suite of struts applications, the uw calendar in fact,

Re: portal-struts bridge problems

2005-02-24 Thread Ate Douma
Mike Douglass wrote: I've been working to turn some struts application into portlets using the jetspeed2 portal-struts bridge. I've run into a couple of problems, one of which I managed to work around, the other is more difficult. First the applications are a suite of struts applications, the u

Re: portal-struts bridge problems

2005-02-24 Thread Mike Douglass
In all cases the applications run as separate standalone applications (3 applications) and as separate portlets. The first problem shows up because the xslt filter wraps the response object on the way in and collects the output in a byte buffer. On return it transforms the buffer and writes it t

Re: portal-struts bridge problems

2005-02-24 Thread Ate Douma
Mike Douglass wrote: In all cases the applications run as separate standalone applications (3 applications) and as separate portlets. Then you should consider running them as separate portlet *applications*. Package them in separate war files with their own portlet.xml and they they won't share s

Re: Portlet...??

2005-02-24 Thread David Sean Taylor
mohanad al-shayeb wrote: Hellow guys, I did compile JetSpeed2 and used Tomcat 5.0.28 (to get rid of db problems :( ). Anyway I would be really greatful for your answers for the followign Qs: 1. I want to recompile the demo.war with Maven. I do not know how to do that? cd applications/demo mav

Re: j2 spring configuration broken

2005-02-24 Thread David Sean Taylor
David Le Strat wrote: David, I am surprised, I tested this quite a bite before committing. In any case, I have documented this under components/security/xdocs/config.xml and updated references to this page from the main navigation. Sorry about this. I didn't actually test it, just listened to some

Re: Portlet...??

2005-02-24 Thread Ate Douma
David Sean Taylor wrote: mohanad al-shayeb wrote: 3. Each time i start tomcat! I takes alot of time to startup (after adding the JetSpeed2)? Anyway to accelrate it? yes there are quite a few portlet applications in the demo for each portlet application, tomcat has to load the entire webapp's cl

Re: Question about Portlet-URLs and PortletSessions

2005-02-24 Thread David Sean Taylor
Heins, Hendrik wrote: Hi, i'm using JS 1.6 with JSR168 portlets and i have problems with portlet sessions. The Java porllet api says that portlets, servlets and jsps that are in one web-app share the same session. But this is not the behaviour that my JS 1.6 build shows. Okay, i'll try to expl

[jira] Commented: (JS2-216) NPE when refreshing page after restart

2005-02-24 Thread David Sean Taylor (JIRA)
[ http://issues.apache.org/jira/browse/JS2-216?page=comments#action_59733 ] David Sean Taylor commented on JS2-216: --- Yup Ive seen that one before, but ONLY when you try to access the portal before the servlet has completely loaded and initialized.

Re: JSP decorator II

2005-02-24 Thread David Sean Taylor
zazo wrote: Hi, It's me again. I've just found sth that may become useful (I hope). So, the last question is: --- 3. Can somebody tell me how do jsp decorators located in archives\WEB-INF\{templates, decorators}\**\*.jsp work? Actually the question should be: how to make them work? Are there any us

[jira] Commented: (JS2-210) Resolving all deployment classloader problems

2005-02-24 Thread Peter Meier (JIRA)
[ http://issues.apache.org/jira/browse/JS2-210?page=comments#action_59744 ] Peter Meier commented on JS2-210: - Ate, When refactoring the deployment mechanism, will you consider auto deployment of PAs embedded in EAR files as well? If not, when will it b

Re: portal-struts bridge problems

2005-02-24 Thread Mike Douglass
Ate Douma wrote: Mike Douglass wrote: In all cases the applications run as separate standalone applications (3 applications) and as separate portlets. Then you should consider running them as separate portlet *applications*. Package them in separate war files with their own portlet.xml and they t

Re: portal-struts bridge problems

2005-02-24 Thread Peter Meier
Mike Douglass wrote: Ate Douma wrote: Mike Douglass wrote: In all cases the applications run as separate standalone applications (3 applications) and as separate portlets. Then you should consider running them as separate portlet *applications*. Package them in separate war files with their own