RE: localhost/8080 problem in jetspeed

2006-04-25 Thread alex arvin
Hi Chandra Sekar, Yep. If your are using hsql, then you have to mention it in project.properties also. Alex From: chandra sekhar <[EMAIL PROTECTED]> Reply-To: "Jetspeed Developers List" To: Jetspeed Developers List Subject: RE: localhost/8080 problem in jetspeed Date: Tue, 25 Apr 2006 09:

svn commit: r396945 - /portals/jetspeed-2/trunk/src/webapp/javascript/desktop/core/compatibility.js

2006-04-25 Thread rwatler
Author: rwatler Date: Tue Apr 25 11:11:04 2006 New Revision: 396945 URL: http://svn.apache.org/viewcvs?rev=396945&view=rev Log: add for desktop: contributed by Steve Milek Added: portals/jetspeed-2/trunk/src/webapp/javascript/desktop/core/compatibility.js (with props) Added: portals/jet

RE: localhost/8080 problem in jetspeed

2006-04-25 Thread chandra sekhar
hi alex, we are using the default hsql database. and our datasources.xml looks like the following. In the project.properties it is taking Embedded (derby) database as default should i change it to HSQL too. and i copied the OJB files to tomcat-5.5.16\webapps\jetspeed\WEB-INF\classes . but

Re: localhost/8080 problem in jetspeed

2006-04-25 Thread Aaron Evans
Are your JDBC settings and drivers all in the right places? On 4/25/06, chandra sekhar <[EMAIL PROTECTED]> wrote: > I am configuring Jetspeed-2, i started the production database, did a > j2:quickstart and I encountered the following problem after i open > http://localhost:8080/jetspeed . > > or

RE: localhost/8080 problem in jetspeed

2006-04-25 Thread alex arvin
I think you have not properly configured your database details. Fill your DB configuration details in \conf\Catalina\localhost\jetspeed.xml Alex From: chandra sekhar <[EMAIL PROTECTED]> Reply-To: "Jetspeed Developers List" To: jetspeed-dev@portals.apache.org Subject: localhost/8080 problem in

localhost/8080 problem in jetspeed

2006-04-25 Thread chandra sekhar
I am configuring Jetspeed-2, i started the production database, did a j2:quickstart and I encountered the following problem after i open http://localhost:8080/jetspeed . org.apache.jasper.JasperException: Failed to initalize jetspeed. org.apache.jetspeed.exception.JetspeedException: Jetspeed

[jira] Created: (JS2-526) JBoss web.xml entry for security-constraint login/redirector wont work under Tomcat

2006-04-25 Thread Bruno Marti (JIRA)
JBoss web.xml entry for security-constraint login/redirector wont work under Tomcat --- Key: JS2-526 URL: http://issues.apache.org/jira/browse/JS2-526 Project: Jetspeed 2 Type: Bug Co

Problem with ActionURL and Jetspeed Custom Registration

2006-04-25 Thread alex arvin
Hi, Where do I get more information about action url.I know it creates a URL that points to the current portlet and trigger an action request, but how this request is handled ?. I am developing a portal using jetspeed, I need to create a registraion form, whose data are to be placed in jetsp

Problem with ActionURL and Jetspeed Custom Registration

2006-04-25 Thread alex arvin
Hi, Where do I get more information about action url. I know it creates a URL that points to the current portlet and trigger an action request, but how this request is handled ?. I am developing a portal using jetspeed, I need to create a registraion form, whose data are to be placed in jets

[jira] Commented: (JS2-483) buggy css layouts / patch for table based layout

2006-04-25 Thread Ate Douma (JIRA)
[ http://issues.apache.org/jira/browse/JS2-483?page=comments#action_12376231 ] Ate Douma commented on JS2-483: --- Thorsten, I've applied your latest patch too, thanks again. Please let me know if now all issues are addressed so I can close this one. > buggy c

svn commit: r396836 - in /portals/jetspeed-2/trunk/src/webapp/decorations/layout/tigris: decorator-macros.vm header.vm

2006-04-25 Thread ate
Author: ate Date: Tue Apr 25 03:56:48 2006 New Revision: 396836 URL: http://svn.apache.org/viewcvs?rev=396836&view=rev Log: Correcting nowrap attribute usage: w3c requires nowrap="nowrap". See: http://issues.apache.org/jira/browse/JS2-483#action_12375231 Modified: portals/jetspeed-2/trunk/sr

svn commit: r396835 - /portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/tcolumns/layout.vm

2006-04-25 Thread ate
Author: ate Date: Tue Apr 25 03:55:30 2006 New Revision: 396835 URL: http://svn.apache.org/viewcvs?rev=396835&view=rev Log: Adding tcolumns template missing DOCTYPE for JS2-483 resolution. See: http://issues.apache.org/jira/browse/JS2-483#action_12375231 Modified: portals/jetspeed-2/trunk/sr

svn commit: r396816 - in /portals/jetspeed-2/trunk: jetspeed-api/src/java/org/apache/jetspeed/page/PageManager.java layout-portlets/src/java/org/apache/jetspeed/portlets/layout/MultiColumnPortlet.java

2006-04-25 Thread ate
Author: ate Date: Tue Apr 25 01:54:40 2006 New Revision: 396816 URL: http://svn.apache.org/viewcvs?rev=396816&view=rev Log: Fixing a PageNotFoundException thrown by the DatabasePageManager if you try to remove a portlet from a page. PageManager.getPage(String) expects a Page path parameter, not i