[jira] Commented: (JS1-540) Continuously increasing number of Oracle sessions

2005-04-04 Thread Vesa (JIRA)
[ http://issues.apache.org/jira/browse/JS1-540?page=comments#action_62065 ] Vesa commented on JS1-540: -- I've already tried that but Changing TorqueDataSourceFactory to Jdbc2PoolDataSourceFactory does not fix the problem. The behaviour remains the same. > Con

[jira] Created: (JS2-228) Not able to put Role based security to a Portlet

2005-04-04 Thread Bhaskar Roy (JIRA)
Not able to put Role based security to a Portlet Key: JS2-228 URL: http://issues.apache.org/jira/browse/JS2-228 Project: Jetspeed 2 Type: Task Components: Demo Portlets Versions: 2.0-M1 Environment: Win 20

cvs commit: jakarta-jetspeed-2/etc artifact-versions.ent

2005-04-04 Thread ate
ate 2005/04/04 05:23:14 Modified:maven-plugin project.xml etc artifact-versions.ent Log: Moving to new post-M2 version M3-dev Note: the maven-plugin/project.xml is the only one left with an hardcoded version number. This had to be resolved asap. Revisi

cvs commit: jakarta-jetspeed-2/installer maven.xml

2005-04-04 Thread ate
ate 2005/04/04 05:24:43 Modified:installer maven.xml Log: installer/maven.xml uses entity references but I forgot to include them. Bbuilding the installer is broken in M2 :-( Revision ChangesPath 1.4 +4 -0 jakarta-jetspeed-2/installer/maven.xml Index:

cvs commit: jakarta-jetspeed-2/xdocs getting-started.xml

2005-04-04 Thread ate
ate 2005/04/04 05:27:18 Modified:xdocsgetting-started.xml Log: Small correction to task numbering for section 5. Deploying Jetspeed into Tomcat. Missed it for the M2 release but its included in the updated website. Revision ChangesPath 1.7 +4 -5 jaka

Jetspeed 2.0 M2 Released

2005-04-04 Thread David Sean Taylor
The Apache Portals Jetspeed Team is pleased to announce the second milestone release of Jetspeed-2. The release is available for download from the Apache Download Mirrors: http://www.apache.org/dyn/closer.cgi Follow the links to portals/jetspeed-2 Two binary releases are provided. 1. Jetspeed-2 +

portlet session and http session

2005-04-04 Thread Derek Shen
Did not get response from the pluto mailing list. I tried it on the latest tomcat (5.5.7) just now and still have the same problem. Has anyone seen this exception before? java.lang.IllegalStateException: Cannot access session scope in page that does ot participate in any session at org.ap

Re: portlet session and http session

2005-04-04 Thread Derek Shen
Talking to myself again. Looks like the problem is with the combination of JSTL and portlet session. throws the exception, and <%= request.getSession().getAttribute("test") %> is fine. and the attribute I set inside portlet sessio is available in the http session on JSP. It is ugly if I am not

Re: portlet session and http session

2005-04-04 Thread Hema Menon
What exception are you getting with JSTL? There has been some discussions here regarding evaluating expressions in jstl, refer to this thread http://www.mail-archive.com/jetspeed-user@jakarta.apache.org/msg15585.html Hema On Apr 4, 2005 4:37 PM, Derek Shen <[EMAIL PROTECTED]> wrote: > Talking to

Re: portlet session and http session

2005-04-04 Thread Derek Shen
Thanks. Here's the exception I got: 14:27:08,880 ERROR StandardWrapper[/portlet:jsp]:727 - Servlet.service() for se vlet jsp threw exception java.lang.IllegalStateException: Cannot access session scope in page that does ot participate in any session at org.apache.jasper.runtime.PageContextI

Re: portlet session and http session

2005-04-04 Thread Derek Shen
It works. I made a silly mistake, and put this line in my jsp: <%@ page session="false" %> On Apr 4, 2005 2:47 PM, Derek Shen <[EMAIL PROTECTED]> wrote: > Thanks. Here's the exception I got: > > 14:27:08,880 ERROR StandardWrapper[/portlet:jsp]:727 - Servlet.service() for > se > vlet jsp threw

Re: portlet session and http session

2005-04-04 Thread Shah Amit
I had the exact same exception. The problem was that on the top of the page, I had declared that the page should not participate in any session. I dont remember the exact syntax, but it was something to the affect of --- or something like that. I got rid of that line, and it worked for me afte

Re: portlet session and http session

2005-04-04 Thread Shah Amit
Following was the exact line that I removed. <%@ page session="false" %> And after that I didn't get that error anymore. I dont know if yours is the same problem, but the exception looks like the same that I had so ... Amit Original Message Follows From: "Shah Amit" <[EMAIL PROTECTED]> Re