You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.
| Online: | 14 Members of 4063 |
| Forum: Seam Users |
23. Jun 2008, 10:27 CET | Link |
Hi,
It mentions in section 13.13.5 (Seam-gen and Identity Management) of the Seam 2.1.0.A1 reference documentation that:
When creating a new project using seam-gen (see Chapter 2, Getting started with Seam, using seam-gen), by default the IdentityManager will be configured with a JPAIdentityStore and a UserAccount implementation will be generated as part of the new project. In addition to this, the project will include the following user management screens, allowing new users to be created, roles assigned, etc
With the latest code from svn, this does not appear to be the case - I cannot see any entities of user management screens. Is there something in particular I have to do to get them, or has this not been implemented yet?
Regards,
Sean
I'm also interested to know the status of this feature. Currently trying to implement user management using the JPAIdentityStore and I'm not having much luck.
Anyone have any sample code out there that demonstrates the use of the IdentityManager and JPAIdentityStore?
rak