Exam C_CPI_2404 Topic 1 Question 5 Discussion
Actual exam question for SAP's C_CPI_2404 exam
Question #: 5
Topic #: 1
Question #: 5
Topic #: 1
You configured a content modifier as follows: Action Create. Name: ProductID. Source Type: XPath. Source Value: //ProductID. Data Type: java lang string. After testing the content modifier, you receive an error message that contains the following fragment: java.lang.ClassNotFoundException java lang string. What caused the error message?
Suggested Answer: D Vote an answer
The error message is caused by an incorrect data type in the content modifier configuration. The data type should be java.lang.String instead of java lang string. The data type defines the type of the value that will be stored in the header or property of the message. It should match one of the supported Java classes, such as java.lang.String, java.lang.Integer, java.lang.Boolean, and so on. If the data type is not valid, a java.lang.ClassNotFoundException will be thrown. Reference: Content Modifier | SAP Help Portal, Getting clear with SAP Integration Suite Content Modifier | SAP Blogs
by Barnett at May 01, 2024, 02:33 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).