How to change tabs layout from Horizonal to Vertical

2004-08-09 Thread Sachdeva, Khemchand
I have the following entries in my .psml file. A Charts

Re: How to change tabs layout from Horizonal to Vertical

2004-08-09 Thread Raphaƫl Luta
Sachdeva, Khemchand wrote: I have the following entries in my .psml file. This show tabs Charts and Reports stacked horizontally one after the another. What should I do if I want to be stacked vertically i.e. Reports on top of Charts. Use the MenuController instead of the TabController. -- Raphael

Re: Build

2004-08-09 Thread Scott T. Weaver
It apperas, Maven 1.0 does not support the plugin:deploy goal anymore. However, this should not impact the allBuild goal of J2 as it never invokes plugin:deploy. If you need to, the maven-plugin sub-project has a "deploy-plugin" goal that emulates very closely the the logic of plugin:deploy.

Velocity in Jetspeed-2 (tutorial)

2004-08-09 Thread Simonin, Bradley K. (Brad)
Is there going to be a tutorial for Jetspeed-2? In addition will there be a tutorial for connecting Jetspeed-2 to Velocity? Thanks in Advance, --Brad Simonin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Database dependency for jetspeed

2004-08-09 Thread Archana Turaga
Hi, Is there a clean way to handle database dependencies in Jetspeed. I know that the initial home page psml is read from the database at startup. My questions: 1) If the database is not up this information is not initialized and the only way to recover from this is stop tomcat and start the da

Re: jetspeed 1.5 tutorial for jetspeed2?

2004-08-09 Thread Scott T. Weaver
Hi Randy, Jetspeed 1 and 2 are quite different animals. Jetspeed 1's portlets are developed using a proprietary approach unique to Jetspeed 1. All Jetspeed 1 portlets are served up directly from Jetspeed 1's webapp i.e. they are not individual servlet applications. Jetspeed 2 OTOH utilizes

Re: Velocity in Jetspeed-2 (tutorial)

2004-08-09 Thread Scott T. Weaver
Hi Simonin, We are already use Velocity in Jetspeed 2's layout portlets and decorators. If you are interested in developing JSR-168 portlets that use Velocity instead of JSP's, it is important to remember that JSR-168 are also full blown web applications. The easiest approach is to use the Je

Jetspeed-2 (tutorial)

2004-08-09 Thread Simonin, Bradley K. (Brad)
How do you change the look and feel of Jetspeed-2 to match what our site looks like? Is there a tutotorial or documentation? --Brad Simonin On Mon, 2004-08-09 at 14:13, Scott T. Weaver wrote: > Hi Simonin, > > We are already use Velocity in Jetspeed 2's layout portlets and > decorators. If yo

Re: Jetspeed-2 (tutorial)

2004-08-09 Thread Scott T. Weaver
Simonin, Bradley K. (Brad) wrote: How do you change the look and feel of Jetspeed-2 to match what our site looks like? Is there a tutotorial or documentation? Not yet. For layout decoration, take a look at: jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/jetspeed and for

Re: jetspeed 1.5 tutorial for jetspeed2?

2004-08-09 Thread Randy Watler
Scott, Thanks for the information. I am certainly leaning toward Jetspeed 2 because of the JSR-168 compatibility, but am searching for a way to bootstrap myself into the Jetspeed world. I had hoped that much of the configuration, (i.e. decoration, layout, site, and navigation specifications, et

Re: jetspeed 1.5 tutorial for jetspeed2?

2004-08-09 Thread Scott T. Weaver
Randy Watler wrote: Scott, Thanks for the information. I am certainly leaning toward Jetspeed 2 because of the JSR-168 compatibility, but am searching for a way to bootstrap myself into the Jetspeed world. I had hoped that much of the configuration, (i.e. decoration, layout, site, and navigation

Re: jetspeed 1.5 tutorial for jetspeed2?

2004-08-09 Thread Randy Watler
Scott, So, with the following goals in mind... 1. Create a tutorial on getting started with Jetspeed2, 2. ultimately deploy on JetSpeed2, and 3. bootstrap most efficiently now in the current Jetspeed 1.5/2 dichotomy. ...what approach do you suggest I take then? Randy Watler Scott T. Weaver wrote: A

RE: How to change tabs layout from Horizonal to Vertical

2004-08-09 Thread chris holt
I believe the way you achieve this is to use a MenuControl instead of a TabControl. This will give you a vertical stacking of the panes instead of the horziontal layout. Chris -Original Message- From: Sachdeva, Khemchand [mailto:[EMAIL PROTECTED] Sent: Monday, August 09, 2004 8:24 AM To:

tomcat hangs when starting jetspeed 1.4

2004-08-09 Thread dp
hello, I am running tomcat 5.0.24 with js 1.4 sometime I have to startup my tomcat serveral times to get him up. the startup.bat hangs after following messages: * Starting Apache Jetspeed Portal/1.4 [09 Aug 2004 18:38:46 INFO] - loa

building Jetspeed 2

2004-08-09 Thread Krish Chandra
Hi, I got the following error when I tried to build J2. *** test:test: dbSetup: [copy] Copying 1 file to /ccs/mssl/ecs/dmefs/krish/jakarta-jetspeed-2/components/registry/target/test-classes [junit] Running org.apache.jetspeed.compone

Re: tomcat hangs when starting jetspeed 1.4

2004-08-09 Thread Shao Fang
Take a look of http://www.mail-archive.com/[EMAIL PROTECTED]/msg12919.html as well as http://nagoya.apache.org/jira/browse/JS1-405 If this is similar to your issue, we have a fix in turbine that you can try out. We have been working with Jetspeed developers to verify our fix. Shao. On Mo

Re: building Jetspeed 2

2004-08-09 Thread Krish Chandra
Sorry the log file had the following stack trace: Testcase: testData(org.apache.jetspeed.components.portletregistry.TestRegistryDirectPart2): Caused an ERROR null java.lang.NullPointerException at org.apache.jetspeed.components.portletregistry.AbstractRegistryTest.verifyData(AbstractRegist

RE: building Jetspeed 2

2004-08-09 Thread Call, Terry M
Me too. BUILD FAILED File.. C:\IMICS\DevTools\jakarta-jetspeed-2\maven.xml Element... maven:reactor Line.. 235 Column 40 Unable to obtain goal [test:test] -- C:\Documents and Settings\m183713\.maven\ca che\maven-test-plugin-1.6.2\plugin.jelly:181:54: There were test failures . Total t

RE: Portlets execution flow

2004-08-09 Thread Bjorn Vidar Remme
Hi Bob, What you are saying makes sense. The trouble was that I was using qualified action names, but I still had major problems. I then reluctantly came to the conclusion that there was something fundamentally wrong with my code. Looking over the code again I remember changing the form meth

Error rendering Velocity template

2004-08-09 Thread Sihong Fan
Does anyone meet this problem before? Thanks org.apache.turbine.util.TurbineException: Error rendering Velocity template: /controls/html/jetspeed.vm: Invocation of method 'getContent' in class org.apache.jetspeed.portal.security.portlets.CacheableStatefulPortletWrapper threw exception class java.la

Action not found (but it's there)?

2004-08-09 Thread Stijn de Witt
Hi, I have an action located in WEB-INF\classes\nl\bergland\portal\jetspeed1\actions\job it's name is BitCandidateSubmitAction.class I have set up the Turbine modules.packages path, adding nl.bergland.portal.jetspeed1 I tried all sorts of things, but I keep getting this ClassNotFoundException. Doe

RE: building Jetspeed 2

2004-08-09 Thread Bjorn Vidar Remme
Return Receipt Your RE: building Jetspeed 2 document :