cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SmartEdit: Could not instantiate JAXBContext for class [class de.hybris.platform.cmswebservices.data.ComponentItemListData]:

Former Member
0 Kudos
2,477

when i start smartEdit the following message appears?

**> Could not instantiate JAXBContext for

class [class de.hybris.platform.cmswebservices.data.ComponentItemListData]:**

Any ideia?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

It looks like you are missing one of the extensions. Can you try to rebuild cmswebservices extension and try again?

Answers (2)

Answers (2)

Former Member
0 Kudos

I faced the similar one: [org.ee.persistence.exceptions.JAXBException]: Exception Description: Could not load class [de.hybris.platform.smarteditwebservices.data.TranslationMapData] declared in the external metadata file. Please ensure that the class name is correct, and that the correct ClassLoader has been set. -- sometimes work, sometimes doesn't work

Former Member
0 Kudos

- Have you included the "cmswebservices" extension in your localextensions.xml file?

Former Member
0 Kudos

yes. Thanks

Former Member
0 Kudos

Hi ,

I am facing the same issue but for the the DTO (de.hybris.platform.commercefacades.travel.FareSearchRequestData) and i have all extensions in localextension.xml.

How did you resolve this?

Former Member
0 Kudos

Hi Tarun, did you tried rebuild solutions after you added that extension with 'ant clean all' ?