[ 
https://issues.apache.org/jira/browse/JS2-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12753954#action_12753954
 ] 

hongkunan commented on JS2-1062:
--------------------------------

no body answer my question,
your may notice me about jetspeed's 
PortalAdministrator: org.apache.jetspeed.administration.PortalAdministration
but,no body ,I debug jetspeed use about one day,now problem is resolved。

> how manage  jetspeed2 add user and userattributes by extends project
> --------------------------------------------------------------------
>
>                 Key: JS2-1062
>                 URL: https://issues.apache.org/jira/browse/JS2-1062
>             Project: Jetspeed 2
>          Issue Type: Improvement
>    Affects Versions: 2.2.0
>         Environment: Version: jetspeed2.2.0
>            Reporter: hongkunan
>
> how can i add user and userattributes by extends project?
> i can add user's id,i can't add user's other attributes,who can help me? 
> thanks!
> example:
> UserManager 
> userManager=(UserManager)Jetspeed.getComponentManager().getComponent("org.apache.jetspeed.security.UserManager");
> public boolean createUser(UserDTO user) throws ServiceException {
>               if(user==null)
>                       throw new ServiceException("USER IS NULL...");
>               boolean flag=false;
>               User entity;
>               try {
>                       entity = userManager.addUser(user.getUid());
>                       if(entity!=null)
>                               flag=userDAO.createUser(user);
>               } catch (SecurityException e) {
>                       // TODO Auto-generated catch block
>                       e.printStackTrace();
>               }
>               
>               return flag;
>       }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to