Un issue en una aplicación JAVA.
El java utiliza la anotacion: @JoinColumn, y es donde el html, llama al objeto
Adjunto un Ej (es similar).
-------------
@Entity
@Table(name="INVOICES")
public class Invoice {
@Id
@Column(name="ID")
@GeneratedValue(strategy = GenerationType.IDENTITY)
private long id;
@Column(name = "STATUS", length = 20, nullable = false)
@Enumerated(
EnumType.STRING)
private Status status;
/** get and set */
----------------
adjunto el error que me está generando:
------------------------------------------------------------------------------
04:11:22,555 debug [application] (,) url pattern of the facesservlet executing the current request .Seam
04:11:22,570 error [stderr] (,) feb 26, 2021 4:11:22 am
com.sun.facelets.FaceletViewHandler handleRenderException
SEVERE: Error Rendering View[/moduloAdminRecursos/procesamientoArchivos/definirConfiguracionArchivo/
definirConfiguracionArchivo.xhtml]
javax.faces.FacesException: javax.el.PropertyNotFoundException: /moduloAdminRecursos/procesamientoArchivos/definirConfiguracionArchivo/
definirConfiguracionArchivo.xhtml @149,27 value="#{messages[datosFila.claseObjetivo.codigoMensaje]}": Property 'claseObjetivo' not found on type
com.siete25systems.heimdall.modelo.procesamientoArchivos.ConfiguracionFila
at
javax.faces.component.UIOutput.getValue(UIOutput.java:187)
at
com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer.getValue(HtmlBasicInputRenderer.java:201)
at
com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.getCurrentValue(HtmlBasicRenderer.java:284)
at
com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeEnd(HtmlBasicRenderer.java:154)
at
javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.j
ava:861)
-----------------------------------
Gracias
Plazo de Entrega: No definido