Adrian Puscasu 2 Posted October 2, 2019 Share Posted October 2, 2019 I try to implement in Tibco BW 6.4 aprocess that use XMLtoJava activity. I have an xsd schema that define an XML an I create java implementation to be used with XMLToJava activity. When i try to run the process I receive the error : " com.tibco.bw.core.runtime.ActivityInitException: TIBCO-BW-CORE-500616: Failed to initialize the activity [xmlToJava] in process [mcc_enroll_customer.Enroll], module [MCC_Enroll_Customer] due to activity lifecycle error. com.tibco.bw.runtime.ActivityLifecycleFault: Data Conversion error. When attempting to convert XML data to Java object encountered exception [javax.xml.bind.JAXBException: Unable to create context - with linked exception: [java.lang.reflect.InvocationTargetException]].. javax.xml.bind.JAXBException: Unable to create context. java.lang.reflect.InvocationTargetException. com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 328 counts of IllegalAnnotationExceptions" I attached Schema.zip that contains the xsd and classes.zip that contains the classes. I think something is wrong with the java class that i wrote, but i'm not understanding where is the problem. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now