RE: System property org.xml.sax.driver not specified

2001-05-07 Thread David Sean Taylor
Santiago -- Im failing to get your recent xalan mods to work. (cvs commit: jakarta-jetspeed/lib xalan-2.0.1.jar xalan.jar) Do I need to add this to my tomcat startup or not? -Dorg.xml.sax.driver=org.apache.xerces.parsers.SAXParser ? Im trying on both Catalina on Tomcat 3.2 Tomcat 3.2 Error

RE: Using Turbine Template Service

2001-05-14 Thread David Sean Taylor
If the TurbineTemplatingService was splitted into the proper templating code and a resource-lookup service, it would do. Our profiler would use the ResourceLookup service to look for psml, and then load it, while our templating service would disappear, and instead we would configure our

RE: TODO updated

2001-05-19 Thread David Sean Taylor
I've updated the TODO file on the website for 1.3a2 (and above items) http://jakarta.apache.org/jetspeed/todo.html that link isnt there but this one is: http://jakarta.apache.org/jetspeed/site/todo.html - To unsubscribe,

TDK 2.2 integration

2001-06-04 Thread David Sean Taylor
the customizer with a velocity template engine - see problem #2 above. Its in /templates/vm/portlets/HomePageCustomizer.vm. Check it out, its a great example of Velocity vs. JSP. - David Sean Taylor [EMAIL PROTECTED] - http

RE: Branching for release

2001-06-05 Thread David Sean Taylor
- David Sean Taylor [EMAIL PROTECTED] - http://jakarta.apache.org/jetspeed - -Original Message- From: Raphael Luta [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 9:48 AM

Re: Branching for release

2001-06-06 Thread David Sean Taylor
Im experiencing problems with the latest cvs head. In summary, I fail to even get the home page with Catalina and Resin. With Tomcat, I get the homepage but the NewRSSPortlet is failing. See details below... My network card just quit working on my development machine at home. (Jason, what did

Re: Security stuff...

2001-06-11 Thread David Sean Taylor
Why are you putting roles into the context? Security checks should happen on a permission level, not on a role level. Its not a security check I am putting *all* the roles from the TURBINE_ROLE table into the context. Necessary for role-browser.vm to list all the roles in the system.

setScreenTemplate and JetspeedTool.getPane()

2001-06-28 Thread David Sean Taylor
I am calling this statement: data.setScreenTemplate(Home.vm); from CreateNewUserAndConfirm.java (line 247) It causes a null pointer exception in JetspeedTool.getPane() on rundata.getProfile().getRootSet().getContent(rundata); it actually fails to get the profile, returning

RE: Build broken...

2001-07-06 Thread David Sean Taylor
I just now updated CVS HEAD. Build is broken... Its updated, missing 2 files from last night's commits. Please try again. services/JetspeedSecurity.java, services/security/JetspeedDBSecurityService.java -david -Original Message- From: Atul Dambalkar [mailto:[EMAIL PROTECTED]]

RE: Bug List

2001-07-07 Thread David Sean Taylor
://jakarta.apache.org/jetspeed/channels/turbine.rss; control name=ClearPortletControl/ /entry -Original Message- From: David Sean Taylor [mailto:[EMAIL PROTECTED]] Sent: Friday, July 06, 2001 2:07 AM To: [EMAIL PROTECTED] Subject: Bug List 1

RE: org.apache.turbine.om.security TurbineUser/Group/Role classes need to override equals

2001-07-11 Thread David Sean Taylor
I thought you were using a WeakHashMap. Then you just do: map.put( role.getName(), role ) However its not ordered. Does it need to be? No, it need not be ordered, so it really doesn't need Comparable interface. How about me implementing it in BaseProfileLocator for equality?

RE: Making modifications to Jetspeed .java files

2001-07-12 Thread David Sean Taylor
The build is setup for deploying a webapp. To build the war, just do build war For incremental dev, I usually change my build.xml's classes output directory to point to /tomcat/webapps/jetspeed/WEB-INF/classes/ -Original Message- From: Brian J. Glas [mailto:[EMAIL PROTECTED]] Sent:

RE: Adding External

2001-07-12 Thread David Sean Taylor
Don't use the HTML portlet for external websites. The HTML portlet is for local content. For external content, try the WebPagePortlet -Original Message- From: Anthony Smith [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 7:52 AM To: [EMAIL PROTECTED] Subject: Adding

RE: VoiceXML Support: what do people want?

2001-07-13 Thread David Sean Taylor
, Asian, or Latin American developers. -jeff -Original Message- From: David Sean Taylor [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Friday, July 13, 2001 1:24 AM Subject: RE: VoiceXML Support: what do people want? Im very interesting in it. I've tried accessing

cvs commit: jakarta-jetspeed/docs/site ...... PLEASE READ ON....

2001-07-22 Thread David Sean Taylor
Just rec'd the email listed below. Ugh... Guess I checked in too much junk -- all the html for the site. Why do we need to keep this in cvs -- its all generated anyway? In addition, it adds to the total download time for people getting the code. Anyone want to vote on removing the /docs/site

RE: iCalendar

2001-07-23 Thread David Sean Taylor
If you find out the status of iCalendar, please let us know. -Original Message- From: Will Holcomb [mailto:[EMAIL PROTECTED]] Sent: Monday, July 23, 2001 5:59 AM To: [EMAIL PROTECTED] Subject: iCalendar I have a program that I am going to be working on here in a bit where

RE: JSPServlet worked fine.

2001-07-24 Thread David Sean Taylor
includes a servlet, which then includes another another servlet (a JSP). Jetspeed shouldn't impose any limits there. Could you send us some small code examples? Are you using the cvs head or the 1.3a1 release? - David Sean Taylor [EMAIL PROTECTED

RE: Is the X03 Jahia using Jetspeed?

2001-07-26 Thread David Sean Taylor
Have you tried it yet? I can't figure what the hell its supposed to do for me. Its installed on one of my machines here: I will leave this up and running for 1/2 day or so: http://63.197.229.131:8080/jahia/servlet/Jahia Login as : user: root password: rootroot It has a nice install -

RE: CVS snapshots

2001-08-01 Thread David Sean Taylor
Raphael, Should the nightly builds be hosted here: http://jakarta.apache.org/site/binindex.html Also, could we get a zip version of the build? I'd be glad to help out here, but I don't know how the process works David -Original Message- From: Raphael Luta [mailto:[EMAIL

RE: generated URL in password confirmation

2001-08-01 Thread David Sean Taylor
- David Sean Taylor [EMAIL PROTECTED] - http://jakarta.apache.org/jetspeed - -Original Message- From: Dave Carlson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 11:14 AM To: [EMAIL PROTECTED] Subject

RE: can't find layouts/default.vm under Linux

2001-08-01 Thread David Sean Taylor
Dave, My Linux machine is not here this week. I won't have it back til mid/late next week. Can anyone else with Linux try to reproduce this ? - David Sean Taylor [EMAIL PROTECTED] - http://jakarta.apache.org/jetspeed

RE: updated SQL scripts for Postgres

2001-08-01 Thread David Sean Taylor
Thanks. Its now checked in to cvs. - David Sean Taylor [EMAIL PROTECTED] - http://jakarta.apache.org/jetspeed - -Original Message- From: Dave Carlson [mailto:[EMAIL

RE: testing the User object values

2001-08-04 Thread David Sean Taylor
I believe your description is accurate. I've also noticed that CREATED and MODIFIED dont get updated. I guess its a bug in turbine/torque. Haven't had the time to investigate it. -Original Message- From: Dave Carlson [mailto:[EMAIL PROTECTED]] Sent: Friday, August 03, 2001 10:49 AM

RE: Change to PSMLManagerService interface

2001-08-13 Thread David Sean Taylor
Would you consider committing a change to the interface and its various implementations to allow for this increased level of security? The ProfileLocator already has a user object, but it isn't required that its filled valid. Sometimes you are working with groups or roles, so when you say a

RE: Change to PSMLManagerService interface

2001-08-14 Thread David Sean Taylor
It is my understanding that the user on the ProfileLocator is the owner of the PSML document -- not necessarily the user currently logged in. true want an admin user to be able to log in and make a change that affects other users. In a corporate setting, this sort of change is

RE: cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/portaltoolkit JetspeedPortalToolkitService.java

2001-08-27 Thread David Sean Taylor
done now lets see if we can get the security portlets fixed... -Original Message- From: Raphael Luta [mailto:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001 8:52 AM To: [EMAIL PROTECTED] Subject: Re: cvs commit:

RE: cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/portaltoolkit JetspeedPortalToolkitService.java

2001-08-27 Thread David Sean Taylor
JetspeedPortalToolkitService.java David Sean Taylor wrote: done now lets see if we can get the security portlets fixed... Thanks. On my build, the templates show up correctly but the actions need to be adapted not to use the PATH_PANEL_KEY constant but rely

RE: Commit message being rejected

2001-08-27 Thread David Sean Taylor
Jon, Could you please explain what needs to be done so that Paul's commits are emailed? I am not familiar with the 'moderate-approve' process. Thanks, David -Original Message- From: Jon Stevens [mailto:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001 9:07 AM To: jetspeed-dev

RE: cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/portaltoolkit JetspeedPortalToolkitService.java

2001-08-27 Thread David Sean Taylor
JetspeedPortalToolkitService.java David Sean Taylor wrote: done now lets see if we can get the security portlets fixed... Thanks. On my build, the templates show up correctly but the actions need to be adapted not to use the PATH_PANEL_KEY constant but rely on PanedPortletController.getParameterName() or simply

RE: Using peer classes for DatabasePsmlManagerService Implementation

2001-08-29 Thread David Sean Taylor
Hi Atul, Look at Torque. It will generate a lot of the code that you need. Hope you had a good vacation :) David -Original Message- From: Atul Dambalkar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 10:50 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL

RE: XML Database schema for DatabasePsmlManager Implementation

2001-09-04 Thread David Sean Taylor
Hi Atul, At first, I thought there was a problem with USER_ID being the primary key. But it appears to be a ID field, which is misleading, since it had me thinking that it was the foreign key between the TURBINE_USER table and this table. I'd recommend a dependent relationship between

Re: XML Database schema for DatabasePsmlManager Implementation

2001-09-05 Thread David Sean Taylor
I went thro' org.apache.turbine.om.peer.BasePeer.java class which is supposed to be the super class for all the peer classes generated by Torque. Method doDelete in BasePeer class does support Cascading deletes, if Criteria for delete is set like that. So Turbine code has to set the delete

Re: Can we upgrade to the latest turbine 2.2b1 please?

2001-09-05 Thread David Sean Taylor
I haven't seen any commits emails sent, but looking in the latest cvs I just updated, there is: 08/16/2001 08:07a 688,523 turbine-2.2b1.jar Is this the jar that you require or is it something newer? - Original Message - From: Chris Kimpton [EMAIL PROTECTED] To: [EMAIL

Re: XML Database schema for DatabasePsmlManager Implementation

2001-09-05 Thread David Sean Taylor
- Original Message - From: Atul Dambalkar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 05, 2001 2:51 PM Subject: RE: XML Database schema for DatabasePsmlManager Implementation At 12:19 PM 9/5/01 -0700, you wrote: At 09:25 PM 9/4/01 -0700, you wrote: Hi Atul,

Re: XML Database schema for DatabasePsmlManager Implementation

2001-09-05 Thread David Sean Taylor
Yes, but this syntax will be valid only if you have the entire schema defined in one single file. So we need to modify, turbine-schema.xml file, with all the Jetspeed tables added, right?. That I don't know. Is there a syntax for referencing other XML files? Anyway, our API is handling

Re: XML Database schema for DatabasePsmlManager Implementation

2001-09-05 Thread David Sean Taylor
- Original Message - From: Atul Dambalkar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 05, 2001 3:28 PM Subject: Re: XML Database schema for DatabasePsmlManager Implementation At 03:11 PM 9/5/01 -0700, you wrote: - Original Message - From: Atul

RE: XML Database schema for DatabasePsmlManager Implementation

2001-09-08 Thread David Sean Taylor
-Original Message- From: Jon Stevens [mailto:[EMAIL PROTECTED]] Sent: Friday, September 07, 2001 2:02 PM To: jetspeed-dev Subject: Re: XML Database schema for DatabasePsmlManager Implementation on 9/7/01 1:22 PM, David Sean Taylor [EMAIL PROTECTED] wrote: Its a one-to-many

RE: XML Database schema for DatabasePsmlManager Implementation

2001-09-08 Thread David Sean Taylor
My intent in my original profile proposal was that any user who is granted a given role is also granted access to the profiles for that given role. The use-case was to share profiles(psml) by role -- i.e. psml pages for all accountants. I guess, by saying this, it is trying to

RE: Can we upgrade to the latest turbine 2.2b1 please?

2001-09-12 Thread David Sean Taylor
Chris, Sorry but I've lost track of this thread, but it appears that your problem *still* hasn't been addressed. I guess my question is: Which version of the Turbine jar do you need, and does it include Raphael's JSP fix? Where can we get this jar from? Quote form Martin Poesch Sept 5:

Re: Portlets.java - Urgent!

2001-10-22 Thread David Sean Taylor
- Original Message - From: ICM S CP guest 5 [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 22, 2001 6:03 AM Subject: Portlets.java - Urgent! Hi, I need the java file or a class structure for the portlets class? Please send to: [EMAIL PROTECTED] Thanks,

RE: cvscommit:jakarta-jetspeed/src/java/org/apache/jetspeed/om/profileBaseProfileLocator.java QueryLocator.java

2001-11-11 Thread David Sean Taylor
: Sunday, November 11, 2001 8:38 PM To: jetspeed-dev Subject: Re: cvscommit:jakarta-jetspeed/src/java/org/apache/jetspeed/om/pro fileBasePr ofileLocator.java QueryLocator.java on 11/11/01 8:34 PM, David Sean Taylor [EMAIL PROTECTED] wrote: The 4 files above were originally generated

RE: cvscommit:jakarta-jetspeed/build/torque/templates/sql/securityControl.vmdefault-roles-perms.vm default-secure-passwords.vm

2001-11-11 Thread David Sean Taylor
in Jetspeed. That is no excuse. You could have still checked in a .zip file. Having two copies of all of the individual Torque files in CVS makes no sense. On top of it, you checked in generated Torque files. Why? I thought we already discussed that - or is this something different? The

RE: cvscommit:jakarta-jetspeed/src/java/org/apache/jetspeed/om/profileBaseProfileLocator.java QueryLocator.java

2001-11-11 Thread David Sean Taylor
- From: Jon Stevens [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 11, 2001 9:02 PM To: jetspeed-dev Subject: Re:cvscommit:jakarta-jetspeed/src/java/org/apache/jetspeed/om/ profileBas eProfileLocator.java QueryLocator.java on 11/11/01 8:59 PM, David Sean Taylor [EMAIL PROTECTED] wrote

RE: current jetspeed cvs does not compile (monday 12 nov, noon gmt)

2001-11-12 Thread David Sean Taylor
, role...) This will make it easier to extend the base turbine schema, a process that is documented somewhere on the Turbine site, but not at Jetspeed. -- David --- David Sean Taylor [EMAIL PROTECTED] --- -Original Message- From: Jeff Marshall

test - please ignore

2001-11-12 Thread David Sean Taylor
new email client, im testing sorry -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Structured Development of Jetspeed

2001-11-12 Thread David Sean Taylor
- Original Message - From: Frans Thamura [EMAIL PROTECTED] To: Jetspeed Developers List [EMAIL PROTECTED] Sent: Monday, November 12, 2001 10:56 AM Subject: Structured Development of Jetspeed Dear All, I feel little bit stress in learning Jetspeed, I see there is thousands feature

Re: dbpsml

2001-11-13 Thread David Sean Taylor
and won't get to look at this until Wednesday Thanks again, David - Original Message - From: Chris Kimpton [EMAIL PROTECTED] To: Jetspeed Developers List [EMAIL PROTECTED] Sent: Tuesday, November 13, 2001 6:07 AM Subject: Re: dbpsml Hi David/Atul, --- David Sean Taylor [EMAIL PROTECTED

Ignacio Ortega -- propose committer

2001-11-13 Thread David Sean Taylor
I'd like to propose that Ignacio Ortega be granted committer rights. He is already a committer at Apache on the Tomcat project, and is dedicated to working on the following: - overall localization. - specialize in Spanish localization - documentation - bug fixing . He can devote several hours

Re: Tab support in jetspeed

2001-11-13 Thread David Sean Taylor
Ive also done this by putting psml page links i.e. .../jetspeed/page/page1 .../jetspeed/page/page2 etc - Original Message - From: Ajan Balakrishnan [EMAIL PROTECTED] To: 'Jetspeed Developers List' [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, November 13, 2001 12:36 PM

RE: dbpsml 2

2001-11-14 Thread David Sean Taylor
. oracle RAW columns need a size - so I added one of 2000 to the schema. ok, it should be added to the 'xml' schema . UNIQUE in oracle also creates an index - so I removed the _INDEX sections of the schema. fixed So - I now have a DB. I then started tomcat. I then got a problem that

RE: new WebPagePortlet and cookies

2001-11-14 Thread David Sean Taylor
No, it doesn't manage cookies. Im working on an enhancement that does manage sessions and form data. -- David --- David Sean Taylor [EMAIL PROTECTED] --- -Original Message- From: Laura lega [mailto:[EMAIL PROTECTED]] Sent: Wednesday

RE: Cocoon2 / Portlet API

2001-11-14 Thread David Sean Taylor
Sorry, I read your email but I didn't respond because I know nothing about it. I think this proposed feature from before I started working on Jetspeed. -- David --- David Sean Taylor [EMAIL PROTECTED] --- -Original Message- From: Davanum

RE: New Committers

2001-11-15 Thread David Sean Taylor
Hi Jason, Yes, can we add a new committer: Ignacio Ortega. I believe he already has an apache account. He just received his 3rd +1 yesterday. I'd also like to propose Chris Kimpton (again). ([EMAIL PROTECTED]) Several months ago, he only received 2 votes. Can we vote again, +1 -- David

RE: cvs commit:jakarta-jetspeed/src/java/org/apache/jetspeed/webservices/finance/stockmarket JetspeedStockQuoteService.java

2001-11-16 Thread David Sean Taylor
Just a style nit, most people write this as: symbols == null I prefer the way Santiago wrote it, since you can sometimes make mistakes as in: +if (symbols = null || symbols.length 1) but the compiler won't allow this +if (null = symbols || symbols.length 1) David

RE: How to send a language specific subject for new userconfirmation e-mail

2001-11-16 Thread David Sean Taylor
It may be left over from before Turbine had a localization service - it was added Jan. 17 .2000 (way before I started working on jetspeed) But yes, we should leverage turbine localization I believe its on the ever growing todo list -- David -Original Message- From: Jon Stevens

New Committers

2001-11-20 Thread David Sean Taylor
Hi All, (Im sending this a second time, I don't know what happened to my first email) I proposed Chris Kimpton as a committer last week. I kind of lost track and I don't have all of my emails with me on the road. Could someone tell me if he received all three votes? I'd also like to propose

Re: cvs commit: jakarta-jetspeed/build build.xml

2001-11-20 Thread David Sean Taylor
This task only copies the classes. It doesnt attempt to copy the webapp or any jarfiles. Its useful for me during dev. I prefer ant tasks that are short and simple to remember. Thats why I chose 'deploy'. Names like 'install_all' and 'install_classes' get too long for my taste (imo) -

Re: How to gain access to the cvs?

2001-11-20 Thread David Sean Taylor
Hi Paul, Did you receive an email at jetspeed-dev where I proposed committer access for Andreas? I seem to be missing emails from the jetspeed-dev list, and Im not sure if its my email server or Apache's. Thanks, David - Original Message - From: Paul Spencer [EMAIL PROTECTED] To:

Re: dbpsml 2

2001-11-20 Thread David Sean Taylor
(sending this a second time) Although this seems a little involved... Perhaps this is because the committed code imports profiles differently from Atuls original patch and thus avoid this issue. Yes thats true, it does work differently. I didnt like Atul's original solution for the import,

New Committers

2001-11-20 Thread David Sean Taylor
Hi All, I proposed Chris Kimpton as a committer last week. I kind of lost track and I don't have all of my emails with me on the road. Could someone tell me if he received all three votes? I'd also like to propose Andreas Kempf from Siemens. Andreas is working with Jetspeed every day on his

Re: dbpsml 2

2001-11-22 Thread David Sean Taylor
The problem seems to be that while loading the file based psml, the getDocument call, goes to the DBPsmlManagerService and is thus trying to get the document from the db... I will see if I can work out why it does try and use the file based service... that started to load it...

RE: dbpsml v3

2001-11-22 Thread David Sean Taylor
Right - this is due to the Profile object not knowing about psml id's - so when its converted to a JetspeedUserProfile, for example, there is nowhere to get one from - I think - I guess a Profile needs to have an ID... Over to you DST... Chris, Thanks for figuring that one out. I'll add

RE: Jetspeed and Turbine 2.x Head

2001-11-24 Thread David Sean Taylor
-Original Message- From: Santiago Gala [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 22, 2001 2:50 PM To: Jetspeed Developers List Subject: Re: Jetspeed and Turbine 2.x Head David Sean Taylor wrote: Is anybody else in the list testing HEAD turbine-2 ? No, I was waiting for you

RE: cvs error

2001-11-24 Thread David Sean Taylor
Send it to [EMAIL PROTECTED] probaly someones there will know how to deal with that.. ( i'm ccing root now no need to resend it ) Saludos , Ignacio J. Ortega -Mensaje original- De: David Sean Taylor [mailto:[EMAIL PROTECTED]] Enviado el: sábado 24 de noviembre de 2001 23:18

RE: JetspeedVelocityPage.java

2001-11-24 Thread David Sean Taylor
Yes, this is the way it was written shortly before tools were made available in turbine. -Original Message- From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 24, 2001 12:54 PM To: '[EMAIL PROTECTED]' Subject: JetspeedVelocityPage.java Hola a todos:

RE: customizer broken

2001-11-24 Thread David Sean Taylor
i.e, you get the stacktrace? Me not, i dont get it at least!! :( Saludos , Ignacio J. Ortega -Mensaje original- De: David Sean Taylor [mailto:[EMAIL PROTECTED]] Enviado el: sábado 24 de noviembre de 2001 18:21 Para: Jetspeed Developers List (E-mail) Asunto: customizer broken

RE: customizer broken

2001-11-24 Thread David Sean Taylor
This is a has been around for a while, nothing new :( Well maybe so, but its new to me, and its easily fixed with a simple check for null. Regardless checking for null obviously didn't fix the customizer, nor the root of the problem: why is there a portlet named 'PortletSetCustomizer' being

RE: dbpsml - wierd behaviour

2001-11-26 Thread David Sean Taylor
Nope - haven't seen any of those problems. Here is my bug list dbpsml: - the anonymous page is wrong. It seems to have copied the turbine user page to anonymous - when creating a new account, it copies the turbine users' wml page instead of the html - update fails, as you have already

RE: [VOTE] JVZ as committer to JetSpeed [WAS: RE: introductionto jetspeed]

2001-11-26 Thread David Sean Taylor
: Jetspeed Users List Asunto: Re: introduction to jetspeed On 11/24/01 1:04 PM, David Sean Taylor [EMAIL PROTECTED] wrote: Some want to link this off the main page, I don't have CVS write access :-) How can that be? http://jakarta.apache.org/jetspeed/site

Re: Automatically adding Portlets to registry

2001-11-27 Thread David Sean Taylor
- Original Message - From: Ignacio J. Ortega [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 27, 2001 12:35 PM Subject: Automatically adding Portlets to registry Hola a todos: I think we need some kind of portlet autoregistry, What i think of is basically to add a

Re: Release Schedule?

2001-11-27 Thread David Sean Taylor
- Original Message - From: Setera, Craig [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 27, 2001 6:44 AM Subject: Release Schedule? Hello, My company is considering using Jetspeed for a number of projects. What I'm seeing in the 1.3a2 nightly snapshots looks

Re: Automatically adding Portlets to registry

2001-11-27 Thread David Sean Taylor
I'm not talking about the profile a new user gets, the way it's now it's ok for me, i'm talking about the anon profile, the one that non registered user see, right now the only way to change it, is configuring some user and coying over to the anon directory, a way to copy some user profile

Re: dbpsml, more noise ;)

2001-11-28 Thread David Sean Taylor
When does this happen? How do I reproducing it? - Original Message - From: Santiago Gala [EMAIL PROTECTED] To: Jetspeed Developers List [EMAIL PROTECTED] Sent: Wednesday, November 28, 2001 3:25 AM Subject: dbpsml, more noise ;) I'm getting this error: [Mon Nov 26 12:12:30 CET 2001]

RE: 1.3a2 release

2001-10-08 Thread David Sean Taylor
I think a 1.3a2 release should be done real soon now, and I wanted to know what other developers/users think there should be in this release. yes, i agree, lets try to summarize the remaining tasks... (the nightly build I got already, but I'm asking for a regular release)

Re: 1.3a2 release

2001-10-09 Thread David Sean Taylor
Here is my list of stuff Im still working on for 1.3a2: 1. Finish Stock Portlet 2. Bug fixes 3. Test and commit db-psml impl. from Atul, fix bug in profiler for db-psml 4. Update Configure How-to Guide 5. Update Portlet How-to Guide 6. release notes Lower priority: 1. New User - use a default

RE: 1.3a2 release

2001-10-10 Thread David Sean Taylor
: Re: 1.3a2 release David Sean Taylor wrote: Which bugs? Some list about known and pending bugs, will be usefull, to those who want to contribute .. like me .. Thanks Hmm, I can't seem to find too many outstanding bugs on my list that I haven't already fixed. I guess

RE: 1.3a2 release

2001-10-10 Thread David Sean Taylor
4. Update Configure How-to Guide I have added a configuration guide. Its purpose it to guide a Jetspeed administrator through the installation, configuration, and general maintenance process. Where practical, I have referenced documents that exist on the Jakarta site. Yes, you are

RE: 1.3a2 release

2001-10-11 Thread David Sean Taylor
3. Test and commit db-psml impl. from Atul, fix bug in profiler for db-psml Also, depending upon the database, how can we generate Peer classes for Db-Psml in the build system..? We need to work on that aspect as well. Interesting, thats something I didn't know about Torque. So the

RE: 1.3a2 release

2001-10-11 Thread David Sean Taylor
i've started a list of bugs, features, and documentation for 1.3a2 you can see them at: http://www.bluesunrise.com/1.3a2/ if you want to edit the spreadsheet and assign yourself to some tasks, or add tasks, you can do so at: ftp://bluesunrise.com/1.3a2/ i still need to sort out the

RE: 1.3a2 release

2001-10-12 Thread David Sean Taylor
perfect. Thanks for handling all that, David. -Atul What do you think? -Original Message- From: David Sean Taylor [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 11, 2001 9:12 AM To: [EMAIL PROTECTED] Subject: RE: 1.3a2 release 3. Test and commit db-psml

RE: 1.3a2 release

2001-10-12 Thread David Sean Taylor
Precisely..that's what I wanted to search around for SQL specs about the semantics of Index and Unique constraints, if only Unique constraint is sufficient and is implemented the same way in all relational databases. Just get rid of index tag and will figure that out while testing

RE: Cant get in to work... Jetspeed 1.3a

2001-10-13 Thread David Sean Taylor
Marky, Please don't use the jetspeed-dev mailing list to report problems using jetspeed, the jetspeed-user mailing list there for that. Please better declare your problem: i.e. what version of jetspeed, did you build the webapp yourself, any error msgs -Original Message- From:

version number

2001-10-13 Thread David Sean Taylor
Marky made a good point about versioning. I don't like the a1 a2 naming, I think that people find it confusing. Why don't we just call the next release 1.4? -Original Message- From: Marky Goldstein [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 13, 2001 9:01 AM To: [EMAIL

RE: version number

2001-10-13 Thread David Sean Taylor
. -Original Message- From: Jon Stevens [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 13, 2001 1:42 PM To: jetspeed-dev Subject: Re: version number on 10/13/01 1:04 PM, David Sean Taylor [EMAIL PROTECTED] wrote: Marky made a good point about versioning. I don't like the a1

RE: i18n

2001-10-13 Thread David Sean Taylor
Yup it makes sense. I just tested localizing a navigation, and it did not work. Looking at the code, we seem to have overlooked navigations in the TemplateLocatorService. -Original Message- From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 13, 2001 9:07 PM

RE: [PATCH] i18n for navigations

2001-10-14 Thread David Sean Taylor
But how?, i tried to find how to change the default template system to JSP, but to no avail.., Any Advices? in TRP, change services.TemplateService.default.extension=vm to services.TemplateService.default.extension=jsp

RE: Opensource Development - Coding guidelines

2001-10-15 Thread David Sean Taylor
e.g. every Integer variable starts with an i: int iValue; or Parameters using an p like: function callMe (int piAge, String pstName) and so on... hungarian notation in java? -1 http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html

release 1.3a2

2001-12-02 Thread David Sean Taylor
Ive been testing the release this evening, was about ready to move forward, when I discovered that Torque is no longer working from inside Jetspeed. So Im going to push the release back until we can resolve it. If anyway has anything else to commit, please respond to this email and let me know

RE: Bug in multiple PSML

2001-12-02 Thread David Sean Taylor
Yes, this is a bug that we are not going to fix for this release unless someone knows an easy fix for it. Raphael? -Original Message- From: Frans Thamura [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 01, 2001 7:46 PM To: [EMAIL PROTECTED] Subject: Bug in multiple PSML Dear

RE: Different view for minimized and maximized views?

2001-12-02 Thread David Sean Taylor
There is the PortletState interface implemented by AbstractPortlet, which has isMinimized() -Original Message- From: Jim Birchfield [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 02, 2001 10:51 AM To: [EMAIL PROTECTED] Subject: Different view for minimized and maximized views?

RE: release 1.3a2

2001-12-03 Thread David Sean Taylor
I just tried the default installation from CVS, with dbpsml turned on, logged in as turbine, customized the page, removed all portlets from front page except for the stock portlet - saved the changes - looked ok at this point - just one portlet. Logged out and in again and the content

RE: cvs commit: jakarta-jetspeed/build build.properties build.xml

2001-12-03 Thread David Sean Taylor
-#install.war=/apache/catalina/webapps +install.war=/apache/catalina/webapps Okay, I seem to have the unique need for a hot deploy of the class files. So I will change my 'deploy' target to use another property, and follow your suggestions below for the install target. Although I

Re: Bug in multiple PSML

2001-12-04 Thread David Sean Taylor
or pending issue is in pending status, on progress, and to do...and someone work on it? Frans - Original Message - From: David Sean Taylor [EMAIL PROTECTED] To: 'Jetspeed Developers List' [EMAIL PROTECTED] Sent: Monday, December 03, 2001 2:48 AM Subject: RE: Bug in multiple PSML

Re: release 1.3a2

2001-12-04 Thread David Sean Taylor
, customization... - Original Message - From: Santiago Gala [EMAIL PROTECTED] To: Jetspeed Developers List [EMAIL PROTECTED] Sent: Tuesday, December 04, 2001 9:26 AM Subject: Re: release 1.3a2 David Sean Taylor wrote: Ive been testing the release this evening, was about ready to move

RE: wml

2001-12-05 Thread David Sean Taylor
Tried again with Nokia wml browser, and I could see my customized PSML. Very cool. Only problem now is that I cannot navigate back. -Original Message- From: David Sean Taylor [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 05, 2001 11:04 PM To: 'Jetspeed Developers List' Cc

RE: release 1.3a2

2001-12-05 Thread David Sean Taylor
The database psml seems to be working finally. My demo site is now running with a dbpsml backend. The problem I see with using dbpsml is that I cannot customize my anonymous page, nor any other of my group pages. I may have a look into getting this to work so does anyone mind pushing back the

RE: wml

2001-12-06 Thread David Sean Taylor
imagewml to a wml portlet. The image value is used while rendering the wml menu else the bullet.wbmp is used. Andreas -Original Message- From: David Sean Taylor [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 6. Dezember 2001 08:33 To: 'Jetspeed Developers List' Subject: RE: wml

RE: release 1.3a2

2001-12-06 Thread David Sean Taylor
Make sure to check out Andreas' contributions. He did a great job with the customizer: wml support, the check boxes on the portlet selector is much better, and its generally more robust. Yes - the customizer does look better. Im having troubles going from a 3-column to a

RE: release 1.3a2 ?

2001-12-06 Thread David Sean Taylor
do we have a (new) release date right now? Well Ive been trying for the last two weeks, but I can't seem to get it cleaned up to my satisfaction. We should release when all the committers agree its a good time. Last week we voted on it and decided the time was right. I would like to update

RE: release 1.3a2 ?

2001-12-06 Thread David Sean Taylor
? Yes, I can do it. Can I send you the files again? I had no time to look on my winCVS installation. -Original Message- From: David Sean Taylor [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 6. Dezember 2001 18:17 To: 'Jetspeed Developers List' Subject: RE: release 1.3a2

  1   2   3   4   5   6   7   8   9   10   >