New Article about Jetspeed2 second part (migration jet1 - jet2)

2005-02-16 Thread Massimiliano Dessì
It's a second part (In italian): http://www.jugsardegna.org/vqwiki/jsp/Wiki?Jetspeed2_I or: http://www.mokabyte.it/2005/02/jetspeed2-2.htm The example of migration, it's a portlet based on Spring, MX4J and a three type of persistence, JdbcClassic, JdbcTemplate(Spring) and JDO (JPOX with JDO

cvs commit: jakarta-jetspeed/webapp/WEB-INF/conf JetspeedResources.properties

2005-02-16 Thread taylor
taylor 2005/02/16 08:43:14 Modified:webapp/WEB-INF/conf JetspeedResources.properties Log: change web service location Revision ChangesPath 1.132 +2 -2 jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedResources.properties Index: JetspeedResources.properties

cvs commit: jakarta-jetspeed/xdocs resources.xml

2005-02-16 Thread taylor
taylor 2005/02/16 08:50:59 Modified:xdocsresources.xml Log: M Dessi's latest article Revision ChangesPath 1.22 +4 -1 jakarta-jetspeed/xdocs/resources.xml Index: resources.xml === RCS

cvs commit: jakarta-jetspeed/docs/site resources.html

2005-02-16 Thread taylor
taylor 2005/02/16 08:53:03 Modified:docs/site resources.html Log: M Dessi's latest article Revision ChangesPath 1.47 +112 -370 jakarta-jetspeed/docs/site/resources.html Index: resources.html

cvs commit: jakarta-jetspeed maven.xml

2005-02-16 Thread taylor
taylor 2005/02/16 09:04:06 Modified:.maven.xml Log: allow jdbc driver in classpath for import Revision ChangesPath 1.38 +3 -0 jakarta-jetspeed/maven.xml Index: maven.xml === RCS

Re: Problem with J2 build and HSQLDB drop table command syntax

2005-02-16 Thread David Sean Taylor
Bob Fleischman wrote: When I run the maven allClean allBuild I get the following error: [sql] [ERROR] Failed to execute: drop table if exists OJB_HL_SEQ BUILD FAILED File.. D:\eclipseworkspace\jakarta-jetspeed-2\maven.xml Element... sql Line.. 355 Column 39 java.sql.SQLException: Table

J2 - Menu Navigation - Root Folder

2005-02-16 Thread Shah Amit
Hi David, Reposing my question on the developer thread. The problem is org.apache.jetspeed.profiler.ProfiledPageContext interface and all the other related interfaces are very convinient to navigate child elements. But it is tough to reach the root folder, or to traverse up the tree. Now the

Re: J2 - Menu Navigation - Root Folder

2005-02-16 Thread Randy Watler
Shah, Right the problem is that the API is not designed to allow arbitrary use of the getParent() method because the profiler does not construct a complete view of the site on each page request. The reason is that it can be costly generate views of the site that are not necessarily going

cvs commit: jakarta-jetspeed-2/applications/demo/src/webapp/WEB-INF/view database-view.vm

2005-02-16 Thread taylor
taylor 2005/02/16 10:32:31 Modified:applications/demo/src/webapp/WEB-INF/view database-view.vm Log: adjust style, still not happy with it but looks a bit clearer Revision ChangesPath 1.5 +2 -2

cvs commit: jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/tigris/css styles.css

2005-02-16 Thread taylor
taylor 2005/02/16 10:32:47 Modified:portal/src/webapp/WEB-INF/decorations/layout/html/tigris/css styles.css Log: adjust style, still not happy with it but looks a bit clearer Revision ChangesPath 1.5 +2 -0

Re: J2 - Menu Navigation - Root Folder

2005-02-16 Thread Shah Amit
Hi Randy, Here is the tree that I want to create for my website - - Home (psml) - Contact Us (psml) - About Us (psml) - Products (SubMenu) - Product 1 (psml) - Product 2 (psml) - Product 3 (psml) - Customer Area (SubMenu) - Download Reports (SubMenu) - Report 1 (psml)

Re: J2 - Menu Navigation - Root Folder

2005-02-16 Thread Randy Watler
Shah, Ok does not look too difficult at this point. How do you want to arrange the psml pages physically in your file system? Do you have other profiling requirements... other views based on user/role/group or authentication? Randy Shah Amit wrote: Hi Randy, Here is the tree that I want to

Re: J2 - Menu Navigation - Root Folder

2005-02-16 Thread Shah Amit
Security requirements are very simple. Untill a user is not logged on, he should not able to see the Customer Area Sub Menu. Once he logs on, he can access that area too. Besides, I am thinking of having permissions say P1. If user doesnot have P1, he gets different view to Comparision Tool

RE: Problem with J2 build and HSQLDB drop table command syntax

2005-02-16 Thread Bob Fleischman
I did a checkout from CVS, in eclipse, just a few weeks ago and then an update last night. I also tried this at a client with a fresh check out and got the same error. -Original Message- From: David Sean Taylor [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 12:20 PM To:

[jira] Commented: (JS2-207) Login portlet not working with jboss 3.2.3

2005-02-16 Thread clinton turnbull (JIRA)
[ http://issues.apache.org/jira/browse/JS2-207?page=comments#action_59293 ] clinton turnbull commented on JS2-207: -- the same problem seems to exsist for jboss 4.0.1 Login portlet not working with jboss 3.2.3

RE: Problem with J2 build and HSQLDB drop table command syntax

2005-02-16 Thread Bob Fleischman
I solved the problem. It seems I had maven-torque-plugin-3.1.1-dev.jar. I replaced that with maven-torque-plugin-3.1.1.jar and everything else worked ok. It was a coincidence that I had the same wrong plugin at my client's site. -Original Message- From: Bob Fleischman [mailto:[EMAIL

cvs commit: jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/jetspeed decorator-macros.vm

2005-02-16 Thread taylor
taylor 2005/02/16 23:21:00 Modified:portal/src/webapp/WEB-INF/decorations/layout/html/tigris decorator-macros.vm portal/src/webapp/WEB-INF/decorations/layout/html/jetspeed decorator-macros.vm Log: 2 new macros to -

[jira] Commented: (JS2-207) Login portlet not working with jboss 3.2.3

2005-02-16 Thread Jabouille Jean Charles (JIRA)
[ http://issues.apache.org/jira/browse/JS2-207?page=comments#action_59306 ] Jabouille Jean Charles commented on JS2-207: I have the same error on Jonas 4.1.4 too. Login portlet not working with jboss 3.2.3