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

Backoffice XML schema URLs not working (anymore?)

Former Member
0 Likes
498

Hi guys,

I'm trying do some minor modifications of some backoffice configuration and find it very annoying, that the XML schema URLs all seem to be unavailable (e.g http://www.hybris.com/cockpit/config/hybris). This makes it impossible for Ee to verify the files or offer proper content-assist.

There are some (hard to find, as always) wiki pages like this one: https://help.hybris.com/1808/hcd/8c8666ea8669101487fdfbbb342cee5e.html#loio8c8666ea8669101487fdfbbb3... - but it's IMHO harder to read, than proper auto-complete support via XSD!

I didn't even find the widgets.xsd in the hybris sourdes - so everything I do in the XML files is a lot of guessing ...

Is there any other way to get autocomplete, like in the items.xml? (There the xsd is located on the same levels as the xml)

Accepted Solutions (1)

Accepted Solutions (1)

mpern
Product and Topic Expert
Product and Topic Expert

All the backoffice-related XSD files can be found in various bundled jars.

I took the time to create a XML Catalog that covers all xsds for 1808 (attached), make sure to change the paths before you import it into your ee preferences. xml-catalogxml.zip

IMHO, the only (relatively) pain free hybris developer experience requires Intellij IDEA Ultimate with the awesome hybris integration plugin

Former Member
0 Likes

Thanks, it took me a while to figure out how to import - it but now it works jehe. I don't get it why SAP makes our developer lifes so hard. Schema URLs are meant to point an .... schemas ... not marketing HANA blabla (aka error messages). sigh

Answers (0)