NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You must revise a single line of code in the server-side Enterprise Java Bean (EJB) source file 'CaArrayImporterServiceBean.java' as described below (this file is located at the following path within the caArray Importer distribution archive: \caarray-ejb\src\main\java\org\cruk\cri\caarray\services):

_Replace line 401 in the original source file:_

Project project = projectManagementService.getProject(projectId);

...

You must revise three different lines of code in the server-side Enterprise Java Bean (EJB) source file 'CaArrayImporterServiceBean.java' as described below (this file is located at the following path within the caArray Importer distribution archive: \caarray-ejb\src\main\java\org\cruk\cri\caarray\services):

_First, replace the following line in the original source file:\_ (file:_)

import gov.nih.nci.caarray.util.UsernameHolder;

...

import gov.nih.nci.caarray.util.CaArrayUsernameHolder;

_Then, replace line 188 in the original source file:\_ (file:_)

Person person = new Person(UsernameHolder.getCsmUser());

...

Person person = new Person(CaArrayUsernameHolder.getCsmUser());

_Finally, replace line 401 in the original sourcefile:\_ (file:_)

Project project = projectManagementService.getProject(projectId);

...