Re: create new user

2004-04-22 Thread antony saviour
Dear stefano,
Can you please explain the process, I am not clear with what you expalined.

thanx
antony
-
Still single? Click here to find the perfect match.

http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?141

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



Re: create new user stefano

2004-04-22 Thread antony saviour
dear stefano,
I am not clear with the things you mentioned,
can you please explain in detail.
thanx
antony
-
Still single? Click here to find the perfect match.

http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?141

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



Re: create new user

2004-04-22 Thread Stefano Bianchi
Unfortunately the person who did it does not work here anymore!
I will try to explain myself AFAIK:

   1. there is a class handling the process for creating new account in
source code for Jetspeed: download Jetpseed source code and find it;
   2. change it and make it work as you need (we modified table
turbine_users and turbine_users_info to store more data. so you will have to
rewrite queries etc.), then compile it and substitute the old one in
binaries;
   3. then modify properly the .vm or .jsp page (it depends on which format
you use, but probably only .vm handle this kind of things) that contains the
profilation from in order to allow the user to enter the data you handle in
the new version of profilation class.

I'm not a technical wizard, probably someone listening has some more hints
for you!
Sorry, hope it helps a bit anyway :-( !
Stefano

- Original Message - 
From: antony saviour [EMAIL PROTECTED]
To: Jetspeed Users List [EMAIL PROTECTED]
Sent: Thursday, April 22, 2004 4:18 PM
Subject: Re: create new user


 Dear stefano,
 Can you please explain the process, I am not clear with what you
expalined.

 thanx
 antony
 -
 Still single? Click here to find the perfect match.

 http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?141

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





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



Re: create new user

2004-04-20 Thread David Sean Taylor
On Apr 17, 2004, at 4:01 AM, antony saviour wrote:

hello friends,

How can we create new user in jetspeed,without using jetspeed  
NewAccount form.

I need to have a New Registeration form, currently jetspeed supports  
only 6 fields like firstname, lastname... If I need to add more feilds  
How can we do that.

You will need to write your own new user registration form and replace  
Jetspeed's.
When it comes to storing new fields, you have several options.

1. store the fields in permanent line of business fields, see the  
setPerm method:

http://portals.apache.org/jetspeed-1/apidocs/org/apache/jetspeed/om/ 
security/JetspeedUser.html

2. extend Jetspeed User

http://portals.apache.org/jetspeed-1/ 
security.html#Extending_Jetspeed_User

3. write your own User Management implementation

http://portals.apache.org/jetspeed-1/security.html#Security_Overview

--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
[office]   +01 707 773-4646
[mobile] +01 707 529 9194


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


Re: create new user

2004-04-19 Thread Stefano Bianchi
What about changing the profilation class in order to have it handling
further info?
We changed it an got it working on our portal.
Obviously you have also to change the .jsp or .vm that handles the form.
Hope it helps
Stefano


- Original Message - 
From: antony saviour [EMAIL PROTECTED]
To: Jetspeed Users List [EMAIL PROTECTED]
Sent: Saturday, April 17, 2004 1:01 PM
Subject: create new user


 hello friends,

 How can we create new user in jetspeed,without using jetspeed NewAccount
form.

 I need to have a New Registeration form, currently jetspeed supports only
6 fields like firstname, lastname... If I need to add more feilds How can we
do that.

 Thanx
 antony
 -
 Still single? Click here to find the perfect match.

 http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?141

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





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



Re: Create new user, confirmation email problem

2001-12-03 Thread Frans Thamura

Hi,

Try to use the 1.3a2, I never play around with 1.3a1,

This email function is working well in 1.3a2

Frans
- Original Message -
From: To Toan Thang [EMAIL PROTECTED]
To: Jetspeed Users List [EMAIL PROTECTED]
Sent: Monday, December 03, 2001 4:30 AM
Subject: Create new user, confirmation email problem



 Hi,
 I'm using Jetspeed 1.3a1 and unable to create new user because no
 confirmation email would be sent to user's mailbox.
 I found that in order to send an email using JavaMail, a mail session must
 be initialized with a variable mail.smtp.host set to the SMTP server's
 address, but Turbine 2.1 use variable mail.host instead (specified in
 org.apache.turbine.util.mail.Email). After correct this issue, by
rewriting
 Email  SimpleEmail classes in Turbine and forcing Jetspeed use the news
 ones, our system works well.

 This is not perfect solution anyway, is it? Was this issue fixed in new
 Turbine or JavaMail package?
 Any suggestions would be welcomed, ;)
 Toan Thang




 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, December 01, 2001 2:36 AM
 To: Jetspeed Users List
 Subject: Re: Re: Logging Rotation like tomcat 4


 Jason,
 We are using Log4j!  The example in the documentation, which does
 log file rotation based on the size of the file, works.

 Paul Spencer

 Jetspeed Users List [EMAIL PROTECTED] wrote:
  On 11/30/01 10:54 AM, Paul Spencer  wrote:

  Frans,
  Jetspeed does support, via turbine, log file rotation. See
  http://jakarta.apache.org/jetspeed/site/config_guide.html#Set Jetspeed
  logging

 No, the logging service in Turbine 2.x isn't that flexible. But in Turbine
 3.0 log4j is being used and it will be much more flexible. I might try to
 add log4j logging to Turbine 2.x and a subsystem in the same way I'm
trying
 to add Torque and Fulcrum as pluggable subsystems so that it can be used
 now. Log4j makes logging so much nicer.

  Paul Spencer
 
  Frans Thamura wrote:
 
  Dear All
 
  do you know the parameter so the jetspeed.log will be like
tomcat4.log..
 
  tomcat have a better rotation..
 
  the log will be based on date.
 
  catalina_log.2001-11-26.txt etc..
 
 
 
 
 
 
 
 
 
 
  --
  To unsubscribe, e-mail:
 
  For additional commands, e-mail:
 

 --

 jvz.

 Jason van Zyl

 http://tambora.zenplex.org
 http://jakarta.apache.org/turbine
 http://jakarta.apache.org/velocity
 http://jakarta.apache.org/alexandria
 http://jakarta.apache.org/commons



 --
 To unsubscribe, e-mail:
 For additional commands, e-mail:



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



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


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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




RE: Create new user, confirmation email problem

2001-12-03 Thread To Toan Thang


Thanks,

But where to find Jetspeed 1.3a2? Only the 1.3a1 can be found at Jetspeed
download section (http://jakarta.apache.org/builds/jakarta-jetspeed/release/
?)

Should I get and run nightly builds?

Toan Thang

-Original Message-
From: Frans Thamura [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 04, 2001 10:54 AM
To: Jetspeed Users List
Subject: Re: Create new user, confirmation email problem


Hi,

Try to use the 1.3a2, I never play around with 1.3a1,

This email function is working well in 1.3a2

Frans
- Original Message -
From: To Toan Thang [EMAIL PROTECTED]
To: Jetspeed Users List [EMAIL PROTECTED]
Sent: Monday, December 03, 2001 4:30 AM
Subject: Create new user, confirmation email problem



 Hi,
 I'm using Jetspeed 1.3a1 and unable to create new user because no
 confirmation email would be sent to user's mailbox.
 I found that in order to send an email using JavaMail, a mail session must
 be initialized with a variable mail.smtp.host set to the SMTP server's
 address, but Turbine 2.1 use variable mail.host instead (specified in
 org.apache.turbine.util.mail.Email). After correct this issue, by
rewriting
 Email  SimpleEmail classes in Turbine and forcing Jetspeed use the news
 ones, our system works well.

 This is not perfect solution anyway, is it? Was this issue fixed in new
 Turbine or JavaMail package?
 Any suggestions would be welcomed, ;)
 Toan Thang




 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, December 01, 2001 2:36 AM
 To: Jetspeed Users List
 Subject: Re: Re: Logging Rotation like tomcat 4


 Jason,
 We are using Log4j!  The example in the documentation, which does
 log file rotation based on the size of the file, works.

 Paul Spencer

 Jetspeed Users List [EMAIL PROTECTED] wrote:
  On 11/30/01 10:54 AM, Paul Spencer  wrote:

  Frans,
  Jetspeed does support, via turbine, log file rotation. See
  http://jakarta.apache.org/jetspeed/site/config_guide.html#Set Jetspeed
  logging

 No, the logging service in Turbine 2.x isn't that flexible. But in Turbine
 3.0 log4j is being used and it will be much more flexible. I might try to
 add log4j logging to Turbine 2.x and a subsystem in the same way I'm
trying
 to add Torque and Fulcrum as pluggable subsystems so that it can be used
 now. Log4j makes logging so much nicer.

  Paul Spencer
 
  Frans Thamura wrote:
 
  Dear All
 
  do you know the parameter so the jetspeed.log will be like
tomcat4.log..
 
  tomcat have a better rotation..
 
  the log will be based on date.
 
  catalina_log.2001-11-26.txt etc..
 
 
 
 
 
 
 
 
 
 
  --
  To unsubscribe, e-mail:
 
  For additional commands, e-mail:
 

 --

 jvz.

 Jason van Zyl

 http://tambora.zenplex.org
 http://jakarta.apache.org/turbine
 http://jakarta.apache.org/velocity
 http://jakarta.apache.org/alexandria
 http://jakarta.apache.org/commons



 --
 To unsubscribe, e-mail:
 For additional commands, e-mail:



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



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

 _ Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]



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




Re: Create new user, confirmation email problem

2001-12-03 Thread Frans Thamura

Yes, right..


Frans

- Original Message -
From: To Toan Thang [EMAIL PROTECTED]
To: Jetspeed Users List [EMAIL PROTECTED]
Sent: Monday, December 03, 2001 11:07 PM
Subject: RE: Create new user, confirmation email problem



 Thanks,

 But where to find Jetspeed 1.3a2? Only the 1.3a1 can be found at Jetspeed
 download section
(http://jakarta.apache.org/builds/jakarta-jetspeed/release/
 ?)

 Should I get and run nightly builds?

 Toan Thang

 -Original Message-
 From: Frans Thamura [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, December 04, 2001 10:54 AM
 To: Jetspeed Users List
 Subject: Re: Create new user, confirmation email problem


 Hi,

 Try to use the 1.3a2, I never play around with 1.3a1,

 This email function is working well in 1.3a2

 Frans
 - Original Message -
 From: To Toan Thang [EMAIL PROTECTED]
 To: Jetspeed Users List [EMAIL PROTECTED]
 Sent: Monday, December 03, 2001 4:30 AM
 Subject: Create new user, confirmation email problem


 
  Hi,
  I'm using Jetspeed 1.3a1 and unable to create new user because no
  confirmation email would be sent to user's mailbox.
  I found that in order to send an email using JavaMail, a mail session
must
  be initialized with a variable mail.smtp.host set to the SMTP server's
  address, but Turbine 2.1 use variable mail.host instead (specified in
  org.apache.turbine.util.mail.Email). After correct this issue, by
 rewriting
  Email  SimpleEmail classes in Turbine and forcing Jetspeed use the news
  ones, our system works well.
 
  This is not perfect solution anyway, is it? Was this issue fixed in new
  Turbine or JavaMail package?
  Any suggestions would be welcomed, ;)
  Toan Thang
 
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
  Sent: Saturday, December 01, 2001 2:36 AM
  To: Jetspeed Users List
  Subject: Re: Re: Logging Rotation like tomcat 4
 
 
  Jason,
  We are using Log4j!  The example in the documentation, which does
  log file rotation based on the size of the file, works.
 
  Paul Spencer
 
  Jetspeed Users List [EMAIL PROTECTED] wrote:
   On 11/30/01 10:54 AM, Paul Spencer  wrote:
 
   Frans,
   Jetspeed does support, via turbine, log file rotation. See
   http://jakarta.apache.org/jetspeed/site/config_guide.html#Set Jetspeed
   logging
 
  No, the logging service in Turbine 2.x isn't that flexible. But in
Turbine
  3.0 log4j is being used and it will be much more flexible. I might try
to
  add log4j logging to Turbine 2.x and a subsystem in the same way I'm
 trying
  to add Torque and Fulcrum as pluggable subsystems so that it can be used
  now. Log4j makes logging so much nicer.
 
   Paul Spencer
  
   Frans Thamura wrote:
  
   Dear All
  
   do you know the parameter so the jetspeed.log will be like
 tomcat4.log..
  
   tomcat have a better rotation..
  
   the log will be based on date.
  
   catalina_log.2001-11-26.txt etc..
  
  
  
  
  
  
  
  
  
  
   --
   To unsubscribe, e-mail:
  
   For additional commands, e-mail:
  
 
  --
 
  jvz.
 
  Jason van Zyl
 
  http://tambora.zenplex.org
  http://jakarta.apache.org/turbine
  http://jakarta.apache.org/velocity
  http://jakarta.apache.org/alexandria
  http://jakarta.apache.org/commons
 
 
 
  --
  To unsubscribe, e-mail:
  For additional commands, e-mail:
 
 
 
  --
  To unsubscribe, e-mail:
  mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
  mailto:[EMAIL PROTECTED]
 
 
 
  --
  To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]

  _ Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com
 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]



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


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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




Re: Create new user, confirmation email problem

2001-12-03 Thread Paul Spencer

http://jakarta.apache.org/builds/jakarta-jetspeed/nightly/2001-12-02/jetspeed-1.3a2-dev-war.zip


To Toan Thang wrote:

  Thanks,
 
  But where to find Jetspeed 1.3a2? Only the 1.3a1 can be found at Jetspeed
  download section 
(http://jakarta.apache.org/builds/jakarta-jetspeed/release/
  ?)
 
  Should I get and run nightly builds?
 
  Toan Thang
 
  -Original Message-
  From: Frans Thamura [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, December 04, 2001 10:54 AM
  To: Jetspeed Users List
  Subject: Re: Create new user, confirmation email problem
 
 
  Hi,
 
  Try to use the 1.3a2, I never play around with 1.3a1,
 
  This email function is working well in 1.3a2
 
  Frans
  - Original Message -
  From: To Toan Thang [EMAIL PROTECTED]
  To: Jetspeed Users List [EMAIL PROTECTED]
  Sent: Monday, December 03, 2001 4:30 AM
  Subject: Create new user, confirmation email problem
 
 
 
 Hi,
 I'm using Jetspeed 1.3a1 and unable to create new user because no
 confirmation email would be sent to user's mailbox.
 I found that in order to send an email using JavaMail, a mail session 
must
 be initialized with a variable mail.smtp.host set to the SMTP server's
 address, but Turbine 2.1 use variable mail.host instead (specified in
 org.apache.turbine.util.mail.Email). After correct this issue, by
 
  rewriting
 
 Email  SimpleEmail classes in Turbine and forcing Jetspeed use the news
 ones, our system works well.
 
 This is not perfect solution anyway, is it? Was this issue fixed in new
 Turbine or JavaMail package?
 Any suggestions would be welcomed, ;)
 Toan Thang
 
 
 
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, December 01, 2001 2:36 AM
 To: Jetspeed Users List
 Subject: Re: Re: Logging Rotation like tomcat 4
 
 
 Jason,
 We are using Log4j!  The example in the documentation, which does
 log file rotation based on the size of the file, works.
 
 Paul Spencer
 
 Jetspeed Users List [EMAIL PROTECTED] wrote:
 
 On 11/30/01 10:54 AM, Paul Spencer  wrote:
 
 Frans,
 Jetspeed does support, via turbine, log file rotation. See
 http://jakarta.apache.org/jetspeed/site/config_guide.html#Set Jetspeed
 logging
 
 No, the logging service in Turbine 2.x isn't that flexible. But in 
Turbine
 3.0 log4j is being used and it will be much more flexible. I might try to
 add log4j logging to Turbine 2.x and a subsystem in the same way I'm
 
  trying
 
 to add Torque and Fulcrum as pluggable subsystems so that it can be used
 now. Log4j makes logging so much nicer.
 
 
 Paul Spencer
 
 Frans Thamura wrote:
 
 
 Dear All
 
 do you know the parameter so the jetspeed.log will be like
 
  tomcat4.log..
 
 tomcat have a better rotation..
 
 the log will be based on date.
 
 catalina_log.2001-11-26.txt etc..
 
 
 
 
 
 
 
 
 
 
 --
 To unsubscribe, e-mail:
 
 For additional commands, e-mail:
 
 
 --
 
 jvz.
 
 Jason van Zyl
 
 http://tambora.zenplex.org
 http://jakarta.apache.org/turbine
 http://jakarta.apache.org/velocity
 http://jakarta.apache.org/alexandria
 http://jakarta.apache.org/commons
 
 
 
 --
 To unsubscribe, e-mail:
 For additional commands, e-mail:
 
 
 
 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 
 
 --
 To unsubscribe, e-mail:
 
  mailto:[EMAIL PROTECTED]
 
 For additional commands, e-mail:
 
  mailto:[EMAIL PROTECTED]
 
   _ Do You Yahoo!?
  Get your free @yahoo.com address at http://mail.yahoo.com
  --
  To unsubscribe, e-mail:
  mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
  mailto:[EMAIL PROTECTED]
 
 
 
  --
  To unsubscribe, e-mail: 
mailto:[EMAIL PROTECTED]
  For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]
 
 




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




Re: Create new user, confirmation email problem

2001-12-03 Thread Paul Spencer

Toan,
This is a know problem in 1.3a1.  Suggest you download 1.3a2-dev from
the nightly build.

Paul Spencer

To Toan Thang wrote:

  Hi,
  I'm using Jetspeed 1.3a1 and unable to create new user because no
  confirmation email would be sent to user's mailbox.
  I found that in order to send an email using JavaMail, a mail session 
must
  be initialized with a variable mail.smtp.host set to the SMTP server's
  address, but Turbine 2.1 use variable mail.host instead (specified in
  org.apache.turbine.util.mail.Email). After correct this issue, by 
rewriting
  Email  SimpleEmail classes in Turbine and forcing Jetspeed use the news
  ones, our system works well.
 
  This is not perfect solution anyway, is it? Was this issue fixed in new
  Turbine or JavaMail package?
  Any suggestions would be welcomed, ;)
  Toan Thang
 
 
 
 




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