Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#1132 closed defect (fixed)

Reggie fails to create lab protocol for allprep isolation in BASE 3.15

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: Reggie v4.22.1
Component: net.sf.basedb.reggie Keywords:
Cc:

Description

Unable to compile class for JSP:

An error occurred at line: [108] in the jsp file: [/extensions/reggie.jar/sampleproc/allprep_protocol2.jsp]
The method setValue(String) is undefined for the type Annotation
105: Extract lysate = Extract.getById(dc, Values.getInt(id));
106: if (reservedByType != null)
107: {
108: lysate.getAnnotationSet().getAnnotation(reservedByType).setValue(reservedByUser);
109: }

Change History (3)

comment:1 by Nicklas Nordborg, 5 years ago

Milestone: Reggie v4.xReggie v4.22.1
Status: newaccepted

comment:2 by Nicklas Nordborg, 5 years ago

Resolution: fixed
Status: acceptedclosed

In 5366:

Fixes #1132: Reggie fails to create lab protocol for allprep isolation in BASE 3.15

comment:3 by Nicklas Nordborg, 5 years ago

In 5580:

References #1132: Implement an "Activity log"

Added name of pipeline to the "demux confirmed" event. Example:

Demux confirmed for 16 RNAseq libraries
Note: See TracTickets for help on using tickets.