There is no direct conversion from JAXBElement<Type> to Type:
Caused by: org.apache.camel.InvalidPayloadException: No body available of type: org.apache.camel.converter.jaxb.person.Person but has type: jakarta.xml.bind.JAXBElement on: Message. Caused by: No type converter available to convert from type: jakarta.xml.bind.JAXBElement to the required type: org.apache.camel.converter.jaxb.person.Person. Exchange[]. Caused by: [org.apache.camel.NoTypeConversionAvailableException - No type converter available to convert from type: jakarta.xml.bind.JAXBElement to the required type: org.apache.camel.converter.jaxb.person.Person]