RE: Implementing New Security Model In 1.4

2002-07-23 Thread David Sean Taylor
I have an LDAP security impl here that I am reviewing, including authentication, user and role mgmt. Due to my current workload, it may take several weeks to review and commit it. > -Original Message- > From: Aliyar, Nishar [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 23, 2002 8:40 A

RE: high CPU utilization

2002-07-23 Thread David Sean Taylor
> We also used OptimizeIt to track down where the % CPU increases and > observed some of the jetspeed framework calls > are pretty high cpu intensive. Any opinions on this.? Shan, Would it possible for you to share with us the OptimizeIt reports? David > -Original Message- > From: S

RE: PSML compatability

2002-07-22 Thread David Sean Taylor
Your PSML should port fine to 1.4. Jetspeed will not modify your PSML unless you customize it. For the 1.4 release, we cleaned up a lot extra elements being written out to the PSML after customization. > -Original Message- > From: Josh Hone [mailto:[EMAIL PROTECTED]] > Sent: Monday, July

RE: XML validation

2002-07-22 Thread David Sean Taylor
It doesn't seem to be up-to-date in the cvs either http://cvs.apache.org/viewcvs/jakarta-jetspeed/src/xml/psml.xsd We have since added elements to the XML without updating the schema. This is what is used by the code (a Castor mapping): http://cvs.apache.org/viewcvs/jakarta-jetspeed/webapp/WEB-

RE: Jetspeed 1.4b1 release available for download

2002-07-18 Thread David Sean Taylor
; Matthias Wimmer > > > > > > -Original Message- > > From: Paul Spencer [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, July 18, 2002 6:25 AM > > To: Jetspeed Users List > > Subject: Re: Jetspeed 1.4b1 release available for download > >

RE: User Login Tables

2002-07-18 Thread David Sean Taylor
Have a look at the new docs for the 1.4 release at http://jakarta.apache.org/jetspeed/site/security.html There isn't a step by step tutorial on plugging in new security services, but it should be fairly straight forward. You will need to replace some of the security services (UserManagement, Porta

RE: WeatherPortlet and donation issue

2002-07-18 Thread David Sean Taylor
Please feel free to use that, too. > > Ozgur Balsoy > http://grids.ucs.indiana.edu/users/balsoy/jetspeed/ > > > David Sean Taylor wrote: > > > Sorry for my confusion, but are making an announcement or are you saying > > that you'd like to donate it to the Jet

Re: exception in Login screen

2002-07-18 Thread David Sean Taylor
We are no longer allowed distribute activation.jar from Jakarta. You have to download it from Sun. However I don't get this error message, and I don't have activation.jar. I thought it was only necessary for the email features in Jetspeed I will add this issue to the Jetspeed FAQ - Origi

Jetspeed 1.4b1 release available for download

2002-07-17 Thread David Sean Taylor
The Jakarta Jetspeed development team has released the latest version of the Jetspeed Portal Server, version 1.4 Beta 1 (1.4b1). This is our first beta release, backed by a significant improvement in quality and features. The release includes the following new features: * Fix all major and crit

Re: Jetspeed 1.4b1 release candidate

2002-07-17 Thread David Sean Taylor
speed Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, July 17, 2002 10:03 AM Subject: RES: Jetspeed 1.4b1 release candidate > > When will Jetspeed v2.0 be reseased? (or a version that haves > support to Portlet API) > > Thanks > > > -Mensagem original

Re: WebSurfPortlet - Web navigation within Jetspeed

2002-07-17 Thread David Sean Taylor
Sorry for my confusion, but are making an announcement or are you saying that you'd like to donate it to the Jetspeed cvs? - Original Message - From: "Ozgur Balsoy" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <[EMAIL PROTECTED]> Sent: Tuesday, July 16, 2002 4:17 PM Subject: WebSurfPortl

Re: Jetspeed 1.4b1 release candidate

2002-07-17 Thread David Sean Taylor
Version 1.3a3 was originally going to be the next release. However we decided (by vote) on the jetspeed-dev mailing list to move to a beta. Jetspeed has been at 1.3 for well over 2 years. Time to move on to the next version and clearly state that Jetspeed is moving forward and progressing, improv

Jetspeed 1.4b1 release candidate

2002-07-17 Thread David Sean Taylor
There is a Jetspeed 1.4b1 release candidate found at: Binary release, documentation and javadocs http://jakarta.apache.org/builds/jakarta-jetspeed/release/v1.4b1/jetspeed-1. 4b1-release-fullwar.zip Binary release, documentation http://jakarta.apache.org/builds/jakarta-jetspeed/release/v1.4b1/jet

Re: How? Specifying other (multiple) paths to search for velocity templates.

2002-07-16 Thread David Sean Taylor
- Original Message - From: "Jan Grant" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 16, 2002 10:22 AM Subject: How? Specifying other (multiple) paths to search for velocity templates. > I'm currently working on a bunch of portlets that use velocity. To keep > a clean

RE: Reading a config file by many portlets

2002-07-03 Thread David Sean Taylor
nfig files. > > -----Original Message- > From: David Sean Taylor [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 03, 2002 9:43 AM > To: 'Jetspeed Users List' > Subject: RE: Reading a config file by many portlets > > > Put your configurati

RE: Reading a config file by many portlets

2002-07-03 Thread David Sean Taylor
Put your configuration in the portlet registry, take the JavaWeb portlet entry as an example: JavaSoft JavaSoft http://java.sun.com/ sites.companies.sun Parameters are name value pairs, and you can access them in your p

RE: AXIS and Jetspeed

2002-07-03 Thread David Sean Taylor
pe(XMLType.XSD_STRING); > > /*Setup the Parameters i.e. the name to be passed as input > parameter to the HelloWorld Web Service*/ > > result = (String) call.invoke( new Object[] { "AXIS" } ); > //Print out the result > System.out.println(re

RE: Add Maximize & Minimize Buttons to Front Page

2002-07-02 Thread David Sean Taylor
ge > > > Hi David & Matthias, > > Thanks a lot for the help :) > > David, that means, I should be able to download the latest > jar file by Thurs? May I know what version will it be, 1.3a4? > > Cheers, > Andy > > - Original Message - > From:

RE: Add Maximize & Minimize Buttons to Front Page

2002-07-02 Thread David Sean Taylor
In the latest cvs, the anon user is just another user with the 'guest' role by default. So you can assign permissions and make role association just like any other user now. This is also new overriding options in the JetspeedSecurity.properties file to control the display of action buttons: ###

RE: AXIS and Jetspeed

2002-07-02 Thread David Sean Taylor
Are you actually calling into AXIS, or are you simply making the SOAP calls as in the StockQuote portlet example (which does not use AXIS)? > -Original Message- > From: Dealy, Brian [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 02, 2002 9:27 AM > To: [EMAIL PROTECTED] > Subject: AXIS

RE: why do not the authors of Jetspeed write the detail documentabout Jetspeed?

2002-07-01 Thread David Sean Taylor
See TODO-DOCUMENTATION.txt in the cvs head root dir Additions to the TODO list and volunteers welcome > -Original Message- > From: KARTHIKEYAN E S [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 28, 2002 6:27 AM > To: '[EMAIL PROTECTED]' > Cc: '[EMAIL PROTECTED]' > Subject: RE: why do n

RE: Classpath problem

2002-07-01 Thread David Sean Taylor
The missing files listed below are generated java files. The generation of these files is a torque task within the build/build.xml ant file. You can also chdir to build/torque and type 'ant' to generate them. Or from the /build directory, 'ant om' > -Original Message- > From: Leandro Rodr

RE: Error Occured - Configuring Jetspeed with JSP

2002-06-24 Thread David Sean Taylor
> -Original Message- > From: John Trollinger [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 24, 2002 5:15 AM > To: 'Jetspeed Users List' > Subject: RE: Error Occured - Configuring Jetspeed with JSP > > > JSP is very poorly supported in jetspeed... it seems like > they are trying to

RE: Configuration: TurbineResources.?

2002-06-24 Thread David Sean Taylor
TurbineResources.velocity is no longer needed and can be ignored. It has been removed from 1.3a3 > -Original Message- > From: Stefan Kuhn [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 24, 2002 8:50 AM > To: Jetspeed Users List > Subject: Re: Configuration: TurbineResources.? > > > Ac

RE: Accessing Config parameters or PSML parameters within a JSP portlet

2002-06-20 Thread David Sean Taylor
Take a look at org.apache.jetspeed.util.PortletConfigState I think it has everything you need there. For examples of using PortletConfigState, see org.apache.jetspeed.modules.actions.portlets.browser.DatabaseBrowserActi on > -Original Message- > From: Jim Schultz [mailto:[EMAIL PROTECT

RE: installation trouble

2002-06-12 Thread David Sean Taylor
There are a lot emails on the mailing list covering this. Search the mailing at: http://nagoya.apache.org/eyebrowse/SearchList?listId=&listName=jetspeed- [EMAIL PROTECTED]&searchText=Java+1.4&defaultField=body&Search=Sea rch > -Original Message- > From: Guanling Chen [mailto:[EMAIL PROT

RE: detect URL parameters in portlets

2002-06-12 Thread David Sean Taylor
Or you can let Turbine get the parameters for you. Turbine gets all query params and post params and puts them in a parameters collection, you can get a parameter by name : String name = rundata.getParameters().getString("username"); http://www.bluesunrise.com/jetspeed-docs/turbine-

RE: SOAP and Jetspeed

2002-06-11 Thread David Sean Taylor
There is an example of using a web service in Jetspeed: the StockQuote portlet. It is written as an example of how easy it is to integrate SOAP with a portlet, and it is not tied to any framework, just Java code. I started integrating Axis into Jetspeed a while back, but never finished it. It woul

RE: Why no 1.3a3?

2002-06-06 Thread David Sean Taylor
<mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 05, 2002 1:28 PM > To: Jetspeed Users List > Subject: Re: Why no 1.3a3? >

RE: Why no 1.3a3?

2002-06-05 Thread David Sean Taylor
http://cvs.apache.org/viewcvs.cgi/jakarta-jetspeed/TODO-RELEASE-1.4.txt? rev=1.1&content-type=text/vnd.viewcvs-markup Its going to be tight, planning a release by end of June > -Original Message- > From: gus [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 03, 2002 11:37 PM > To: [EMAIL

RE: Deploying a pane with content

2002-05-21 Thread David Sean Taylor
ne with content > > > Is there any documentation anywhere that defines the > implementation of the "reference" tag in the .psml files? > > Chris > > > -Original Message- > > From: David Sean Taylor [SMTP:[EMAIL PROTECTED]] > > Sent:

RE: Is Jetspeed appropriate ?

2002-05-20 Thread David Sean Taylor
See below > -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 20, 2002 12:59 PM > To: 'Jetspeed Users List' > Subject: RE: Is Jetspeed appropriate ? > > > > Also : > > > > > > - Performance : All the jetspeed web sites I have seen were not > > > p

RE: jetspeed w/o turbine

2002-05-20 Thread David Sean Taylor
> -Original Message- > From: Frank T. Villarreal, Jr. [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 20, 2002 4:23 PM > To: Jetspeed Users List > Subject: RE: jetspeed w/o turbine > > > +1 > > > I really want to create my own notion of user profiles, do my own > > servlet security in

RE: URL rewriter

2002-05-20 Thread David Sean Taylor
n when you are going to > contribute the source, or a way to access this source? > > At the moment, I am in need of URL rewriting functionality for a > Jetspeed portlet. Currently, I am using the IFramePortlet, but I have > some requirements for something more similar to the W

RE: Is Jetspeed appropriate ?

2002-05-19 Thread David Sean Taylor
> -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED]] > Sent: Saturday, May 18, 2002 3:04 PM > To: [EMAIL PROTECTED] > Subject: Is Jetspeed appropriate ? > > > Hi Jetspeeders, > > I need to build an intranet portal for a big company (15,000 > potential users, probab

RE: Deploying a pane with content

2002-05-17 Thread David Sean Taylor
In your psml file, try a reference element: Example: Note: this feature is not available from 1.3a2 release. Only from cvs head or recent nightly builds I also wrote an aggregation portlet a while back, which basically does the same thing as a reference. > -Original Message- >

RE: xsl portlet

2002-05-10 Thread David Sean Taylor
http://jakarta.apache.org/jetspeed/site/portlet_config_XSL.html > -Original Message- > From: Mani, Bharanidharan [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 09, 2002 9:42 AM > To: 'Jetspeed Users List' > Subject: xsl portlet > > > > Hi, >Some how i am not able to access m

RE: psml and ldap authentication (error fetching pane)

2002-05-10 Thread David Sean Taylor
See org.apache.jetspeed.services.security.JetspeedSecurityService.addUser(), which then calls the ProfilerService.createProfile > -Original Message- > From: gus [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 09, 2002 2:54 PM > To: [EMAIL PROTECTED] > Subject: psml and ldap authenticati

RE: Simple Servlet Deployment Problem

2002-05-02 Thread David Sean Taylor
> > > > HelloPortlet > My Portlet Example > > mypackage.HelloPortlet > > > Sure youre not getting errors in the log? Perhaps this is one of those email formatting errors, but 2 things look suspect: " on your portlet-en

RE: login page customization

2002-05-02 Thread David Sean Taylor
t/html/xyz.vm") xyz.vm works. the reason could > be because of web-inf directory.. > > > hope I am clear now.. > > thanks > bharani. > > > > -Original Message- > From: David Sean Taylor [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 02, 2

RE: login page customization

2002-05-02 Thread David Sean Taylor
authenticated i will be using jetspeed to display & customize > the portlet. > > -Original Message- > From: David Sean Taylor [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 02, 2002 12:09 PM > To: 'Jetspeed Users List' > Subject: RE: login page customizati

RE: login page customization

2002-05-02 Thread David Sean Taylor
With Jetspeed 1.3a1, I had a frame controller (as in Jetspeed controller) but its lost. But in looking at your example, where does Jetspeed come into play? I see no $screen_placeholder, so why are you even bothering to use Jetspeed? > -Original Message- > From: Mani, Bharanidharan [mailt

RE: login page customization

2002-05-02 Thread David Sean Taylor
The layout directory is only for layouts. When you say include, sounds like you are looking for a navigation or a screen. For an introduction to Turbine modules, see: http://jakarta.apache.org/turbine/turbine-2/fsd.html > -Original Message- > From: Mani, Bharanidharan [mailto:[EMAIL PRO

RE: Default portal content look-and-feel changes not taking effec t

2002-05-02 Thread David Sean Taylor
> Absolutely. Were should it go? How about a bullet point > outlining the > config parameter and template location in the configuration > guide plus a > more comprehensive one in the components section? Of course I have > to figure it all out first so give me a couple of days. :) > I

RE: Default portal content look-and-feel changes not taking effec t

2002-05-01 Thread David Sean Taylor
Todd Kuebler wrote: > I believe you can modify the overall language behavior in the > WEB-INF/conf/JetspeedResources.properties file if you don't want > multiple language support. -0 I prefer to have it off in some cases, on in others. What I would like to do is optimize the code so that stor

RE: Tomcat/Jetspeed script Question

2002-05-01 Thread David Sean Taylor
Depends on how you build your project. If you are building the Jetspeed source itself, there are some targets for doing that: hotdeploy, install For your own webapp based on Jetspeed, recommend the procedure described here: http://www.bluesunrise.com/jetspeed-docs/PortletHowTo.htm > -Origi

RE: information on $screen_placeholder

2002-04-29 Thread David Sean Taylor
Bharani, Have you tried searching the mailing lists? An answer to this question was just posted several days ago... http://nagoya.apache.org:8080/eyebrowse/ReadMsg?listName=jetspeed-user@j akarta.apache.org&msgNo=2047 http://nagoya.apache.org:8080/eyebrowse/ReadMsg?listName=jetspeed-user@j akar

RE: output html

2002-04-26 Thread David Sean Taylor
Shan, > where is the definition of $screen_placeholder.? That's an object put into the 'context' for Velocity by Turbine when creating the layout. Not sure if you are aware of the Velocity context or not, if not recommend reading up on it, nice concept: http://jakarta.apache.org/turbine/turbi

RE: output html

2002-04-26 Thread David Sean Taylor
I'll try to give a brief overview, but this is all described in the docs http://jakarta.apache.org/jetspeed PSML controls the layout of where portlets are placed in the portal page. It is not a template, but an XML file. Take a look at the anonymous PSML file found in the distribution /webapps/WE

RE: How to configure webappRoot?

2002-04-16 Thread David Sean Taylor
patch applied. Thanks -Original Message- From: Tom Whitehill [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 2:20 PM To: Jetspeed Users List Subject: RE: How to configure webappRoot? For what it's worth, I've attached a clean admin.rss file. Simply changed /jetspeed/portal.

RE: How to configure webappRoot?

2002-04-16 Thread David Sean Taylor
You're right Tom. That's a bug. You gave me the impression that *all* of your links have '/jetspeed'. Its just this one portlet: AdminInfo. If you take a look at the RSS file, its hardcoded (/rss/admin.rss) with links like: /jetspeed/portal?action=controls.Maximize&portlet=GlobalAdminP ortlet

RE: hide/diplay portlet

2002-04-16 Thread David Sean Taylor
> > > I don't understand... > I saw this three lines in default.psml of user admin but what > have i to do to hide a portlet which name is 'Headlines_news' > for groups which names are 'french_gr', 'spanish_fr' and show > the portlet

RE: Deploying portals

2002-04-16 Thread David Sean Taylor
Jetspeed is a webapp. You can build the war target from the ant build and distribute it For webapps based on Jetspeed, One approach is to overlay your portal application on top of the basic Jetspeed distribution, and package it as a different war file. This procedure is introduced in the portlet t

RE: How to configure webappRoot?

2002-04-16 Thread David Sean Taylor
Its not hard-coded anywhere. Under tomcat, I think the name of the directory may be used. Have you copied or renamed /webapps/jetspeed to /webapps/WizBangPortal? > -Original Message- > From: Tom Whitehill [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 16, 2002 11:58 AM > To: [EMAIL PR

RE: hide/diplay portlet

2002-04-15 Thread David Sean Taylor
>From the admin psml: > -Original Message- > From: Franck MENEZ [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 15, 2002 1:05 AM > To: [EMAIL PROTECTED] > Subject: hide/diplay portlet > > > Hi, > > Is there a parameter to hide or display one portlet ac

RE: Updating Roles

2002-04-15 Thread David Sean Taylor
I can't reproduce that error from the current cvs head. What version of Jetspeed are you using? > -Original Message- > From: Kevin Passey [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 15, 2002 1:46 AM > To: Jetspeed (E-mail) > Subject: Updating Roles > > > Hi again, > > Updating ro

RE: Access role psml

2002-04-11 Thread David Sean Taylor
In your url, add this: /role//page/ Currently, ou cannot yet customize another psml file, only the current user's default. Hope to have this bug fixed within the next week > -Original Message- > From: Burmeister, Mark [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 11, 2002 12:58 PM

RE: persistence service within a JSP portlet

2002-04-11 Thread David Sean Taylor
gt; Subject: Re: persistence service within a JSP portlet > > > I do not see how to call this method inside my JSP because I > do not know what object it belongs to... (and also how to get > that object) Could you give me a complete sample code ? > - Original Message - &g

RE: persistence service within a JSP portlet

2002-04-10 Thread David Sean Taylor
The Persistence Service can be used from a JSP or Velocity portlet. >From a portlet, simply call: public String getAttribute( String attrName, String attrDefValue, RunData rundata ); For some reason, setAttribute is missing on the Portlet interface but is in AbstractPortlet. Not sure why >

RE: velocity interface?

2002-04-08 Thread David Sean Taylor
Hope to update the docs with a Designer's Guide section this week covering the tools and custom tags, pending the new JetspeedLink commits. For now, have a look at my ugly slide show, it covers it some: http://www.bluesunrise.com/jetspeed-docs/Slides/Slide31.html Thru slide 41 > -Original M

RE: Jetspeed intermitant slowness.

2002-03-29 Thread David Sean Taylor
> From the SOAP exception, I guess you are using the Stock > Quote Portlet - this is connecting to a SOAP service over the > net - perhaps there are delays on that end. >From what I hear that particular web service provider is pretty iffy ;) This give me an idea for a new story: Timeouts on c

RE: Portlet development...

2002-03-27 Thread David Sean Taylor
Try this setting: services.PortletFactory.enable.cache=false Not recommended for production, since it will reload your portlet classes with every request > -Original Message- > From: George Clernon [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 27, 2002 10:36 AM > To: Jetspeed Use

RE: Customize Default Portal's look

2002-03-27 Thread David Sean Taylor
You can switch between JSP and VM templating for Jetspeed's default pages with one setting in the TR.p: services.TemplateService.default.extension=vm Or services.TemplateService.default.extension=jsp > -Original Message- > From: Josselin Lebret [mailto:[EMAIL PROTECTED]] > Sent: Wedne

RE: quesitons about the portlet_api branch

2002-03-26 Thread David Sean Taylor
> -Original Message- > From: Cynthia Harris [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 25, 2002 8:05 AM > To: [EMAIL PROTECTED] > Subject: quesitons about the portlet_api branch > > > Hi! > > I'm just getting my feet wet in my exploration of the > Jetspeed code. Some questions

RE: extended user would not save

2002-03-22 Thread David Sean Taylor
When I extended the TURBINE_USER for Jetspeed, this instructions in the guide below made things pretty easy, although I think this is a mess on turbine's part. http://jakarta.apache.org/turbine/turbine-2/howto/extend-user-howto.html Be aware that Jetspeed 1.3a3 has already extended the Turbine U

RE: Including new velocity variables in top.vm

2002-03-22 Thread David Sean Taylor
If you can put it in a tool, that would be best. You can have request, session, and global tools Its documented on the Turbine site, but I cant find it right now See http://jakarta.apache.org/turbine/turbine-2/pullmodel.html for an overview See the TR.p section on tools for examples > -Origi

RE: portlet.getContent()

2002-03-22 Thread David Sean Taylor
look at the examples of vm controls in webapp/templates/vm Search on "$portlet.Title" in this directory > -Original Message- > From: Jonathan Porterfield [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 22, 2002 9:44 AM > To: Jetspeed Users List > Subject: portlet.getContent() > > >

RE: jetspeed.getPane("news")

2002-03-22 Thread David Sean Taylor
user to see the > >> > > portals > > > >>until they have agree with my legal text. > >>I did this in home.vm so I could test if they have accepted > the legal > >> > > text. > > > >>Any way, the reason I want to display a por

RE: Mail archives

2002-03-21 Thread David Sean Taylor
Sorry it was an accidennt. It won't happen again > -Original Message- > From: Yohanes Santoso [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 21, 2002 10:54 PM > To: David Sean Taylor > Cc: 'Jetspeed Users List' > Subject: Re: Mail archives &g

RE: Customization with latest builds

2002-03-21 Thread David Sean Taylor
s means that the nav needs to access the root psid of the portal so it can encode this like right, or, the Customize class needs to recognize no peid means the root editing (perhaps a better approach?) - Glenn > -Original Message- > From: David Sean Taylor [mailto:[EMAIL PROTECTED]] >

RE: Customization with latest builds

2002-03-21 Thread David Sean Taylor
ng shutdown.sh. I > suspect the server errors with tomcat 4.0.1 and java 1.4 have > to do with the location of some jar files. I've seen traffic > about that in the past but don't recall the details. I have > never tried tomcat 4.0.2. > > It looks to me like thi

RE: jetspeed.getPane("news")

2002-03-21 Thread David Sean Taylor
t; onclick="acceptLegalText('$l10n.LEGAL_PROMPT_AGREE');" /> > value="$config.getString("action.legalText")" /> > > #end > #else > $data.setMode("default") > $jetspeed.getPane("default") > #end > >

RE: jetspeed.getPane("news")

2002-03-21 Thread David Sean Taylor
Panes are not pages. You can encode the news page as, assuming its for your current user as: $jlink.addPathInfo("page", "news") > -Original Message- > From: Burmeister, Mark [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 21, 2002 9:56 AM > To: 'Jetspeed Users List' > Subject: jets

RE: Customization with latest builds

2002-03-21 Thread David Sean Taylor
I didn't know that Jetspeed ever worked with tomcat 4.0.2 or greater. Isn't that an outstanding bug? Try going back to 4.0.1 > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On > Behalf Of Karen Schuchardt > Sent: Thursday, March 21, 2002 9:11 AM > To: Jetspeed

RE: User

2002-03-21 Thread David Sean Taylor
> If you want to extend the table, I would suggest the turbine extend > user how to - > http://jakarta.apache.org/turbine/turbine-2/howto/extend-user-howto.html Jetspeed already does this. There is one new column in the TURBINE_USER table, DISABLED CHAR(1), > -Original Message-

RE: Mail archives

2002-03-20 Thread David Sean Taylor
Sorry don't have my glasses on, try these instead: http://nagoya.apache.org:8080/eyebrowse/SummarizeList?listId=20 http://nagoya.apache.org:8080/eyebrowse/SummarizeList?listId=21 > -Original Message- > From: David Sean Taylor [mailto:[EMAIL PROTECTED]] > Sent: Wedne

Mail archives

2002-03-20 Thread David Sean Taylor
http://nagoya.apache.org:8080/eyebrowse/SummarizeList?listId=22 http://nagoya.apache.org:8080/eyebrowse/SummarizeList?listId=23 -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: user rights management and user creation

2002-03-19 Thread David Sean Taylor
It looks your code below references the 1.3a2 release. This is the code from the cvs head: public void addUser( User user, String password, RunData data ) throws Exception { addUser(user, password); for (int ix = 0; ix < roles.length; ix++) {

RE: user rights management and user creation

2002-03-19 Thread David Sean Taylor
> > > - It seems that the Group management by admin users is > incomplete : > > > role management seems to work but group management doesn't. > > > Besides, the "user group assignement screen" is missing. When a new user is created, the user is granted the a configurable set of roles under

RE: Customizing Role fallback PSML

2002-03-17 Thread David Sean Taylor
> If I enable role-based psml, I don't see how I can edit that > role's default.psml file with the Customizer since there > won't be a user assigned to that role. Is there a way to use > the Customizer to edit this role psml file? Not yet. The customizer doesn't support editing any other file

RE: Newbie questions

2002-03-17 Thread David Sean Taylor
> My company is thinking of deploying Jetspeed and I am doing > some preliminary investigation. Going through the > Jetspeed/Turbine website I couldn't find information on user > groupings and setup. I was wondering if Jetspeed/Turbine > allows you to assign users, for example: per division

RE: jetspeed-box.vm

2002-03-12 Thread David Sean Taylor
gt; Hi David > as an fyi the new Sony Ericsson phones have a browser > (USERAGENT) that starts with "SonyE". Might be worth adding > in the CapabilityMap class. thanks .geoff > > > -Original Message- > From: David Sean Taylor [mailto:[EMAIL PROTECTED]

RE: Change Password Problems

2002-03-12 Thread David Sean Taylor
nges for not cache password in the current version 1.3a2. > > Thanks, > Anand > > David Sean Taylor wrote: > > >This problem should be fixed with the latest cvs. > >There is a new feature in the JetspeedResources.properties: > > > >autom

RE: Exception: java.rmi.RemoteException: Error doing soap stuff

2002-03-12 Thread David Sean Taylor
Ive been having some probelsm with my little web services server lately. Sorry bout that...It should be working now > -Original Message- > From: eone [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 12, 2001 9:04 PM > To: [EMAIL PROTECTED] > Subject: Exception: java.rmi.RemoteException

RE: Added Portlets didn't show up when re-login!!

2002-03-12 Thread David Sean Taylor
Check your log files. I assume youre storing the PSML on the file system. If so, those files may be read-only Look under WEB-INF/psml > -Original Message- > From: Irene Huang [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 12, 2002 12:24 PM > To: Jetspeed user > Subject: Added Portlets

RE: Change Password Problems

2002-03-11 Thread David Sean Taylor
This problem should be fixed with the latest cvs. There is a new feature in the JetspeedResources.properties: automatic.logout.save = false it defaults to NOT saving the current user on logout > -Original Message- > From: anand [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 11, 2002

RE: Problem with Log In after use Microsoft soucesafe ( Horrible Exception: database already in use )

2002-03-11 Thread David Sean Taylor
> when i try to login. Is there something wrong with the > database? but I didn't touch the db folder... Perhaps when SourceSafe checked in your database, it made the file read-only on the file system. Do you have to check everything into the source control system? Its better to routinely backup

RE: jetspeed-box.vm

2002-03-11 Thread David Sean Taylor
It's a control. See the controls.xreg registry: org.apache.jetspeed.portal.controls.VelocityPortletControl Boxed titled control Don't think its currently being used > -Original Message- > From: Danilo Gurovich [mailto:[EMAIL PROTECTED]] > Sent: M

RE: How to upgrade Jetspeed?

2002-03-05 Thread David Sean Taylor
I use an approach like in the jetspeed tutorial. All of my specific java code and templates are stored in another cvs, and I then overlay this specific code onto a jetspeed distribution as in the 'ant deploy' target described in the tutorial > -Original Message- > From: Louie Lansang [mai

RE: Multiple Instances of same portlet and status update

2002-02-28 Thread David Sean Taylor
> > On the multiple instances, what do people think of the idea > of allowing customizer another option : create new instance. > It would walk user through creating a new instance (portlet > ref) using a user selection from a list of all the abstract portlets. > > Cacheing would still be a p

RE: All user ids that are not used for 90 days will be deactivated.

2002-02-27 Thread David Sean Taylor
The easist way would be to check on logon (JLoginUser action) If the difference between last-logon and today is greater than 90 days, then disable the account and show the 'account disabled' screen. I've recently added account disabling feature. See http://jakarta.apache.org/jetspeed/site/config_g

RE: Oracle PSML Database

2002-02-27 Thread David Sean Taylor
I've updated the documentation: http://jakarta.apache.org/jetspeed/site/psml_db.html Also fixed a few bugs in the Torque schema for Oracle. Recommend cvs updating and trying again. Hope that helps > -Original Message- > From: Burmeister, Mark [mailto:[EMAIL PROTECTED]] > Sent: Tuesda

RE: Invalid symbols[] parameter fetching Stock Symbols

2002-02-26 Thread David Sean Taylor
> I recently upgraded from 1.3a2 to 1.3a3dev and now have > strange behaviour using the StockQuotePortlet that I can't > seem to figure out. Yup, you're right, its strange behavior alright. The wrong parameters are displayed. In fact, customizing any Velocity portlet is screwed up. Try customiz

RE: DBPSML & MYSQL

2002-02-25 Thread David Sean Taylor
Thanks Ben. I just added the 4 inserts to all the database population scripts under src/sql/external in cvs > -Original Message- > From: Ben Liang [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 25, 2002 8:06 AM > To: Jetspeed Users List > Subject: Re: DBPSML & MYSQL > > > Jetspe

RE: DBPSML & MYSQL

2002-02-24 Thread David Sean Taylor
> Did anypne ever get this working with mysql? Not sure if this will work or not, its not yet tested with mySQL. Only been tested with Oracle and Hypersonic. I think you're the first one to try mySQL. -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: 'ant'-->PSML Database

2002-02-24 Thread David Sean Taylor
> 'ant' is not recognized as an internal or external command, > operable program or batch file. Sorry about the docs, forgot to mention: You need ant in your system path -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: refresh portlet?

2002-02-21 Thread David Sean Taylor
Hi again Richard, We cannot (at least I don't know how to) remove you from the list. Since you subscribed to the list, it is your responsibility to unsubscribe. Also, could you please stop sending emails to the jetspeed-user list. Please send an empty email with the subject 'unsubscribe' to:

RE: Editing admin properties

2002-02-21 Thread David Sean Taylor
Yup, I know about that one. Im looking into it. Another variation of this problem is: 1. Logon as any user. 2. Change the user's password with another program (my test case with under Oracle SQL*Plus) 3. Logoff of Jetspeed The password is *always* rewritten at logoff time to the password used at

RE: Question regarding usage of SoapAccessBean

2002-02-21 Thread David Sean Taylor
Mark, The SOAP in Jetspeed currently doesn't use the SoapAccess bean classes. My intent was to take my SOAP calls and convert them to SoapAccess beans and AXIS. The SoapBean classes were donated by Scott Roehrig. For now, we have the StockQuoteService using plain SOAP calls without the aid of AX

RE: Screens, Layouts & Skins using JSP

2002-02-20 Thread David Sean Taylor
See /webapp/WEB-INF/templates/jsp > -Original Message- > From: Rajan Gupta [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 20, 2002 2:41 PM > To: Jetspeed Users List > Subject: Screens, Layouts & Skins using JSP > > > Can somebody provide me with a sample for a screen, Layo

<    2   3   4   5   6   7   8   9   10   >