Re: [Dspace-devel] EPerson session user doubt

2011-08-27 Thread Stuart Lewis
Hi David, > OK. Now my doubt is how to access the context object. For example, > org.dspace.app.statistics.ReportTools makes use of NumberFormat without using > java.util.Locale as parameter to getInstance and, unfortunately, it has not > context property. Is there any ContextService or somethi

Re: [Dspace-devel] EPerson session user doubt

2011-08-27 Thread Stuart Lewis
Hi David, > I'm new in this list so, please, my apologizes if this is not the right > procedure to do ask. Welcome! This is a fine place to ask. > I would like to know if there is any way of getting the current user, > that is, the org.dspace.eperson.EPerson object assigned to th

[Dspace-devel] EPerson session user doubt

2011-08-26 Thread DAVID ROLDAN MARTINEZ
Hi, I'm new in this list so, please, my apologizes if this is not the right procedure to do ask. I would like to know if there is any way of getting the current user, that is, the org.dspace.eperson.EPerson object assigned to the current session. Is there any getCurrentUs