Re: services.JetspeedSecurity.secure.passwords=true

2003-01-29 Thread David Sean Taylor
to encrypt your passwords that are currently in the database. I can send you an action to do so if you'd like. Be careful to only run it only once -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-4646 -

Re: Configuration of LDAP (iPlanet Directory Server 5.1)

2003-01-27 Thread David Sean Taylor
several fixes to the LDAP service from Sami Leino. You may want to try again. It now passes the unittest-security-user test for me -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-4646 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands,

Re: postgresql

2003-01-13 Thread David Sean Taylor
ql/external directory as postgres.sql 5. Take a look at the populate script, see if its in sync with the other scripts -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-4646 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Probleme while configuring 1.4-b3 LDAP user management

2003-01-10 Thread David Sean Taylor
ssname= Of course it will not work without that setting. David -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-4646 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Security issues with Jetspeed 1.4b3

2003-01-09 Thread David Sean Taylor
e in the same group? Thank you. Mike McLawhorn I thought that the would handle this too. Could you please log a detailed bug on this one: http://www.bluesunrise.com/jetspeed-docs/ JetspeedTutorial.htm#_Toc26987081 Thanks, David -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707

Re: Apache_feed file being created

2003-01-09 Thread David Sean Taylor
ergio Turn off the content feeds in the JetspeedResources.properties This may or may not come in handy http://www.bluesunrise.com/jetspeed-docs/ JetspeedTutorial.htm#_Toc26987081 -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-4646 -- To unsubscribe, e-mail: &l

Re: setRedirectURI

2003-01-09 Thread David Sean Taylor
On Thursday, January 9, 2003, at 01:44 AM, Luta, Raphael (VUN) wrote: De : David Sean Taylor [mailto:[EMAIL PROTECTED]] Bottom line: Global redirects should work in action events, ie when reacting to a user interaction but not in the standard "content rendering" methods where y

Re: WML initial screen

2003-01-09 Thread David Sean Taylor
with WML and HTML support... -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-4646 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Problems with PSML caching in a load balanced environment

2003-01-09 Thread David Sean Taylor
n't have a load-balanced configuration running here -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-4646 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Extending user

2003-01-09 Thread David Sean Taylor
prefix, and it started correctly finding the values in the perm hash table Also attached is a modified db population script: populate-oracle.sql Description: Binary data -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-4646 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Extending user

2003-01-08 Thread David Sean Taylor
population script. Preferably one that is compatible with the populate-oracle.sql script so that I can run the unit tests here. I will then write an extended test to see if your extended attributes are being mapped correctly security-schema2.xml Description: Binary data -- David Sean Taylor B

Re: oracle db with jetspeed

2003-01-08 Thread David Sean Taylor
-user all unit tests pass -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-4646 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: setRedirectURI

2003-01-08 Thread David Sean Taylor
bine action. In order to do so, you must use a 'normal' Turbine action. -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-4646 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: jportal example dependancy

2003-01-07 Thread David Sean Taylor
troduced a dependency on Ant 1.5 when we upgraded to the latest Torque. -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-4646 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Customization panel error

2003-01-07 Thread David Sean Taylor
you try testing on a new PSML page and see if you have the same problems. Also, if you are using the Castor (file) PSML service, make sure that you have permission to write to the PSML files -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-4646 -- To unsubscribe, e-mai

Re: Cannot build and deploy the Jetspeed tuitorial

2003-01-07 Thread David Sean Taylor
,   build_torque.xml from jprotal/torque3 Can somebody please take a look and tell me where I am wrong. What version of Ant are you using? Torque requires Ant 1.5 or greater. -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-4646 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTEC

Re: MS SQL Database Error

2003-01-07 Thread David Sean Taylor
fine for me. Unfortunately my 30 day trial is expired now. Are you sure that that your property files were correctly deployed to the server? If you have the source, try running the unit tests: ant unittest-security-user -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-4646

Re: Extending user

2003-01-07 Thread David Sean Taylor
a and property files, and any Java classes and I'll try to test it out. -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-4646 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Jetspeed 1.43b and Oracle: Sequence does not exist

2003-01-07 Thread David Sean Taylor
Just follow the procedure in the documentation on the jetspeed site. -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-4646 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: encrypted passwords

2003-01-06 Thread David Sean Taylor
On Monday, January 6, 2003, at 01:50 PM, Gary Lawrence Murphy wrote: "D" == David Sean Taylor <[EMAIL PROTECTED]> writes: D> Iterator users = JetspeedSecurity.getUsers(); while D> (users.hasNext()) { ... Oh, that's clever -- thanks! I suppose I could pl

Re: encrypted passwords

2003-01-06 Thread David Sean Taylor
wpassword = JetspeedSecurity.encryptPassword(user.getPassword()); user.setPassword(newpassword); // Save to database JetspeedSecurity.saveUser(user); } } -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-

Fwd: Document review: Jetspeed Tutorial

2003-01-06 Thread David Sean Taylor
on when you get there. QuickTopic is a free, extremely easy discussion space. You can start your own topic or document review in about 20 seconds by visiting: http://www.quicktopic.com/ -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-4646 -- To unsubscribe, e-mail: <

Re: Possible data integrity fault: Removed 'user' role kills admin

2003-01-05 Thread David Sean Taylor
On Sunday, January 5, 2003, at 11:11 PM, David Sean Taylor wrote: On Friday, December 27, 2002, at 09:29 AM, Gary Lawrence Murphy wrote: This appears to be a data-integrity problem where deleting a role has not been properly propagated or protected against: Seeking to refactor the role

Re: Generating Role-based Profiles? (was Re: Role of psml role pages)

2003-01-05 Thread David Sean Taylor
On Sunday, January 5, 2003, at 10:58 PM, Gary Lawrence Murphy wrote: Thanks for the clarification on this, and I hope I can prod you for a few more questions :) "D" == David Sean Taylor <[EMAIL PROTECTED]> writes: D> There is another Profiler feature, Role-based

Re: BlueSunrise Tutorial

2003-01-05 Thread David Sean Taylor
e tutorial. Anyway I think its configured here: http://www.quicktopic.com/18/D/JP9GLWfctwr.html -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-4646 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Possible data integrity fault: Removed 'user' role kills admin

2003-01-05 Thread David Sean Taylor
Not sure how much time Im going to have to work on the tutorial. Anyway I think its configured here: http://www.quicktopic.com/18/D/JP9GLWfctwr.html -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-4646 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: How to get the correct URL/URI for a Portlet ?

2003-01-05 Thread David Sean Taylor
rtlet: $jslink.getPortletById("P_56789_1234") $jslink.getPortletByName("portlet_2") -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-4646 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Passing data between portlets

2003-01-05 Thread David Sean Taylor
ient ID is submitted, and the action for Portlet A is invoked, then the call to the remote JSP would be submitted with the patient id posted. Since the remote JSP probably returns HTML, it will need to parsed, and that is where WebPagePortlet2 comes in. -- David Sean Taylor Bluesunrise Software

Re: Velocity Java Applet portlet?

2003-01-05 Thread David Sean Taylor
ocity portlet do the trick? The user state for the current session is always there for you and accessible from any portlet. To get the current user: rundata.getUser() -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-4646 -- To unsubscribe, e-mail: <mailto:[EMAIL P

Re: Servlet to Turbine communication

2003-01-05 Thread David Sean Taylor
profile); dispatcher.include(request, response); -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-4646 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Navigation - Linking Panes

2003-01-05 Thread David Sean Taylor
The default page doesn't require the 2nd parameter To build other pages, login as admin and go to the Admin Tab, PSML Browser function. You can maintain all of your PSML resources from there including adding and cloning pages. -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01

Re: Problem with Tabbed Pane within tabbed pane links

2003-01-05 Thread David Sean Taylor
to Childpane 3 example link in child1 (works) Update Your information Has anyone else ran accross this type of problem? How can this be fixed. Try this from a link in child one (requires 1.4b3 or higher): jslink.getPaneById("parent2,child3") -- David Sean Taylor Bluesunrise Software

Re: Got the tutorial working.

2003-01-05 Thread David Sean Taylor
les to the copied over jetspeed.war I updated the tutorial build.xml again. Sorry about that, but it was working fine for me with "*". -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-4646 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For a

Re: Event Handling in JSPPortlet

2003-01-05 Thread David Sean Taylor
vices/ Profiler.html -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-4646 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Generating Role-based Profiles? (was Re: Role of psml role pages)

2003-01-05 Thread David Sean Taylor
based fallback algorithm as is. You could also use PSML references in the combined pages. Yet another option: when you perform the maintenance functions: add role upon registration, or remove role upon expiration, programmatically remove the the portlets (or references) from their personal PS

Re: Problem with the jetspeed tutorial

2002-12-24 Thread David Sean Taylor
On Tuesday, December 24, 2002, at 03:21 AM, Raghu V. N wrote: Hi I have installed tomcat 4.1, jetspeed 1.4b3, Ant 1.5. I am facing problems installing the jetspeed tutorial available at . The error message when I execute a

RE: minimal psml for empty anon user page

2002-12-18 Thread David Sean Taylor
://xml.apache.org/jetspeed/2000/psml";> Default Jetspeed Page remove this: David Sean Taylor Bluesunrise.com [EMAIL PROTECTED] +01 (707) 773 4646 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: minimal psml for empty anon user page

2002-12-18 Thread David Sean Taylor
> -Original Message- > From: Eric White [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 18, 2002 2:10 PM > To: Jetspeed Users List > Subject: minimal psml for empty anon user page > > > I'm using the following PSML for the anon user because I don't want > anything displayed until th

RE: JetspeedLDAP

2002-12-18 Thread David Sean Taylor
se. I've worked with Sami and he is a very good developer. David Sean Taylor Bluesunrise.com [EMAIL PROTECTED] +01 (707) 773 4646 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: WebPagePortlet, WebBrowserPortlet woes

2002-12-18 Thread David Sean Taylor
> -Original Message- > From: Dariush Behboudi [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 18, 2002 3:27 AM > To: Jetspeed Users List > Subject: Re: WebPagePortlet, WebBrowserPortlet woes > > > If you're interested to, > I've developed a WebPagePortlet using Neko Html Parser (in S

RE: Error happens sometimes when stopping/restarting Tomcat...

2002-12-18 Thread David Sean Taylor
> -Original Message- > From: Aurelien Pernoud [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 18, 2002 8:18 AM > To: 'Jetspeed Users List' > Subject: RE: Error happens sometimes when stopping/restarting Tomcat... > > > > David Sean Taylo

RE: Error happens sometimes when stopping/restarting Tomcat...

2002-12-18 Thread David Sean Taylor
> -Original Message- > From: Aurelien Pernoud [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 18, 2002 7:55 AM > To: 'Jetspeed Users List' > Subject: Error happens sometimes when stopping/restarting Tomcat... > > > > I've seen this error 2 or 3 times since the new release of jetspeed

RE: XML using XLS: problem with cache/expire error

2002-12-17 Thread David Sean Taylor
XSLT Demo Example of using XSLT Portlet /xml/footballers.xml xslt Would be nice if the demo also worked with WML...guess I'll save that for the tutorial. David Sean Taylor Bluesunrise.com [EMAIL PROTECTED] +01

RE: WebPagePortlet, WebBrowserPortlet woes

2002-12-17 Thread David Sean Taylor
> -Original Message- > From: Joe Barefoot [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 17, 2002 6:06 PM > To: Jetspeed Users List (E-mail) > Subject: WebPagePortlet, WebBrowserPortlet woes > > > Hi all, > > After much experimentation with WebPagePortlet (Jetspeed 1.3), > and diggi

RE: remove tab pane's customization icon?

2002-12-17 Thread David Sean Taylor
ntext see: VelocityPortletSetControl and VelocityPortletControl: protected List buildActionList( RunData rundata, Portlet portlet ) -- David Sean Taylor Bluesunrise.com [EMAIL PROTECTED] +01 (707) 773 4646 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: cache misses killing me, help with manually editing user table

2002-12-17 Thread David Sean Taylor
> -Original Message- > From: Eric White [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 17, 2002 9:50 AM > To: Jetspeed Users List > Subject: RE: cache misses killing me, help with manually editing user > table > > > no joy, same behavior. > > Is there a backdoor way I can add Admin au

RE: JSpeed 1.4b3 on XP

2002-12-17 Thread David Sean Taylor
> -Original Message- > From: Emanuele Scaglia [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 17, 2002 8:00 AM > To: [EMAIL PROTECTED] > Subject: Re: JSpeed 1.4b3 on XP > > > Hi Dariush, > it seems you have my same problems. > I noticed that in Jetspeed 1.4b3 distribution the file

RE: cache misses killing me, help with manually editing user table

2002-12-17 Thread David Sean Taylor
> -Original Message- > From: Eric White [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 17, 2002 9:13 AM > To: Jetspeed Users List > Subject: RE: cache misses killing me, help with manually editing user > table > > > This is happening with the Admin user, immediately upon login, so

RE: cache misses killing me, help with manually editing user table

2002-12-17 Thread David Sean Taylor
> -Original Message- > From: Eric White [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 17, 2002 8:53 AM > To: Jetspeed Users List > Subject: cache misses killing me, help with manually editing user table > > > so, cache misses are killing me right now. Yesterday, I thought they > wer

RE: skipping the anon screen?

2002-12-17 Thread David Sean Taylor
> -Original Message- > From: Moabi Nyokong [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 17, 2002 3:50 AM > To: 'Jetspeed Users List' > Subject: RE: skipping the anon screen? > > > If you run this > > http://localhost:8080/jetspeed/portal?action=JLoginUser&username=t > urbine&pas >

RE: 1.4b2 Tutorial - JSP portlet files

2002-12-16 Thread David Sean Taylor
> -Original Message- > From: Pierre Henry [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 16, 2002 12:52 AM > To: Jetspeed User List (E-mail) > Subject: 1.4b2 Tutorial - JSP portlet files > > > hi! > > I see that the files for the part 8 of the tutorial > (TutorialStockQuote.jsp,

Jetspeed 1.4b3 release available for download

2002-12-15 Thread David Sean Taylor
The Jakarta Jetspeed development team has released the latest version of the Jetspeed Portal Server, version 1.4 Beta 3 (1.4b3). http://jakarta.apache.org/builds/jakarta-jetspeed/release/v1.4b3/ Jetspeed 1.4b3 includes installation and security bug fixes. No new features have been added to this r

RE: Jetspeed development?

2002-12-15 Thread David Sean Taylor
> -Original Message- > From: Bill Weir [mailto:[EMAIL PROTECTED]] > Sent: Sunday, December 15, 2002 10:57 AM > To: Jetspeed Users List > Subject: RE: Jetspeed development? > > > I want to add that the ROI calculation has at least as much to do with the > price of the consultant as the cost

RE: BlueSunrise Tutorial - File Merging

2002-12-12 Thread David Sean Taylor
27;t make sense when you think about how many ant builds will break if people fail to read the readme file. Instead of using the ant task, I'm now exec'ing the jar out of desperation. Please do not send me any advice or patches. I am so sick of this bug, I just don't want to waste anot

RE: Jetspeed Database

2002-12-12 Thread David Sean Taylor
are running Jetspeed, you have to shutdown it down before running the Hypersonic DB Manager. Strongly recommend using another database in production (MySQL). Hypersonic DB is there for new users to have a system up and running with minimal effort. David Sean Taylor Bluesunrise.com [EMAIL PROTECT

RE: Migrating from 1.4b1 to 1.4b2 : if you have trouble with old database (users/profiles)

2002-12-11 Thread David Sean Taylor
t; > - Original Message ----- > From: "David Sean Taylor" <[EMAIL PROTECTED]> > > > > In 1.4b1, Hypersonic used the ID_TABLE to gen new ids. > > In 1.4b2, it uses the native method to gen new ids to be consistent with > all > > databases supported by

RE: Moving from b1 to b2

2002-12-11 Thread David Sean Taylor
> -Original Message- > From: Werner Punz [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 11, 2002 8:45 AM > To: [EMAIL PROTECTED] > Subject: Moving from b1 to b2 > > > Hi has anyone already successfully moved an existing project from b1 to > b2? > There are three issues that I know

RE: Migrating from 1.4b1 to 1.4b2 : if you have trouble with old database (users/profiles)

2002-12-11 Thread David Sean Taylor
> -Original Message- > From: Aurelien Pernoud [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 11, 2002 2:45 AM > To: 'Jetspeed Users List' > Subject: RE: Migrating from 1.4b1 to 1.4b2 : if you have trouble with > old database (users/profiles) > > > > Ok forget it, the new 1.4b2 is

RE: Jetspeed 1.4B2

2002-12-10 Thread David Sean Taylor
I just downloaded the war release, installed on Tomcat 4.1.16, and no problems. Im on Java 1.4. I have no time to look now, since Im leaving the office for the day. -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Jetspeed 1.4b2 release available for download

2002-12-09 Thread David Sean Taylor
Available for download from here: http://jakarta.apache.org/builds/jakarta-jetspeed/release/v1.4b2/ -- To unsubscribe, e-mail: For additional commands, e-mail:

Jetspeed 1.4b2 release available for download

2002-12-09 Thread David Sean Taylor
The Jakarta Jetspeed development team has released the latest version of the Jetspeed Portal Server, version 1.4 Beta 2 (1.4b2). This is our second beta release, backed by a significant improvement in quality and features. This release is full of new features thanks in great part to a very welcome

RE: "ant tutorial-n" command

2002-12-09 Thread David Sean Taylor
> -Original Message- > From: Eric Roberts [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 09, 2002 2:33 PM > To: Jetspeed Users List > Subject: RE: "ant tutorial-n" command > > > Maybe I missed this in the docs but where do you get the JPortal > project? > > Eric > Cut and pasted this

RE: "ant tutorial-n" command

2002-12-09 Thread David Sean Taylor
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > Gary Lawrence Murphy > Sent: Monday, December 09, 2002 1:44 PM > To: Jetspeed Users List > Subject: Re: "ant tutorial-n" command > > > >>>>>

RE: jetspeed tutorial jportal

2002-12-09 Thread David Sean Taylor
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > Gary Lawrence Murphy > Sent: Monday, December 09, 2002 1:40 PM > To: Jetspeed Users List > Subject: Re: jetspeed tutorial jportal > > > > When I try to build the tutorial jportal, the BaseCoffees and >

RE: "ant tutorial-n" command

2002-12-09 Thread David Sean Taylor
> -Original Message- > From: Eric Roberts [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 09, 2002 12:24 PM > To: [EMAIL PROTECTED] > Subject: "ant tutorial-n" command > > > I am trying to run the jetspeed tutorial (by building jetspeed with ant > using the "ant tutorial-n" command wher

RE: jetspeed trailmap never works

2002-12-08 Thread David Sean Taylor
> -Original Message- > From: Ken Kyler [mailto:[EMAIL PROTECTED]] > Sent: Sunday, December 08, 2002 4:05 AM > To: Jetspeed Users List > Subject: RE: jetspeed trailmap never works > > > > It would be a good time to change the Jetspeed website to reflect the > > new tutorial environment, si

RE: An input form portlet.

2002-12-07 Thread David Sean Taylor
> -Original Message- > From: Carlos A. Andrade Olmos [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 26, 2002 2:42 PM > To: [EMAIL PROTECTED] > Subject: An input form portlet. > > > > Hello list: > > I'm new to Jetspeed, as you'll see after reading my question. > > I'm trying to

RE: explanation of how "build import" works?

2002-12-06 Thread David Sean Taylor
> -Original Message- > From: Eric White [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 06, 2002 1:18 PM > To: Jetspeed Users List > Subject: RE: explanation of how "build import" works? > > > On Fri, 2002-12-06 at 14:57, David Sean Taylor wrote: >

RE: Is anyone REALLY using Jetspeed?

2002-12-06 Thread David Sean Taylor
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > Gary Lawrence Murphy > Sent: Friday, December 06, 2002 12:35 PM > To: Jetspeed Users List > Subject: Re: Is anyone REALLY using Jetspeed? > > > > > I did see mention of a new 100-page tutorial, but I h

RE: Is anyone REALLY using Jetspeed?

2002-12-06 Thread David Sean Taylor
te with production environment information. The only problem I see is that some companies may not be willing to publish this information. I'd have to get permission from clients before making information like this public, and to be honest Im 99% sure it will not be allowed. I'd be glad to discu

RE: explanation of how "build import" works?

2002-12-06 Thread David Sean Taylor
> -Original Message- > From: Eric White [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 06, 2002 12:42 PM > To: Jetspeed Users List > Subject: explanation of how "build import" works? > > > I've got the latest cvs bits and have jetspeed configured against a DB > for PSML storage. > >

RE: Jetspeed/JSP

2002-12-06 Thread David Sean Taylor
> -Original Message- > From: Helder Pinto [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 06, 2002 9:40 AM > To: Jetspeed User > Subject: Jetspeed/JSP > > > Hi! > > I've been exploring the Jetspeed framework since a few weeks and, > besides the > observation that there is an enormous

RE: Connecting Jetspeed to Torque to Oracle

2002-12-05 Thread David Sean Taylor
> -Original Message- > From: Bill Weir [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 05, 2002 6:19 PM > To: Jetspeed Users List > Subject: RE: Connecting Jetspeed to Torque to Oracle > > > David, > > Thank you much for your help. > > I've followed your instruction by re-installing T

RE: Maximize IFramePortlet

2002-12-05 Thread David Sean Taylor
read: http://jakarta.apache.org/site/mail.html hint: section on cross posting. > -Original Message- > From: Sangam Dash [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 05, 2002 5:24 PM > To: Jetspeed Users List; [EMAIL PROTECTED] > Subject: Re: Maximize IFramePortlet > > > Hi > > I

RE: Connecting Jetspeed to Torque to Oracle

2002-12-05 Thread David Sean Taylor
> -Original Message- > From: Bill Weir [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 05, 2002 2:21 PM > To: [EMAIL PROTECTED] > Subject: Connecting Jetspeed to Torque to Oracle > > > Hi, > > I've spent two or three days trying to figure some of this stuff out, and > I'd be *really*

RE: Extending User??

2002-12-05 Thread David Sean Taylor
> -Original Message- > From: Javed Mahmud [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 04, 2002 5:39 PM > To: [EMAIL PROTECTED] > Subject: Extending User?? > > > Hello there,, > I am a bit confused in how to extend the TUBINE_USER Table. > So far I have seen two kinds of approach

RE: JavaSoft Portled Code - including a website

2002-12-05 Thread David Sean Taylor
> -Original Message- > From: Martin Baur [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 05, 2002 6:20 AM > To: Jetspeed Users List > Subject: JavaSoft Portled Code - including a website > > > Hi all > > I downloaded the WAR files and I'm going trough the examples now. > There are sev

RE: Jetspeed Content Admin

2002-12-04 Thread David Sean Taylor
> -Original Message- > From: Martin Baur [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 04, 2002 12:11 PM > To: Jetspeed Users List > Subject: Re: Jetspeed Content Admin > > > hi > > where is the content shown u create with the content admin ? i can create > something, give it a t

RE: RE: nightly builds broken since 10/28/02 and..

2002-12-04 Thread David Sean Taylor
> -Original Message- > From: todd [mailto:[EMAIL PROTECTED]] > Sent: None > To: [EMAIL PROTECTED] > Subject: Re: RE: nightly builds broken since 10/28/02 and.. > > > Hi; >I entered the bug, and posted the solution, which I got from > Vadim who fixed it in cocoon. > > Bug # 14917 >

RE: I give up - Can't get simple FileServerPortlet to work.

2002-12-04 Thread David Sean Taylor
Hi Jasen, Here is an example from the demo portlets xreg: Search Search the Internet /search/index.html search html You just need to get the URL element correct. Thats it. No Java coding necessary! Place your greeting.ht

RE: trying to import psml to DB from file system

2002-12-03 Thread David Sean Taylor
David Sean Taylor Enterprise Portal Architect Bluesunrise.com [EMAIL PROTECTED] +01 (707) 773 4646 > -Original Message- > From: Eric White [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 03, 2002 4:11 PM > To: Jetspeed Users List > Subject: trying to import psml

RE: Getting crazy with MySQL... Again!

2002-11-28 Thread David Sean Taylor
> -Original Message- > From: BARDE, CEDRIC [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 28, 2002 9:29 AM > To: 'Jetspeed Users' > Subject: Getting crazy with MySQL... Again! > > > Hi all, > > I still cannot use Jetspeed with MySQL... I have tried to connect to my > database via M

RE: Customized Title Page

2002-11-27 Thread David Sean Taylor
> -Original Message- > From: Javed Mahmud [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 27, 2002 6:17 PM > To: [EMAIL PROTECTED] > Subject: RE: Customized Title Page > > > Hi David, > If you or any other person can point me to the site for version 1.4b2. I > have currently 1.4b

RE: Customized Title Page

2002-11-27 Thread David Sean Taylor
> -Original Message- > From: Javed Mahmud [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 27, 2002 5:15 PM > To: [EMAIL PROTECTED] > Subject: Customized Title Page > > > Hi, > It will sound quite trivial but I would like to ask. > The index page or the layout which contains the J

RE: It is possible to refresh Portlets ?

2002-11-27 Thread David Sean Taylor
> -Original Message- > From: Massimiliano Dessi [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 27, 2002 7:53 AM > To: Jetspeed Users List > Subject: Re: It is possible to refresh Portlets ? > > > I put the string > in a get content of a portlet ,one time to force the refresh t

RE: It is possible to refresh Portlets ?

2002-11-27 Thread David Sean Taylor
> -Original Message- > From: Heine, Christian (Extern) [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 27, 2002 3:58 AM > To: 'Jetspeed Users List' > Subject: It is possible to refresh Portlets ? > > > Hi all, > > i try to develop an portlet which is usable like the windows explore

RE: An input form portlet.

2002-11-26 Thread David Sean Taylor
> -Original Message- > From: Carlos A. Andrade Olmos [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 26, 2002 2:42 PM > To: [EMAIL PROTECTED] > Subject: An input form portlet. > > > > Hello list: > > I'm new to Jetspeed, as you'll see after reading my question. > > I'm trying to buil

RE: dynamic pane population upon startup?

2002-11-26 Thread David Sean Taylor
> -Original Message- > From: Eric White [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 26, 2002 2:51 PM > To: Jetspeed Users List > Subject: RE: dynamic pane population upon startup? > > > not exactly what I was looking for. I've got a customized DBBrowser > portlet working already (t

RE: dynamic pane population upon startup?

2002-11-26 Thread David Sean Taylor
Take a look at the Coffee db portlet in the demo-portlets.xreg: DatabaseBrowserTest Simple Test Database Browser Portlet Example database and then place a couple li

RE: AW: OJB

2002-11-26 Thread David Sean Taylor
> turbine will have support for torque AND ojb in future versions. > i'm planning to seperate the generation part from torque and extend it > to support both systems. > i'll also try to generate torque-style om/peer classes using ojb to make > it easy to switch from torque to ojb .. but torque will

RE: OJB

2002-11-26 Thread David Sean Taylor
> -Original Message- > From: Jürgen Hoffmann [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 26, 2002 9:16 AM > To: 'Jetspeed Users List' > Subject: AW: OJB > > > Hi David, > > >> Has anyone successfully used OJB as his Persistence Layer in > Jetspeed? > > > I started writing a Regis

RE: Creation of PSMLs files

2002-11-26 Thread David Sean Taylor
> -Original Message- > From: Aurelien Pernoud [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 26, 2002 6:26 AM > To: 'Jetspeed Users List' > Subject: RE: Creation of PSMLs files > > > > > -Message d'origine- > > De : Pierre Henry [mailto:[EMAIL PROTECTED]] > > > > Aurelien, t

RE: Jetspeed Tutorial.doc

2002-11-26 Thread David Sean Taylor
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 26, 2002 5:25 AM > To: [EMAIL PROTECTED] > Subject: Jetspeed Tutorial.doc > > > Dear Users, > > when i found the Tutorial for jetspeed, > http://www.bluesunrise.com/jetspeed-docs/, i was ve

RE: Creation of PSMLs files

2002-11-26 Thread David Sean Taylor
> -Original Message- > From: Jefferson Anselmo [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 25, 2002 9:32 AM > To: Jetspeed Users List > Subject: Creation of PSMLs files > > >Hi all, > >Does anybody know when the PSML file for a given user is > created ? At the first user´s

RE: OJB

2002-11-26 Thread David Sean Taylor
> -Original Message- > From: Jürgen Hoffmann [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 26, 2002 12:41 AM > To: [EMAIL PROTECTED] > Subject: OJB > > > Hi Community, > > Has anyone successfully used OJB as his Persistence Layer in Jetspeed? I started writing a Registry service w

RE: Extending user

2002-11-22 Thread David Sean Taylor
Pierre, I ran the same test on the cvs head. Worked fine. (with Hypersonic DB) Steps: 1. Wrote a unit test (took the TestUserManagement class and modified it): public void testGetUser() throws Exception { setup(); UserManagement service = getService(); PcsUser us

RE: Portlet Registration Help Please

2002-11-22 Thread David Sean Taylor
> -Original Message- > From: Joe Barefoot [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 21, 2002 3:22 PM > To: Jetspeed Users List > Subject: RE: Portlet Registration Help Please > > > Shouldn't need to touch any .psml files if you are using the > Customizer interface to add portl

RE: Extending user

2002-11-21 Thread David Sean Taylor
> -Original Message- > From: Pierre Henry [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 21, 2002 7:13 AM > To: Jetspeed User List (E-mail) > Cc: James Somers > Subject: Extending user > > > Hi! > I extended the JetspeedUser to MyUser with another table name and a new > field Title

RE: Jar file containing new portlets that enhance IFrame and webrewriting capabilities

2002-11-20 Thread David Sean Taylor
> -Original Message- > From: Casimiro Lovato-Winston [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 19, 2002 4:57 PM > To: Jetspeed Users List > Subject: Jar file containing new portlets that enhance IFrame and > webrewriting capabilities > > > Hello, > > We would like to submit to t

RE: Cannot rename column names

2002-11-20 Thread David Sean Taylor
> -Original Message- > From: Moabi Nyokong [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 20, 2002 12:17 AM > To: 'Jetspeed Users List' > Subject: RE: Cannot rename column names > > > I'm just using the default security-schema.xml provided in the > JS/build/tourque/schema dir. > T

<    1   2   3   4   5   6   7   8   9   10   >