Re: What do you need to do to add a new screen ?

2004-11-16 Thread David Sean Taylor
Hampton, Thomas wrote: Right, so I changed it to $jslink.getTemplate() but it still does not bring up my screen. Still a blank screen. Is there anything else that needs to be done besides creating the Page2.vm file and putting it in the correct directory and then calling $jslink.getTemplate("Pa

Re: Jetspeed installing problem

2004-11-16 Thread David Sean Taylor
Thilina wrote: While installing the jetspeed source, I got the following error message for "maven war" target. Try building with this option command line option: maven -o -Dmaven.test.skip=true war [junit] Running org.apache.jetspeed.util.TestOverwriteProperties [junit] Tests run: 3, Failures

Checking custom user permissions

2004-11-16 Thread Ruy Diaz Jara
This may be a pretty stupid question but I can't figure it out: Is there some 'simple' way to check if a user has a custom permission without having to make an elaborate query to TurbineUser, TurbineUserGroupRolePeer, etc.? I was guessing something like rundata.getUser().getPermissions() or rund

RE: What do you need to do to add a new screen ?

2004-11-16 Thread Hampton, Thomas
Right, so I changed it to $jslink.getTemplate() but it still does not bring up my screen. Still a blank screen. Is there anything else that needs to be done besides creating the Page2.vm file and putting it in the correct directory and then calling $jslink.getTemplate("Page2") from the Left.vm

Jetspeed installing problem

2004-11-16 Thread Thilina
While installing the jetspeed source, I got the following error message for "maven war" target. [junit] Running org.apache.jetspeed.util.TestOverwriteProperties [junit] Tests run: 3, Failures: 3, Errors: 0, Time elapsed: 1.098 sec [junit] [ERROR] TEST org.apache.jetspeed.util.TestOverwrit

RE: performance slowdown for 100,000 users, all with same PSML

2004-11-16 Thread Antonio Saade Hazin
Hi: I don't know about J1 scalability issues, but HSQL does. Could the DB (in a slow computer and a JVM not optimized for memory) be the problem in this case? "HyperSonic (HSQLDB): (...) Hypersonic was originally designed as an in-memory database; as a result, operations performed on tables

Re: JetSpeed and TOMCAT

2004-11-16 Thread David Sean Taylor
Carlos Torres wrote: Hello people, I'm using jetspeed running in tomcat on windows platform. When I execute in my desktop, using the startup.bat and shudown.bat commands, to start and stop the tomcat server no problem. But, when i start and stop the tomcat as a windows service my configuration c

RE: Want make a tree menu in jetspeed 1.5

2004-11-16 Thread Pe, Win {PI}
Hi All, I have used JavaScript 'Tigra' tree menu from SoftComplex. They have various versions and basic version is free. You can find the script at http://www.softcomplex.com/products/tigra_tree_menu/. They also have drop down menu and again basic version is free. http://www.softcomplex.com/pr

Re: performance slowdown for 100,000 users, all with same PSML

2004-11-16 Thread Jun Yang
David Sean Taylor wrote: Youssef Mohammed wrote: I think it has nothing to do with the portlets since the only changes he (Dan) made was the number of users. I suggest to do some profiling (both IBM and Oracle stuff can help ) to the jetspped instance to see what is going on. I used to work on J1 l

Re: Problem installing jetspeed

2004-11-16 Thread David Sean Taylor
Mark Miller wrote: Thanks David, it actually looks like some of the files have been moved around on Ibiblio - for example: http://www.ibiblio.org/maven/pluto/jars/pluto-1.0.1-rc1.jar The server is responding to me - but the file does not exist at this location. I checked for this file on the b

Re: performance slowdown for 100,000 users, all with same PSML

2004-11-16 Thread David Sean Taylor
Youssef Mohammed wrote: I think it has nothing to do with the portlets since the only changes he (Dan) made was the number of users. I suggest to do some profiling (both IBM and Oracle stuff can help ) to the jetspped instance to see what is going on. I used to work on J1 last year and I did found

Re: Problem installing jetspeed

2004-11-16 Thread Mark Miller
Thanks David, it actually looks like some of the files have been moved around on Ibiblio - for example: http://www.ibiblio.org/maven/pluto/jars/pluto-1.0.1-rc1.jar The server is responding to me - but the file does not exist at this location. I checked for this file on the bluesunrise.com serv

Re: Want make a tree menu in jetspeed 1.5

2004-11-16 Thread David Sean Taylor
James Wang wrote: Dear all, I wanna define a TreeMenu Controller in Jetspeed 1.5. when i define a pane's layout is treemenu,all the portlets in this pane and its sub pane should be displayed in the left menu navigation tree,and i can click one pane,then collapse this pane and show its portlet ,i

Re: jetspeed-newbie Roles-Groups-Users

2004-11-16 Thread David Sean Taylor
Thilina wrote: Hi, I need to do following thing using the jetspeed, Creating.. 3 roles - Admin, Executive, Developer 2 Groups - Administration, Users 100 of users - CEO,CFO,admin, aaa, bbb, ccc, etc Setting Admin and Executive belongs to Administrative Group Developer belong

Re: What do you need to do to add a new screen ?

2004-11-16 Thread David Sean Taylor
Hampton, Thomas wrote: I created a new screen "template" in the webapp\WEB-INF\templates\vm\screens\html directory. Then I modified the left.vm file as follows. What I want to happen is for the "Page2" screen to come up the

Re: Problem installing jetspeed

2004-11-16 Thread David Sean Taylor
Mark Miller wrote: I am running into a problem with downloading jar files during the install of jetspeed. From the "Getting Started" page at http://portals.apache.org/jetspeed-2/getting-started.html I am running the command: maven --debug allClean allBuild and in the output, I can see that

JetSpeed and TOMCAT

2004-11-16 Thread Carlos Torres
Hello people, I'm using jetspeed running in tomcat on windows platform. When I execute in my desktop, using the startup.bat and shudown.bat commands, to start and stop the tomcat server no problem. But, when i start and stop the tomcat as a windows service my configuration changes in jetspeed

Problem installing jetspeed

2004-11-16 Thread Mark Miller
I am running into a problem with downloading jar files during the install of jetspeed. From the "Getting Started" page at http://portals.apache.org/jetspeed-2/getting-started.html I am running the command: maven --debug allClean allBuild and in the output, I can see that maven is trying t

What do you need to do to add a new screen ?

2004-11-16 Thread Hampton, Thomas
I created a new screen "template" in the webapp\WEB-INF\templates\vm\screens\html directory. Then I modified the left.vm file as follows. What I want to happen is for the "Page2" screen to come up the same way the "EditAc

Re: Default/Anon Screen ?

2004-11-16 Thread Dan Moore
I do something similar. In WEB-INF/templates/vm/layouts/html/default.vm, the very first line is: #if ($data.user.userName == 'anon') $data.response.sendRedirect($config.getString("nologin.cookie.url")) #end The other option (probably better) is to edit the PSML of the anon user to have no portl

Want make a tree menu in jetspeed 1.5

2004-11-16 Thread James Wang
Dear all, I wanna define a TreeMenu Controller in Jetspeed 1.5. when i define a pane's layout is treemenu,all the portlets in this pane and its sub pane should be displayed in the left menu navigation tree,and i can click one pane,then collapse this pane and show its portlet ,if there is a sub-p

Default/Anon Screen ?

2004-11-16 Thread Hampton, Thomas
Jetspeed seems to come up for the Anon user to a screen that is some kind of "portlet container". Is it possible to change that default screen to not be the a "portlet container" but some other screen ? What I'd like to do is have a regular screen be the default, and use the portal container when

Fusion Struts Demo

2004-11-16 Thread Jeff Sheets
I'm trying get the struts-demo app working in Fusion. I have the other JSR-168 sample apps working, like the demo.war number guessing game, however the struts-demo.war is giving me some problems. I built from CVS head just two days ago. Here is the only exception trace that I can find (as generi

Re: Web Services Portlet

2004-11-16 Thread orchard
Hi, Well, I simply typed off the code and included the portlet into the portlet.xreg I also copied the soap.jar into jetspeeds lib and included it in Tomcat's common/endorsed file. It complied without problem. I included the portlet in a test page logged in as admin. The portlet simply doesn't app

problem when displaying images on j1.5

2004-11-16 Thread Loreno F. de Oliveira / Grad. DSC
Hi all, I´m faced to an estrange problem on J1.5. When I first display the portal´s initial page (where we perform login) all the images are correctly displayed. But, if I press my browser´s reload buttom, the images desapear! :-O If I press some more times the reload buttom, the images, magicaly

jetspeed-newbie Roles-Groups-Users

2004-11-16 Thread Thilina
Hi, I need to do following thing using the jetspeed, Creating.. 3 roles - Admin, Executive, Developer 2 Groups - Administration, Users 100 of users - CEO,CFO,admin, aaa, bbb, ccc, etc Setting Admin and Executive belongs to Administrative Group Developer belongs to Users Gr