• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SSO Change UserName

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I'm using CookieUserSSO example to validate my users and I have problems if the user try to change the username or email in my application and change this information in JForum

If the JForum is starup, this works and i use UserDAO to change username or email.



But if the JForum is not startup, because my application startup first, I have a exception.
How can I do it?

Glauco Todesco
[originally posted on jforum.net by glauco.todesco]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I solved this question setting the <load-on-startup>1</load-on-startup> to the JForum servlet in the web.xml.

Glauco
[originally posted on jforum.net by glauco.todesco]
reply
    Bookmark Topic Watch Topic
  • New Topic