Turbine pull service refresh

2003-03-27 Thread Ryan Christianson
I'm wondering if there is a reason why by default jetspeed has: 
"services.PullService.tools.per.request.refresh" set to true, in the 
TurbineResources.properties file?

It seems that refreshing each tool for each request would be a waste of 
resources. Is it save to turn this off?

Thanks





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Add Context data to Default.vm

2003-03-27 Thread Ryan Christianson
I'd like to add context data to the context that is used to merge the 
default.vm layout template. Where can I do this?

Thanks

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


cvs commit: jakarta-jetspeed/xdocs changes.xml

2003-03-27 Thread morciuch
morciuch2003/03/27 13:26:37

  Modified:docs/site changes.html
   src/java/org/apache/jetspeed/util OverwriteProperties.java
   src/java/org/apache/jetspeed/util/ant
OverwritePropertiesTask.java
   xdocschanges.xml
  Log:
  Minor changes to OverwriteProperties ant task (check style + added failonerror 
property). Patch by Eric Pugh (see Bugzilla issue# 16551).
  
  Revision  ChangesPath
  1.123 +10 -0 jakarta-jetspeed/docs/site/changes.html
  
  Index: changes.html
  ===
  RCS file: /home/cvs/jakarta-jetspeed/docs/site/changes.html,v
  retrieving revision 1.122
  retrieving revision 1.123
  diff -u -r1.122 -r1.123
  --- changes.html  26 Mar 2003 16:36:30 -  1.122
  +++ changes.html  27 Mar 2003 21:26:36 -  1.123
  @@ -133,6 +133,16 @@
   
   -->
   
  +  Add -   Bug # 16551 - 2003/03/27 - Minor fixes to OverwritePproperties ant task, 
patch by Eric Pugh. (MO)
  +
  +
  +  Add -   Bug # 18208 - 2003/03/27 - Added "skinning" capability to action icons. 
(STW)
  +
  +
  +  Fix -   Bug # 18304 - 2003/03/27 - Fixed issue with 
JetspeedTemplateLocatorService not recognizing the
  +  "default.layout.template" property of the respective TemplateEngineService. (STW)
  +
  +
 Fix -   Bug # 18346 - 2003/03/26 - Hide 'Create New Account' on login screen if 
topnav.user_creation.enable is false  (MO)
   
   
  
  
  
  1.3   +198 -162  
jakarta-jetspeed/src/java/org/apache/jetspeed/util/OverwriteProperties.java
  
  Index: OverwriteProperties.java
  ===
  RCS file: 
/home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/util/OverwriteProperties.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- OverwriteProperties.java  12 Feb 2003 01:17:27 -  1.2
  +++ OverwriteProperties.java  27 Mar 2003 21:26:37 -  1.3
  @@ -1,107 +1,106 @@
  -/* 
  - * The Apache Software License, Version 1.1
  +/*
  + *  
  + *  The Apache Software License, Version 1.1
*
  - * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
  - * reserved.
  + *  Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
  + *  reserved.
*
  - * Redistribution and use in source and binary forms, with or without
  - * modification, are permitted provided that the following conditions
  - * are met:
  + *  Redistribution and use in source and binary forms, with or without
  + *  modification, are permitted provided that the following conditions
  + *  are met:
*
  - * 1. Redistributions of source code must retain the above copyright
  - *notice, this list of conditions and the following disclaimer.
  + *  1. Redistributions of source code must retain the above copyright
  + *  notice, this list of conditions and the following disclaimer.
*
  - * 2. Redistributions in binary form must reproduce the above copyright
  - *notice, this list of conditions and the following disclaimer in
  - *the documentation and/or other materials provided with the
  - *distribution.
  + *  2. Redistributions in binary form must reproduce the above copyright
  + *  notice, this list of conditions and the following disclaimer in
  + *  the documentation and/or other materials provided with the
  + *  distribution.
*
  - * 3. The end-user documentation included with the redistribution,
  - *if any, must include the following acknowledgment:
  - *   "This product includes software developed by the
  - *Apache Software Foundation (http://www.apache.org/)."
  - *Alternately, this acknowledgment may appear in the software itself,
  - *if and wherever such third-party acknowledgments normally appear.
  + *  3. The end-user documentation included with the redistribution,
  + *  if any, must include the following acknowledgment:
  + *  "This product includes software developed by the
  + *  Apache Software Foundation (http://www.apache.org/)."
  + *  Alternately, this acknowledgment may appear in the software itself,
  + *  if and wherever such third-party acknowledgments normally appear.
*
  - * 4. The names "Apache" and "Apache Software Foundation" and
  - * "Apache Jetspeed" must not be used to endorse or promote products
  - *derived from this software without prior written permission. For
  - *written permission, please contact [EMAIL PROTECTED]
  + *  4. The names "Apache" and "Apache Software Foundation" and
  + *  "Apache Jetspeed" must not be used to endorse or promote products
  + *  derived from this software without prior written permission. For
  + *  written permission, please contact [EMAIL PROTECTED]
*
  - * 5. Products derived from this so

cvs commit: jakarta-jetspeed/xdocs changes.xml

2003-03-27 Thread weaver
weaver  2003/03/27 13:18:32

  Modified:xdocschanges.xml
  Log:
  Updated change log for completed bug id's 18208 and 18304.
  
  Revision  ChangesPath
  1.139 +8 -1  jakarta-jetspeed/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/jakarta-jetspeed/xdocs/changes.xml,v
  retrieving revision 1.138
  retrieving revision 1.139
  diff -u -r1.138 -r1.139
  --- changes.xml   26 Mar 2003 16:36:30 -  1.138
  +++ changes.xml   27 Mar 2003 21:18:32 -  1.139
  @@ -23,6 +23,13 @@
   
   -->
   
  +  Add -  Bug # 18208 - 2003/03/27 - Added "skinning" capability to action icons. 
(STW)
  +
  +
  +  Fix -   Bug # 18304 - 2003/03/27 - Fixed issue with 
JetspeedTemplateLocatorService not recognizing the
  +  "default.layout.template" property of the respective TemplateEngineService. (STW)
  +
  +
 Fix -   Bug # 18346 - 2003/03/26 - Hide 'Create New Account' on login screen if 
topnav.user_creation.enable is false  (MO)
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Extend user - new table

2003-03-27 Thread Vlachogiannis Evangelos
Hi all,

I am trying to extend the Jetspeed profile. I have modified the attached
files and built jetspeed to get my new profile classes. (I am using MySQL) I
have extend the turbine_user table and I have also created a new table
called cms_users. My aim is to make jetspeed to store/retrieve profile info
from this table (don't need turbine_user) . As I have read in documentation
I have to extend jetspeeduser to myuser, but I do not know what method I
need to call for storing data to my cms_users table. I am confused... Could
anybody guide me?

Many thnx
Vangelis


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

RE: Parent information not being referenced in "ref" type portlets

2003-03-27 Thread Weaver, Scott
Okay, I am nuts and blind.  Lot's of parent references in the service, must be 
something else that is causing my problems.

*===*
* Scott T Weaver    *
* Jakarta Jetspeed Portal Project   *
* [EMAIL PROTECTED] *
*===*
  


> -Original Message-
> From: Weaver, Scott [mailto:[EMAIL PROTECTED]
> Sent: Thursday, March 27, 2003 2:40 PM
> To: 'Jetspeed Developers List'
> Subject: Parent information not being referenced in "ref" type portlets
> 
> Someone shoot me straight on this one.  Shouldn't "ref" type portlets or
> any portlet with a parent for that matter, default to using its parent's
> associated classname, init parameters, media type, etc. if the
> corresponding ones in the child do not exist.  From what I see, within the
> JetspeedPortletFactoryService and maybe I'm in the wrong spot, parent
> information is NEVER referenced at any point.
> 
> Am I loosing my mind or does this make sense?
> 
> If I am sane (always a debatable fact), I will log a bug for this and fix
> it.
> 
> Thanks,
> *===*
> * Scott T Weaver    *
> * Jakarta Jetspeed Portal Project   *
> * [EMAIL PROTECTED] *
> *===*
> 
> 



Parent information not being referenced in "ref" type portlets

2003-03-27 Thread Weaver, Scott
Someone shoot me straight on this one.  Shouldn't "ref" type portlets or any portlet 
with a parent for that matter, default to using its parent's associated classname, 
init parameters, media type, etc. if the corresponding ones in the child do not exist. 
 From what I see, within the JetspeedPortletFactoryService and maybe I'm in the wrong 
spot, parent information is NEVER referenced at any point.

Am I loosing my mind or does this make sense?

If I am sane (always a debatable fact), I will log a bug for this and fix it.

Thanks,
*===*
* Scott T Weaver    *
* Jakarta Jetspeed Portal Project   *
* [EMAIL PROTECTED] *
*===*
  




DO NOT REPLY [Bug 18304] - JetspeedTemplateLocatorService does not recognize layout values in TR.props

2003-03-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18304

JetspeedTemplateLocatorService does not recognize layout values in TR.props

[EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|1.4b2   |1.4b4

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 18304] - JetspeedTemplateLocatorService does not recognize layout values in TR.props

2003-03-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18304

JetspeedTemplateLocatorService does not recognize layout values in TR.props

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2003-03-27 18:00 ---
Fixed and commited.  Tested against fresh cvs HEAD.  

-scott

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/portal BasePortletSkin.java PortletSkin.java

2003-03-27 Thread weaver
weaver  2003/03/27 09:46:20

  Modified:webapp/WEB-INF/templates/vm/controls/html jetspeed.vm
   src/java/org/apache/jetspeed/portal BasePortletSkin.java
PortletSkin.java
  Log:
  Bug ID: 18208 "Allow skinning of action icons"
  
  - Portlets using the jetspeed.vm can now have "skinned" action icons.  
This is acheived by creating properties within the skin in the format of
"image-{action name}".  If these are not defined, the original icons are used.
  
  - Removed redundant "public" modifiers within the PortletSkin interface per 
Checkstyle recommendation.
  
  Revision  ChangesPath
  1.15  +2 -1  
jakarta-jetspeed/webapp/WEB-INF/templates/vm/controls/html/jetspeed.vm
  
  Index: jetspeed.vm
  ===
  RCS file: 
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/controls/html/jetspeed.vm,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- jetspeed.vm   10 Jan 2003 23:06:05 -  1.14
  +++ jetspeed.vm   27 Mar 2003 17:46:19 -  1.15
  @@ -53,7 +53,8 @@
   
   
   #foreach ( $action in $actions )
  -  
  +  
  +  
   #end
   
 
  
  
  
  1.4   +20 -1 
jakarta-jetspeed/src/java/org/apache/jetspeed/portal/BasePortletSkin.java
  
  Index: BasePortletSkin.java
  ===
  RCS file: 
/home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/portal/BasePortletSkin.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- BasePortletSkin.java  16 Nov 2001 22:44:34 -  1.3
  +++ BasePortletSkin.java  27 Mar 2003 17:46:20 -  1.4
  @@ -60,6 +60,7 @@
*
* @author mailto:[EMAIL PROTECTED]">Raphaël Luta
* @author mailto:[EMAIL PROTECTED]">Paul Spencer
  + * @author mailto:[EMAIL PROTECTED]">Scott T. Weaver
* @version $Id$
*/
   public class BasePortletSkin extends java.util.HashMap implements PortletSkin
  @@ -378,4 +379,22 @@
   put(CONTROLLER_STYLE_CLASS,controllerStyleClass);
   }
   }
  +
  +   
  +/**
  + * @see org.apache.jetspeed.portal.PortletSkin#getImage(String, String)
  + */
  +public String getImage(String name, String dftPath)
  +{
  +
  +if (containsKey("image-" + name))
  +{
  +return (String) get("image-" + name);
  +}
  +else
  +{
  +return dftPath;
  +}
  +}
  +
   }
  
  
  
  1.4   +44 -30
jakarta-jetspeed/src/java/org/apache/jetspeed/portal/PortletSkin.java
  
  Index: PortletSkin.java
  ===
  RCS file: 
/home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/portal/PortletSkin.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PortletSkin.java  16 Nov 2001 22:44:34 -  1.3
  +++ PortletSkin.java  27 Mar 2003 17:46:20 -  1.4
  @@ -60,6 +60,7 @@
*
* @author mailto:[EMAIL PROTECTED]">Raphaël Luta
* @author mailto:[EMAIL PROTECTED]">Paul Spencer
  + * @author mailto:[EMAIL PROTECTED]">Scott T. Weaver
* @version $Id$
*/
   public interface PortletSkin extends java.util.Map
  @@ -84,174 +85,187 @@
* Returns the name of this color scheme
* @return the color scheme name
*/
  -public String getName();
  +String getName();
   
   /**
* Returns the color to use for displaying the portlet text
* @return the text color value in HTML format (#RRGGBB)
*/
  -public String getTextColor();
  +String getTextColor();
   
   /**
* Sets the color to use for displaying the portlet text
* @param color the text color value in HTML format (#RRGGBB)
*/
  -public void setTextColor(String color);
  +void setTextColor(String color);
   
   /**
* Returns the color to use for displaying the portlet background
* @return the text color value in HTML format (#RRGGBB)
*/
  -public String getBackgroundColor();
  +String getBackgroundColor();
   
   /**
* Sets the color to use for displaying the portlet background
* @param backgroundColor the background color value in HTML format (#RRGGBB)
*/
  -public void setBackgroundColor(String backgroundColor);
  +void setBackgroundColor(String backgroundColor);
   
   /**
* Returns the color to use for displaying the portlet title text
* @return the text color value in HTML format (#RRGGBB)
*/
  -public String getTitleTextColor();
  +String getTitleTextColor();
   
   /**
* Sets the color to use for displaying the portlet title text
* @param titleColor the title color value in HTML format (#RRGGBB)
*/
  -public void setTitleTextColor(String titleCo

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/template JetspeedTemplateLocatorService.java

2003-03-27 Thread weaver
weaver  2003/03/27 08:54:24

  Modified:src/java/org/apache/jetspeed/services/template
JetspeedTemplateLocatorService.java
  Log:
  Bug ID: 18304
  
  Fixes the template locator ignoring "default.layout.template" property of the 
asscoaite TemplateService when locating a templates associated layout.
  Ran Checkstyle, lots of tab removal and bracket additions to single line "if" 
constructs
  
  Revision  ChangesPath
  1.16  +156 -71   
jakarta-jetspeed/src/java/org/apache/jetspeed/services/template/JetspeedTemplateLocatorService.java
  
  Index: JetspeedTemplateLocatorService.java
  ===
  RCS file: 
/home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/services/template/JetspeedTemplateLocatorService.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- JetspeedTemplateLocatorService.java   4 Mar 2003 00:05:13 -   1.15
  +++ JetspeedTemplateLocatorService.java   27 Mar 2003 16:54:24 -  1.16
  @@ -58,6 +58,7 @@
   import java.io.File;
   
   // java.util
  +import java.util.Arrays;
   import java.util.Iterator;
   import java.util.List;
   import java.util.ArrayList;
  @@ -76,11 +77,16 @@
   import org.apache.turbine.services.TurbineServices;
   import org.apache.turbine.services.InitializationException;
   import org.apache.turbine.services.servlet.TurbineServlet;
  +import org.apache.turbine.services.jsp.JspService;
   import org.apache.turbine.services.localization.LocaleDetector;
   import org.apache.turbine.services.resources.TurbineResources;
  +import org.apache.turbine.services.template.BaseTemplateEngineService;
   import org.apache.turbine.services.template.TurbineTemplate;
  +import org.apache.turbine.services.velocity.TurbineVelocity;
  +import org.apache.turbine.services.velocity.VelocityService;
   
   // jetspeed.capability
  +import org.apache.commons.configuration.Configuration;
   import org.apache.jetspeed.capability.CapabilityMap;
   
   // jetspeed.services
  @@ -102,13 +108,15 @@
* @author mailto:[EMAIL PROTECTED]">Raphael Luta
* @author mailto:[EMAIL PROTECTED]">Paul Spener
* @author mailto:[EMAIL PROTECTED]">Chris Kimpton
  + * @author mailto:[EMAIL PROTECTED]">Scott T. Weaver
* @version $Id$
*/
   
  -public class JetspeedTemplateLocatorService   extends TurbineBaseService
  +public class JetspeedTemplateLocatorService
  +extends TurbineBaseService
   implements TemplateLocatorService
   {
  -private final static String CONFIG_TEMPLATE_ROOT= ".templateRoot";
  +private final static String CONFIG_TEMPLATE_ROOT = ".templateRoot";
   private final static String DIR_SCREENS = "/screens";
   private final static String DIR_LAYOUTS = "/layouts";
   private final static String DIR_PORTLETS = "/portlets";
  @@ -123,6 +131,15 @@
   private final static String MSG_MISSING_PARAMETER =
   "JetspeedTemplateLocatorService initialization failed. Missing parameter:";
   
  +// Template Service Constants
  +private static final String TEMPLATE_EXTENSION = "template.extension";
  +private static final String DEFAULT_LAYOUT = "default.layout.template";
  +
  +// Template services
  +private static VelocityService velocityService;
  +
  +private static JspService jspService;
  +
   // the template root directories, webapp relative
   private String[] templateRoots;
   
  @@ -142,28 +159,31 @@
   public synchronized void init(ServletConfig conf) throws InitializationException
   {
   // already initialized
  -if (getInit()) return;
  +if (getInit())
  +{
  +return;
  +}
   
   initConfiguration();
   
   // initialization done
   setInit(true);
  - }
  +}
   
   public void init() throws InitializationException
   {
  -Log.info( "Late init for JetspeedTemplateLocatorService called" );
  -while( !getInit() )
  +Log.info("Late init for JetspeedTemplateLocatorService called");
  +while (!getInit())
   {
   //Not yet...
   try
   {
  -Thread.sleep( 100 );
  -Log.info( "Waiting for init of JetspeedTemplateLocatorService..." );
  +Thread.sleep(100);
  +Log.info("Waiting for init of JetspeedTemplateLocatorService...");
   }
  -catch (InterruptedException ie )
  +catch (InterruptedException ie)
   {
  -Log.error( ie );
  +Log.error(ie);
   }
   }
   }
  @@ -194,7 +214,7 @@
   
   while (i.hasNext())
   {
  -String path = (String)i.next();
  +String path = (String) i.next();
   located = locateTemplate(data, DIR_SCREENS, path, template);
   
   if (null 

DO NOT REPLY [Bug 18415] - Jetspeed can't be deployed and used with JBoss

2003-03-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18415

Jetspeed can't be deployed and used with JBoss





--- Additional Comments From [EMAIL PROTECTED]  2003-03-27 16:16 ---
Charles,

I have been playing with JBoss lately as I have wanted to get a little EJB 
experience.  I also want to test deploying Jetspeed to it and I may get to that 
today.

Could you please provide a little more detail, even better would be a stack 
trace, so I know where to start.

Thanks,
-scott

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 18415] New: - Jetspeed can't be deployed and used with JBoss

2003-03-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18415

Jetspeed can't be deployed and used with JBoss

   Summary: Jetspeed can't be deployed and used with JBoss
   Product: Jetspeed
   Version: 1.4b3
  Platform: Other
OS/Version: Other
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Distribution
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


As an opensource framework, I think JetSpeed should be able to function under 
JBoss (another immensely popular opensource webserver).  In theory, it should 
be able to work, if both are based on standards. I strongly recommend to make a 
distribution of JetSpeed for JBoss.

I attempted to deploy JetSpeed under JBoss.  Suprisingly, it almost worked.  It 
installed for a long period and it ran into an error.  There is some sort of 
database version difference.  I suspect this bug can be solved along with other 
potential problems.

Regards,
Charles

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: server date from vm

2003-03-27 Thread Harald Ommang
On Thu, 27 Mar 2003 06:21:14 -0800 (PST), "Massimiliano Dessi" wrote:

> 
> Thanks ,but don't work because the  serverdate must be displayed in the
> top.vm ,
> the action are called after...
> 

I've noticed that the CHEF project has a timestamp in the heading. When you're
logged on, that is.

See the demo at http://chefproject.org 
It is Open Source on top of a modified Jetspeed 14b2.
(I don't know what the modification is).
You can create a new user and log on.
I'm sure Glenn Golden knows more about what they have done!

Harald

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: server date from vm

2003-03-27 Thread Massimiliano Dessi
Thanks ,but don't work because the  serverdate must be displayed in the
top.vm ,
the action are called after...

- Original Message -
From: "Raffaele Ragni" <[EMAIL PROTECTED]>
To: "'Jetspeed Developers List'" <[EMAIL PROTECTED]>
Sent: Thursday, March 27, 2003 2:37 PM
Subject: R: server date from vm


It doesn't return a date, but a ServerData class, wich contains data
about the server, afaik.
Looked at the tutorial and I didn't find that one about JSP.
I couldn't find anything about RunData or JetspeedRunData on javadocs,
you can still put it in the context from the portlet action.


-Messaggio originale-
Da: Massimiliano Dessì [mailto:[EMAIL PROTECTED]
Inviato: giovedì 27 marzo 2003 11.08
A: [EMAIL PROTECTED]
Oggetto: server date from vm

Is it possible obtain a server date from the *.vm ?
with $data.getServerData() it's not possible.
In the examples of jetspeed it's described but in the
jsp.

Thanks in advanced.
Massimiliano


__
Yahoo! Cellulari: loghi, suonerie, picture message per il tuo telefonino
http://it.yahoo.com/mail_it/foot/?http://it.mobile.yahoo.com/index2002.h
tml

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 18408] - Solution to deploy JetSpeed to Weblogic 7.0

2003-03-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18408

Solution to deploy JetSpeed to Weblogic 7.0

[EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|1.4b2   |1.4b4

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



R: server date from vm

2003-03-27 Thread Raffaele Ragni
It doesn't return a date, but a ServerData class, wich contains data
about the server, afaik.
Looked at the tutorial and I didn't find that one about JSP.
I couldn’t find anything about RunData or JetspeedRunData on javadocs,
you can still put it in the context from the portlet action.


-Messaggio originale-
Da: Massimiliano Dessì [mailto:[EMAIL PROTECTED] 
Inviato: giovedì 27 marzo 2003 11.08
A: [EMAIL PROTECTED]
Oggetto: server date from vm

Is it possible obtain a server date from the *.vm ?
with $data.getServerData() it's not possible.
In the examples of jetspeed it's described but in the
jsp. 

Thanks in advanced.
Massimiliano


__
Yahoo! Cellulari: loghi, suonerie, picture message per il tuo telefonino
http://it.yahoo.com/mail_it/foot/?http://it.mobile.yahoo.com/index2002.h
tml

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 18408] - Solution to deploy JetSpeed to Weblogic 7.0

2003-03-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18408

Solution to deploy JetSpeed to Weblogic 7.0





--- Additional Comments From [EMAIL PROTECTED]  2003-03-27 13:35 ---
Created an attachment (id=5533)
The Updates required in Jetspeed 1.4-b3

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 18408] - Solution to deploy JetSpeed to Weblogic 7.0

2003-03-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18408

Solution to deploy JetSpeed to Weblogic 7.0





--- Additional Comments From [EMAIL PROTECTED]  2003-03-27 13:35 ---
Created an attachment (id=5532)
The Updates required in Turbine2.2

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 18408] New: - Solution to deploy JetSpeed to Weblogic 7.0

2003-03-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18408

Solution to deploy JetSpeed to Weblogic 7.0

   Summary: Solution to deploy JetSpeed to Weblogic 7.0
   Product: Jetspeed
   Version: 1.4b3
  Platform: PC
OS/Version: Windows NT/2K
Status: NEW
  Severity: Major
  Priority: Other
 Component: Turbine
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I found a Solution to deploy Jetspeed to Weblogic 7.0 to overcome getRealPath() 
return null situation, also to support URL prefix in case of using Weblogic 
Webservers Plugin

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



server date from vm

2003-03-27 Thread Massimiliano Dessì
Is it possible obtain a server date from the *.vm ?
with $data.getServerData() it's not possible.
In the examples of jetspeed it's described but in the
jsp. 

Thanks in advanced.
Massimiliano


__
Yahoo! Cellulari: loghi, suonerie, picture message per il tuo telefonino
http://it.yahoo.com/mail_it/foot/?http://it.mobile.yahoo.com/index2002.html

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]