Questions tagged as 'jaxb'

0
answers

JAXB Unmarshaller xml "String" for object returning values all null

I'm using JAXB to get an xml string and convert to object, but the object is with all null values. Class import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax....
asked by 04.09.2018 / 16:48
1
answer

Jaxb and JPA: class Embeddable Could not determine type for java.util.List

I'm trying to embed a class inside another class. I've already been able to do this in other scenarios, but for the error shown below, I'm not getting it right now. javax.persistence.PersistenceException: [PersistenceUnit: nfse] Unable to buil...
asked by 18.12.2017 / 20:58
0
answers

(JAXB) Retrieve XML file in the input fields of a JSwing form with Unmarshalling

I am new and I started to learn these days XML because of an implementation that should have in my application, I did some tests with marshall and unmarshall in the main class first (see at the end) to understand better, I am making a form that...
asked by 11.04.2017 / 09:26
1
answer

Error reading XML with JAXB: all null items after Unmarshal

I have a simple stock XML file with the following format: <?xml version="1.0" encoding="UTF-8"?> <estoque> <item Nome="Impressora XL2N" Peso="13 kg" Armazem="8" Quantidade="12" Preco="R$ 8505,00" /> <item Nome="Sca...
asked by 10.03.2017 / 03:58
1
answer

I'm having trouble saving the contents of a docx in pdf

I have a Rest method that takes a Word document, replaces the placeholders, and converts it to PDF and saves it to a directory. But I have a NullPointerException that I can not solve, can anyone help? Log Error: 14:35:11,134 ERROR [org.docx...
asked by 28.01.2016 / 18:58