Hi,

I wrote my own UserManagement class with a small in-memory
user database as a test case for coupling Jetspeed to
an existing content management system with its own user
database.

Deploying Jetspeed goes fine, but whenever I try to create
a new user, I receive an error stating that the user
"turbine" could not be found, which is quite logical, since
my in-memory database does not contain this user. I found
that Jetspeed defaults to this "turbine" user in the
class JetspeedProfilerService (1055) when the property
'services.Profiler.newuser.template' is not defined.
However, the comment for this property states that when it
is undefined, Jetspeed should 'configure role-based psml as
the default method for new users'. This does not seem to
happen, however.

How can I use my own UserManagement implementation without
having to add an artificial "turbine" user?


Thanks in advance,
Ronald Wildenberg.

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

Reply via email to